-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
71 lines (71 loc) · 2.23 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"name": "WddClient",
"version": "1.0.10",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=8081'",
"lint": "tslint --project tsconfig.json --format stylish",
"dev": "./scripts/map-base-url.sh && npm run debug && npm start",
"test": "jest",
"tsc": "tsc"
},
"dependencies": {
"@JWWon/react-native-universal-pedometer": "github:JWWon/react-native-universal-pedometer",
"aws-amplify": "^1.1.24",
"aws-amplify-react-native": "^2.1.9",
"axios": "^0.18.0",
"hangul-js": "^0.2.5",
"immer": "^2.1.5",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"react": "16.8.3",
"react-native": "^0.59.2",
"react-native-actionsheet": "^2.4.2",
"react-native-datepicker": "^1.7.2",
"react-native-extra-dimensions-android": "^1.2.5",
"react-native-geolocation-service": "^2.0.0",
"react-native-gesture-handler": "^1.1.0",
"react-native-image-picker": "^0.28.1",
"react-native-maps": "^0.23.0",
"react-native-snap-carousel": "^3.7.5",
"react-native-vector-icons": "^6.4.2",
"react-native-view-shot": "^2.5.0",
"react-native-webview": "^5.6.2",
"react-navigation": "^3.6.1",
"react-redux": "^6.0.1",
"redux": "^4.0.1",
"redux-actions": "^2.6.5",
"redux-saga": "^1.0.2"
},
"devDependencies": {
"@types/jest": "^24.0.11",
"@types/lodash": "^4.14.123",
"@types/node": "^11.13.0",
"@types/react": "^16.8.8",
"@types/react-native": "^0.57.41",
"@types/react-native-datepicker": "^1.7.0",
"@types/react-native-snap-carousel": "^3.7.1",
"@types/react-navigation": "^3.0.6",
"@types/react-redux": "^7.0.6",
"@types/react-test-renderer": "^16.8.1",
"@types/redux-actions": "^2.6.0",
"babel-jest": "^24.7.1",
"babel-plugin-module-resolver": "^3.2.0",
"jest": "^24.7.1",
"metro-react-native-babel-preset": "^0.53.1",
"react-test-renderer": "^16.8.6",
"redux-devtools-extension": "^2.13.7",
"tslint": "^5.15.0",
"tslint-config-airbnb": "^5.11.1",
"typescript": "^3.4.1"
},
"jest": {
"preset": "react-native"
},
"rnpm": {
"assets": [
"./src/assets/fonts"
]
}
}