-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 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
{
"name": "NBA",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@remobile/react-native-toast": "^1.0.7",
"prop-types": "^15.6.0",
"react": "16.0.0",
"react-native": "0.50.0",
"react-native-cached-image": "^1.4.3",
"react-native-deprecated-custom-components": "^0.1.1",
"react-native-htmlview": "^0.12.1",
"react-native-image-zoom-viewer": "^2.0.13",
"react-native-orientation": "^3.1.0",
"react-native-scrollable-tab-view": "^0.8.0",
"react-native-splash-screen": "^3.0.6",
"react-native-update": "^5.0.0",
"react-native-viewpager": "^0.2.13",
"react-native-wechat": "^1.9.9",
"react-redux": "^5.0.6",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0"
},
"devDependencies": {
"babel-jest": "21.2.0",
"babel-preset-react-native": "4.0.0",
"jest": "21.2.1",
"react-test-renderer": "16.0.0"
},
"jest": {
"preset": "react-native"
}
}