-
Notifications
You must be signed in to change notification settings - Fork 66
/
package.json
36 lines (36 loc) · 979 Bytes
/
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
{
"name": "TuyaRnDemo",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"react": "16.8.6",
"react-native": "0.59.0",
"react-native-loading-spinner-overlay": "^1.0.1",
"react-native-root-toast": "^3.1.2",
"react-native-scrollable-tab-view": "0.10.0",
"react-native-tab-navigator": "^0.3.4",
"react-native-wheel-picker": "^1.2.0",
"react-navigation": "2.11.2",
"react-navigation-redux-helpers": "^2.0.8",
"react-redux": "^5.1.0",
"redux": "^4.0.1",
"redux-actions": "^2.6.3",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.3.0",
"rxjs": "^6.3.3"
},
"devDependencies": {
"babel-jest": "23.6.0",
"husky": "^3.0.1",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "0.48.3",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"jest": {
"preset": "react-native"
}
}