-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 989 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 989 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
34
35
36
37
38
39
{
"name": "EatMe",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native run-ios",
"test": "jest"
},
"dependencies": {
"axios": "^0.16.1",
"css-loader": "^0.28.2",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"pluralize": "^5.0.0",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-animatable": "^1.2.0",
"react-native-camera": "^0.9.0",
"react-native-linear-gradient": "^2.0.0",
"react-native-push-notification": "^3.0.0",
"react-native-router-flux": "^3.38.0",
"react-native-swipeout": "^2.1.1",
"react-native-vector-icons": "^4.2.0",
"react-redux": "^5.0.5",
"realm": "^1.3.1",
"redux": "^3.6.0",
"style-loader": "^0.18.1",
"uuid": "^3.0.1"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"jest": "20.0.3",
"react-test-renderer": "16.0.0-alpha.6"
},
"jest": {
"preset": "react-native"
}
}