-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.08 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
{
"name": "smartlab",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.0",
"flux": "^3.1.3",
"react": "16.6.3",
"react-native": "0.58.5",
"react-native-easy-toast": "^1.2.0",
"react-native-fetch-blob": "^0.10.8",
"react-native-flash-message": "^0.1.13",
"react-native-flexi-radio-button": "^0.2.2",
"react-native-navigation": "^2.12.0",
"react-native-progress": "^3.6.0",
"react-native-router-flux": "^4.0.6",
"react-native-simple-radio-button": "^2.7.3",
"react-native-switch-toggle": "^1.0.8",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-thunk": "^2.3.0",
"toggle-switch-react-native": "^2.0.2"
},
"devDependencies": {
"babel-core": "7.0.0-bridge.0",
"babel-jest": "24.1.0",
"eslint-config-rallycoding": "^3.2.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.52.0",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}