forked from curtpw/mindlogger-app
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
113 lines (113 loc) · 4.64 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
{
"name": "MindLogger",
"version": "0.9.12",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"server": "node node_modules/.bin/react-native start",
"ios": "./node_modules/.bin/react-native run-ios",
"android": "./node_modules/.bin/react-native run-android",
"lint": "eslint App.js app/**",
"test": "jest",
"eject-native-base": "node node_modules/native-base/ejectTheme.js",
"test-bundle": "react-native bundle --dev false --platform android --entry-file index.js --bundle-output ./android/app/build/intermediates/assets/debug/index.android.bundle --assets-dest ./android/app/build/intermediates/res/merged/debug",
"test-build": "cd android && ./gradlew clean && ./gradlew assembleDebug",
"prod-bundle": "react-native bundle --platform android --dev false --entry-file ./index.js --bundle-output ./android/app/src/main/assets/index.android.bundle --assets-dest ./android/app/src/main/res",
"prod-build": "cd android && ./gradlew bundleRelease",
"postinstall": "jetify",
"ios-build": "cd ios && fastlane ios beta"
},
"dependencies": {
"@babel/core": "^7.5.5",
"@react-native-community/netinfo": "^3.2.0",
"@react-native-community/slider": "^1.1.4",
"babel-core": "7.0.0-bridge.0",
"chardet": "^0.4.0",
"color": "~0.11.1",
"d3-array": "^2.3.1",
"d3-scale": "^3.1.0",
"d3-shape": "^1.3.5",
"dayspan": "^1.1.0",
"eslint-utils": "^1.4.1",
"expr-eval": "^1.2.2",
"hash-int": "^1.0.0",
"lodash-es": "^4.17.15",
"metro": "^0.54.1",
"metro-core": "^0.54.1",
"moment": "^2.24.0",
"native-base": "2.9.2",
"node-pre-gyp": "^0.10.0",
"object-to-formdata": "^1.5.2",
"prop-types": "^15.7.2",
"ramda": "^0.26.1",
"random-string": "^0.2.0",
"rc-input-number": "^3.6.8",
"react": "16.8.6",
"react-dom": "^16.9.0",
"react-native": "0.59.9",
"react-native-audio": "https://github.com/dguillamot/react-native-audio.git",
"react-native-audio-toolkit": "https://github.com/suther/react-native-audio-toolkit.git#a66812fd359d786b89172c7a63e768836d13e540",
"react-native-audiowaveform": "https://github.com/shnizzedy/react-native-audiowaveform.git",
"react-native-awesome-alerts": "^1.2.0",
"react-native-calendar-strip": "^1.3.8",
"react-native-calendars": "^1.208.0",
"react-native-camera": "^1.1.2",
"react-native-cli": "2.0.1",
"react-native-datepicker": "^1.6.0",
"react-native-device-info": "^5.0.1",
"react-native-elements": "^1.2.7",
"react-native-image-picker": "^0.26.7",
"react-native-img-cache": "1.6.0",
"react-native-localize": "^1.3.1",
"react-native-markdown-view": "https://github.com/shnizzedy/react-native-markdown-view.git",
"react-native-permissions": "^1.1.1",
"react-native-progress": "^3.4.0",
"react-native-push-notification": "^3.1.3",
"react-native-qrcode-scanner": "^1.1.2",
"react-native-router-flux": "^4.0.0-beta.21",
"react-native-slider": "^0.11.0",
"react-native-svg": "^9.6.4",
"react-native-svg-charts": "^5.3.0",
"react-native-vector-icons": "6.4.2",
"react-native-webview": "7.5.2",
"react-navigation": "^2.0.1",
"react-redux": "^5.0.6",
"react-timer-mixin": "^0.13.4",
"redux": "^3.7.2",
"redux-form": "^7.1.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.2.0",
"reselect": "^4.0.0",
"rn-fetch-blob": "^0.10.15",
"rn-range-slider": "^1.3.0",
"string-hash": "^1.1.3",
"styled-components": "^4.1.1",
"victory-native": "^32.0.2"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.2.0",
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"eslint": "^5.16.0",
"eslint-config-airbnb": "17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"inliner": "https://github.com/shnizzedy/inliner.git",
"jest": "23.6.0",
"jetifier": "^1.5.1",
"metro-react-native-babel-preset": "^0.54.1",
"react-test-renderer": "16.5.0",
"schedule": "0.4.0"
},
"jest": {
"preset": "react-native",
"transformIgnorePatterns": [
"/node_modules/(?!native-base)/"
]
},
"presets": [
"react-native",
"stage-0"
]
}