-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 977 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
37
{
"name": "LoveKitchen",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"lottie-react-native": "^2.3.2",
"prop-types": "^15.6.1",
"react": "16.0.0",
"react-native": "0.51.0",
"react-native-md5": "^1.0.0",
"react-native-root-toast": "^2.2.0",
"react-native-router-flux": "^4.0.0-beta.28",
"react-native-sglistview": "^0.3.10",
"react-native-storage": "^0.2.2",
"react-native-tab-view": "^1.0.2",
"react-native-vector-icons": "^4.5.0",
"react-navigation": "^1.5.2",
"react-redux": "^5.0.7",
"realm": "^2.13.0",
"redux": "^3.7.2",
"redux-thunk": "^2.2.0",
"superagent": "^3.5.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"
}
}