-
Notifications
You must be signed in to change notification settings - Fork 21
/
Copy pathpackage.json
41 lines (41 loc) · 993 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
38
39
40
41
{
"name": "TheBookOfSpices",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "react-native start",
"test": "jest",
"build:android": "cd android && ./gradlew assembleRelease"
},
"dependencies": {
"lodash": "^4.17.4",
"lottie-react-native": "2.3.2",
"prop-types": "^15.6.0",
"react": "16.2.0",
"react-native": "0.51.0",
"react-native-animatable": "^1.2.4",
"react-native-letter-spacing": "^0.0.5",
"react-native-navigation": "^1.1.346",
"react-native-swiper": "^1.5.13",
"react-redux": "^5.0.6",
"redux": "^3.7.2"
},
"devDependencies": {
"babel-eslint": "^8.2.1",
"babel-jest": "22.1.0",
"babel-preset-react-native": "4.0.0",
"eslint": "^4.16.0",
"eslint-plugin-react": "^7.5.1",
"jest": "22.1.1",
"react-test-renderer": "16.2.0",
"redux-devtools-extension": "^2.13.2"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/fonts"
]
}
}