-
Notifications
You must be signed in to change notification settings - Fork 25k
Description
package.json
{
"name": "leavemark",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean --force",
"clean:android": "cd android/ && ./gradlew clean && cd .. && react-native run-android",
"newclear": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build && rm -rf node_modules/ && npm cache clean --force && npm i",
"test:watch": "jest --watch",
"updateSnapshot": "jest --updateSnapshot",
"coverage": "jest --coverage && open coverage/lcov-report/index.html || xdg-open coverage/lcov-report/index.html",
"android:build": "cd android && ./gradlew assembleRelease",
"android:install": "cd android && ./gradlew assembleRelease && ./gradlew installRelease",
"android:hockeyapp": "cd android && ./gradlew assembleRelease && puck -submit=auto app/build/outputs/apk/app-release.apk",
"android:devices": "$ANDROID_HOME/platform-tools/adb devices",
"android:logcat": "$ANDROID_HOME/platform-tools/adb logcat :S ReactNative:V ReactNativeJS:V",
"android:shake": "$ANDROID_HOME/platform-tools/adb devices | grep '\t' | awk '{print $1}' | sed 's/\s//g' | xargs -I {} $ANDROID_HOME/platform-tools/adb -s {} shell input keyevent 82",
"storybook": "storybook start -p 7007",
"lint": "standard --verbose | snazzy",
"lintdiff": "git diff --name-only --cached --relative | grep '\.js$' | xargs standard | snazzy",
"fixcode": "standard --fix",
"git-hook": "npm run lint -s && npm run test -s",
"build:ios": "react-native bundle --entry-file='index.js' --bundle-output='./ios/main.jsbundle' --dev=false --platform='ios'",
"postinstall": "node ./StripePostinstall.js"
},
"dependencies": {
"@react-native-community/async-storage": "^1.6.2",
"@react-native-community/audio-toolkit": "^2.0.2",
"@react-native-community/blur": "^3.3.1",
"@react-native-community/geolocation": "^2.0.2",
"alpha-scroll-flat-list": "^0.2.20",
"apisauce": "^0.14.2",
"axios": "^0.19.0",
"format-json": "^1.0.3",
"identity-obj-proxy": "^3.0.0",
"jsencrypt": "^3.0.0-rc.1",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"querystringify": "1.0.0",
"ramda": "^0.25.0",
"react": "16.6.1",
"react-native": "0.57.7",
"react-native-audio": "^4.3.0",
"react-native-audio-recorder-player": "^2.1.4",
"react-native-audio-toolkit": "^1.0.6",
"react-native-cached-image": "^1.4.3",
"react-native-camera": "git+https://git@github.com/react-native-community/react-native-camera.git",
"react-native-color": "0.0.10",
"react-native-config": "^0.10.0",
"react-native-contacts": "^4.0.2",
"react-native-custom-actionsheet": "0.0.4",
"react-native-d3-tree-graph": "^1.0.12",
"react-native-dash": "0.0.9",
"react-native-device-info": "^4.0.2-rc.1",
"react-native-dialog-input": "^1.0.7",
"react-native-doc-preview": "^0.2.0",
"react-native-document-picker": "git+https://github.com/Elyx0/react-native-document-picker.git#v3",
"react-native-draggable": "^3.0.0",
"react-native-elements": "^1.2.1",
"react-native-event-bus": "^1.0.0",
"react-native-file-type": "0.0.8",
"react-native-firebase": "^5.6.0",
"react-native-fs": "^2.13.3",
"react-native-geocoder": "^0.5.0",
"react-native-geocoding": "^0.3.0",
"react-native-gesture-handler": "1.0.9",
"react-native-google-places-autocomplete": "^1.3.9",
"react-native-i18n": "2.0.14",
"react-native-icon-badge": "^1.1.3",
"react-native-image-picker": "^0.27.2",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-linear-gradient": "^2.5.4",
"react-native-localize": "^1.3.1",
"react-native-maps": "^0.24.0",
"react-native-material-dropdown": "^0.11.1",
"react-native-mime-types": "^2.2.1",
"react-native-modal": "^11.0.1",
"react-native-modal-datetime-picker": "^7.4.2",
"react-native-modal-dropdown": "^0.6.2",
"react-native-navbar": "^2.1.0",
"react-native-network-info": "^5.0.1",
"react-native-permissions": "^1.1.1",
"react-native-phone-input": "^0.2.2",
"react-native-photos-framework": "^1.0.8",
"react-native-picker-select": "^6.3.3",
"react-native-pinch-zoom-view": "^0.2.0",
"react-native-progress": "^3.6.0",
"react-native-public-ip": "^1.0.1",
"react-native-responsive-screen": "^1.2.1",
"react-native-rsa": "0.0.3",
"react-native-simple-device-info": "^0.24.1",
"react-native-simple-toast": "0.0.8",
"react-native-siri-wave-view": "0.0.9",
"react-native-slider": "^0.11.0",
"react-native-sqlite-storage": "^4.1.0",
"react-native-stomp-websocket": "^1.0.7",
"react-native-stopwatch-timer": "git+https://github.com/michaeljstevens/react-native-stopwatch-timer.git#master",
"react-native-svg": "^9.13.6",
"react-native-swiper": "^1.5.14",
"react-native-thumbnail": "^1.1.3",
"react-native-uuid-generator": "^5.0.0",
"react-native-vector-icons": "^6.4.2",
"react-native-video": "git://github.com/olofd/react-native-video.git#react-native-photos-framework",
"react-native-video-controls": "^2.4.0",
"react-native-view-shot": "^3.0.2",
"react-native-webview": "^9.0.2",
"react-navigation": "3.0.0",
"react-navigation-redux-helpers": "^2.0.6",
"react-redux": "^5.0.6",
"react-stompjs": "^0.5.3",
"redux": "^4.0.0",
"redux-saga": "^0.16.0",
"reduxsauce": "0.7.0",
"rn-fetch-blob": "^0.10.15",
"seamless-immutable": "^7.1.2",
"tipsi-stripe": "^7.5.1"
},
"devDependencies": {
"@storybook/addon-storyshots": "^3.4.0",
"@storybook/addons": "^3.4.0",
"@storybook/channels": "^3.4.0",
"@storybook/react-native": "^3.4.0",
"babel-core": "6.26.0",
"babel-eslint": "7.1.1",
"babel-jest": "24.5.0",
"babel-plugin-ignite-ignore-reactotron": "^0.3.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react-native": "^3.0.2",
"enzyme": "^3.2.0",
"enzyme-adapter-react-16": "^1.1.0",
"ignite-andross": "^3.0.4",
"ignite-i18n": "1.2.0",
"ignite-standard": "1.0.0",
"jest": "24.5.0",
"metro-react-native-babel-preset": "0.53.1",
"mockery": "^2.1.0",
"react-devtools-core": "3.4.3",
"react-dom": "16.3.0",
"react-test-renderer": "16.6.1",
"reactotron-react-native": "^2.1.0",
"reactotron-redux": "^2.1.0",
"reactotron-redux-saga": "^2.1.0",
"snazzy": "^8.0.0",
"standard": "10.0.2"
},
"rnpm": {
"assets": [
"./assets/fonts"
]
},
"jest": {
"testMatch": [
"/Tests/**/.js",
"**/?(*.)(spec|test).js?(x)"
],
"testPathIgnorePatterns": [
"/node_modules/",
"/Tests/Setup.js"
],
"moduleNameMapper": {
"^.+\.(jpg|jpeg|png|gif|eot|otf|webp|svg|ttf|woff|woff2|mp4|webm|wav|mp3|m4a|aac|oga)$": "identity-obj-proxy"
},
"transform": {
"^.+\.(js)$": "/node_modules/react-native/jest/preprocessor.js"
},
"setupFiles": [
"/Tests/Setup"
],
"preset": "react-native"
},
"config": {},
"standard": {
"parser": "babel-eslint",
"globals": [
"describe",
"test",
"jest",
"expect",
"fetch",
"navigator",
"DEV",
"XMLHttpRequest",
"FormData",
"React$Element"
]
}
}
