-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 888 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 888 Bytes
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
{
"name": "react-native-redux-parse",
"version": "0.1.0",
"devDependencies": {
"babel-preset-react-native": "^5.0.2",
"jest-expo": "^21.0.2",
"react-test-renderer": "16.0.0-alpha.12"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch"
},
"jest": {
"preset": "jest-expo"
},
"dependencies": {
"immutability-helper": "^2.4.0",
"parse": "^1.11.1",
"parse-lite": "^0.2.0",
"react": "16.4.1",
"react-native": "^0.56.0",
"react-native-animatable": "^1.2.4",
"react-native-image-crop-picker": "^0.20.3",
"react-native-keyboard-spacer": "^0.4.1",
"react-navigation": "^2.9.1",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"redux-thunk": "^2.2.0"
}
}