-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) ยท 1.41 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
47
48
{
"name": "example",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start --reset-cache"
},
"dependencies": {
"@babel/runtime": "7.0.0-beta.53",
"@react-native-community/masked-view": "^0.1.6",
"d3-array": "^1.2.0",
"d3-scale": "^1.0.6",
"d3-shape": "^1.0.6",
"date-fns": "^1.28.5",
"get-dev-paths": "^0.1.0",
"moment": "2.25.3",
"native-base": "^2.13.8",
"prop-types": "^15.7.2",
"react": "16.5.0",
"react-native": "0.57.0",
"react-native-bluetooth-serial-next": "file:./lib",
"react-native-chart-kit": "^2.4.0",
"react-native-elements": "^1.2.7",
"react-native-exit-app": "1.1.0",
"react-native-gesture-handler": "^1.0.12",
"react-native-indicators": "^0.17.0",
"react-native-modalbox": "1.6.0",
"react-native-push-notification": "3.1.9",
"react-native-reanimated": "^1.4.0",
"react-native-snap-carousel": "3.9.0",
"react-native-svg": "^6.5.2",
"react-native-svg-charts": "^5.1.1",
"react-native-swiper": "^1.5.14",
"react-native-tabs": "^1.0.9",
"react-native-vector-icons": "^6.6.0",
"react-navigation": "^3.9.2",
"react-redux": "^6.0.0",
"redux": "^4.0.1"
},
"devDependencies": {
"jetifier": "1.6.5",
"metro-react-native-babel-preset": "0.46.0",
"react-test-renderer": "16.5.0"
},
"jest": {
"preset": "react-native"
}
}