-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
executable file
·46 lines (46 loc) · 1.36 KB
/
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
42
43
44
45
46
{
"name": "template",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"generate": "plop --plopfile generators/index.js"
},
"dependencies": {
"@cityofzion/neon-js": "^4.2.0",
"axios": "^0.18.0",
"babel-polyfill": "^6.26.0",
"fs": "^0.0.1-security",
"path": "^0.12.7",
"paths-js": "^0.4.7",
"plop": "^2.1.0",
"react": "16.6.0-alpha.8af6728",
"react-native": "0.57.4",
"react-native-actionsheet": "^2.4.2",
"react-native-blur": "^3.2.2",
"react-native-calendar-heatmap": "^0.1.2",
"react-native-chart-kit": "^1.2.0",
"react-native-elements": "^0.19.1",
"react-native-fontawesome": "^6.0.0",
"react-native-linear-gradient": "^2.4.4",
"react-native-popup-dialog": "^0.16.4",
"react-native-pull-to-refresh": "^2.1.3",
"react-native-scrollable-tab-view": "^0.10.0",
"react-native-svg": "^8.0.8",
"react-native-touchable-scale": "^2.0.0",
"react-native-vector-icons": "^6.1.0",
"react-navigation": "^2.18.2",
"styled-components": "^4.1.1",
"unstated": "^2.1.1"
},
"devDependencies": {
"babel-jest": "23.6.0",
"jest": "23.6.0",
"metro-react-native-babel-preset": "0.49.0",
"react-test-renderer": "16.6.0-alpha.8af6728"
},
"jest": {
"preset": "react-native"
}
}