-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.44 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": "iNeuro",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"antd-mobile": "^2.1.8",
"axios": "^0.18.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"buffer": "^5.1.0",
"moment": "^2.18.1",
"prop-types": "^15.6.1",
"react": "^16.3.0-alpha.1",
"react-native": "0.54.2",
"react-native-image-picker": "^0.26.10",
"react-native-image-zoom-viewer": "^2.2.5",
"react-native-iphone-x-helper": "^1.0.3",
"react-native-keyboard-aware-scroll-view": "^0.5.0",
"react-native-router-flux": "^4.0.0-beta.28",
"react-native-splash-screen": "^3.0.6",
"react-native-tab-navigator": "^0.3.4",
"react-native-vector-icons": "^4.5.0",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-persist": "^4.9.1",
"redux-saga": "^0.16.0",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-jest": "23.0.0-alpha.0",
"babel-plugin-import": "^1.4.0",
"babel-preset-react-native": "4.0.0",
"jest": "22.4.2",
"react-test-renderer": "^16.3.0-alpha.1",
"eslint": "^4.10.0",
"eslint-plugin-react": "^7.4.0",
"eslint-plugin-react-native": "^3.1.0",
"redux-devtools-extension": "^2.13.2",
"remote-redux-devtools": "^0.5.12"
},
"jest": {
"preset": "react-native"
}
}