forked from untapped-inc/sema-pos-mobile
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.28 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
{
"name": "semapos",
"version": "0.5.0",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest",
"rename": "sh rename.sh",
"buildapk": "sh build_sema_apk.sh"
},
"dependencies": {
"appcenter": "2.1.0",
"appcenter-analytics": "2.1.0",
"appcenter-crashes": "2.1.0",
"formik": "^1.5.0",
"i18n-js": "^3.0.11",
"intl": "~1.2.5",
"moment": "^2.23.0",
"moment-timezone": "^0.5.23",
"random-material-color": "^1.0.3",
"react": "16.6.3",
"react-native": "0.58.4",
"react-native-elements": "^1.0.0",
"react-native-keyboard-aware-scroll-view": "~0.5.0",
"react-native-languages": "^3.0.0",
"react-native-modal-dropdown": "~0.6.2",
"react-native-simple-events": "~1.0.1",
"react-native-table-component": "^1.2.0",
"react-native-vector-icons": "^6.2.0",
"react-navigation": "2.0.2",
"react-redux": "~5.0.7",
"redux": "~4.0.0",
"redux-thunk": "~2.2.0",
"uuid": "^3.2.1",
"yup": "^0.26.10"
},
"devDependencies": {
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "24.1.0",
"jest": "24.1.0",
"metro-react-native-babel-preset": "0.51.1",
"react-test-renderer": "16.6.3"
},
"jest": {
"preset": "react-native"
}
}