forked from jaggerwang/zqc-app-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.31 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
{
"name": "zqcdemo",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"clean": "rm -rf $TMPDIR/react-* && watchman watch-del-all && npm cache clean",
"newclear": "rm -rf $TMPDIR/react-* && watchman watch-del-all && rm -rf ios/build/ModuleCache/* && rm -rf node_modules/ && npm cache clean && npm i",
"test": "standard"
},
"dependencies": {
"@expo/react-native-action-sheet": "^0.3.1",
"axios": "^0.16.2",
"compare-versions": "^3.0.1",
"coordtransform": "^2.1.2",
"geolib": "^2.0.22",
"path": "^0.12.7",
"react": "16.0.0-alpha.6",
"react-native": "0.44.3",
"react-native-animatable": "^1.2.2",
"react-native-gallery": "0.0.17",
"react-native-image-picker": "^0.26.3",
"react-native-vector-icons": "^4.2.0",
"react-native-video": "^1.0.0",
"react-navigation": "^1.0.0-beta.11",
"react-redux": "^5.0.5",
"redux": "^3.5.2",
"redux-logger": "^3.0.6",
"redux-persist": "^4.8.0",
"redux-thunk": "^2.1.0",
"url": "^0.11.0",
"validate.js": "^0.11.1"
},
"devDependencies": {
"babel-eslint": "^7.2.3",
"standard": "^10.0.2"
},
"standard": {
"ignore": [
"android",
"ios",
"res"
],
"parser": "babel-eslint",
"globals": []
}
}