-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.5 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
{
"name": "rn_051",
"version": "1.0.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"docs": "jsdoc src/** -R ./README.md -c docs/conf.json"
},
"dependencies": {
"art": "^0.10.1",
"axios": "^0.17.1",
"d3": "^4.12.0",
"lodash": "^4.17.4",
"moment": "^2.19.3",
"react": "16.0.0",
"react-native": "0.50.4",
"react-native-code-push": "^5.2.0-beta",
"react-native-device-info": "^0.13.0",
"react-native-elements": "^0.18.4",
"react-native-splash-screen": "^3.0.6",
"react-native-sqlite-storage": "^3.3.3",
"react-native-svg": "5.5.1",
"react-native-vector-icons": "^4.4.2",
"react-navigation": "^1.0.0-beta.21",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-actions": "^2.2.1",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-eslint": "^8.0.2",
"babel-jest": "21.2.0",
"babel-plugin-transform-flow-strip-types": "^6.22.0",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native": "4.0.0",
"babel-preset-stage-0": "^6.24.1",
"eslint": "^3.19.0",
"eslint-config-airbnb": "^15.0.1",
"eslint-loader": "^1.8.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.0.1",
"eslint-plugin-react": "^7.5.1",
"flow-bin": "0.56.0",
"jest": "21.2.1",
"jsdoc-babel": "^0.3.0",
"jsdoc-react-proptypes": "^1.0.3",
"minami": "^1.2.3",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}