-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 974 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": "RidecountApp",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"lint": "eslint app"
},
"dependencies": {
"babel-core": "^6.25.0",
"babel-eslint": "^7.2.3",
"color": "^1.0.3",
"moment": "^2.18.1",
"react": "16.0.0-alpha.6",
"react-native": "0.44.0",
"react-native-linear-gradient": "^2.0.0",
"react-native-navigation": "^1.1.79",
"react-redux": "^5.0.5",
"redux": "^3.6.0",
"standard": "^10.0.2"
},
"devDependencies": {
"babel-jest": "20.0.3",
"babel-preset-react-native": "1.9.2",
"eslint": "3.19",
"eslint-plugin-react": "^7.1.0",
"eslint-plugin-react-native": "^2.3.2",
"jest": "20.0.3",
"react-test-renderer": "16.0.0-alpha.6",
"remote-redux-devtools": "^0.5.12"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"app/fonts"
]
}
}