-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.43 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
{
"name": "rnstart",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"immutable": "^3.8.2",
"lodash": "^4.17.4",
"moment": "^2.19.2",
"prop-types": "^15.0.0",
"query-string": "^5.0.1",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-native-code-push": "^5.3.4",
"react-native-fetch-blob": "^0.10.8",
"react-native-spinkit": "^1.1.1",
"react-navigation": "^2.17.0",
"react-navigation-redux-helpers": "^2.0.8",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-immutablejs": "0.0.8",
"redux-persist-immutable": "^4.3.1",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/plugin-proposal-decorators": "^7.1.2",
"babel-eslint": "^8.2.3",
"babel-jest": "23.6.0",
"babel-plugin-transform-decorators-legacy": "^1.3.4",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.11.0",
"eslint-plugin-react": "^7.4.0",
"fetch-mock": "^5.13.1",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.0",
"react-native-debugger-open": "^0.3.17",
"react-test-renderer": "16.6.0-alpha.8af6728",
"redux-devtools": "^3.4.1",
"redux-devtools-extension": "^2.13.2",
"redux-logger": "^3.0.6",
"redux-mock-store": "^1.3.0"
},
"jest": {
"preset": "react-native"
}
}