-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.35 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
{
"name": "platform_demo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"lint": "eslint *.js **/*.js"
},
"dependencies": {
"buffer": "5.4.3",
"color": "3.1.2",
"form-data": "2.5.1",
"native-base": "2.13.7",
"node-fetch": "2.6.0",
"prop-types": "15.7.2",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-camera": "3.3.0",
"react-native-fs": "2.14.1",
"react-native-image-pan-zoom": "2.1.11",
"react-native-image-picker": "1.1.0",
"react-native-side-menu": "1.1.3",
"react-redux": "7.1.1",
"redux": "4.0.4",
"redux-starter-kit": "0.6.3",
"rn-fetch-blob": "0.10.16",
"rn-sliding-up-panel": "2.3.1",
"tflite-react-native": "https://github.com/kaelhem/tflite-react-native#master",
"uuid": "3.3.3"
},
"devDependencies": {
"@babel/core": "^7.5.0",
"@babel/runtime": "^7.5.0",
"@react-native-community/eslint-config": "^0.0.3",
"babel-eslint": "^10.0.3",
"babel-jest": "^24.1.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.14.3",
"jest": "^24.1.0",
"metro-react-native-babel-preset": "0.54.1",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}