-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 1.25 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
{
"name": "StarterApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"debounce": "^1.0.0",
"immutable": "^3.8.1",
"react": "16.0.0-alpha.6",
"react-native": "0.43.2",
"react-native-drawer": "^2.3.0",
"react-native-elements": "^0.10.3",
"react-native-i18n": "^1.0.0",
"react-native-image-picker": "^0.26.2",
"react-native-image-resizer": "^0.1.0",
"react-native-keyboard-aware-scroll-view": "^0.2.8",
"react-native-material-kit": "^0.4.1",
"react-native-navbar": "^1.7.1",
"react-native-scrollable-tab-view": "^0.7.4",
"react-native-spinkit": "^1.0.2",
"react-native-vector-icons": "^4.0.1",
"react-redux": "^5.0.3",
"redux": "^3.6.0",
"redux-immutable": "^4.0.0",
"redux-persist": "^4.6.0",
"redux-saga": "^0.14.5",
"reduxsauce": "^0.4.1",
"remote-redux-devtools": "^0.5.7",
"seamless-immutable": "^7.1.2",
"throttle-debounce": "^1.0.1"
},
"devDependencies": {
"babel-jest": "19.0.0",
"babel-preset-react-native": "1.9.1",
"jest": "19.0.2",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}