-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 1.76 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
{
"name": "Alfoz",
"version": "1.0.1",
"private": true,
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"test": "jest"
},
"dependencies": {
"@mauron85/react-native-background-geolocation": "^0.5.3",
"@react-native-community/async-storage": "^1.4.0",
"events": "^3.0.0",
"immutability-helper": "^3.0.0",
"lodash": "^4.17.11",
"moment": "^2.24.0",
"prop-types": "^15.7.2",
"react": "16.8.3",
"react-dots-loader": "^1.1.4",
"react-native": "0.59.5",
"react-native-background-geolocation": "^3.0.5",
"react-native-bluetooth-escpos-printer": "0.0.5",
"react-native-elements": "^1.1.0",
"react-native-geolocation-service": "^2.0.1",
"react-native-gesture-handler": "^1.2.1",
"react-native-hide-with-keyboard": "^1.2.0",
"react-native-keyboard-aware-scroll-view": "^0.8.0",
"react-native-linear-gradient": "^2.5.4",
"react-native-modal": "^10.0.0",
"react-native-mssql": "^0.1.2",
"react-native-paper": "^2.15.2",
"react-native-sqlite-storage": "^3.3.10",
"react-native-vector-icons": "^6.4.2",
"react-navigation": "^3.9.1",
"react-navigation-material-bottom-tabs": "^1.0.0"
},
"devDependencies": {
"@babel/core": "7.4.4",
"@babel/preset-env": "^7.4.5",
"@babel/runtime": "7.4.4",
"babel-eslint": "^10.0.1",
"babel-jest": "24.7.1",
"eslint": "^5.16.0",
"eslint-plugin-react": "^7.13.0",
"jest": "24.7.1",
"metro-react-native-babel-preset": "0.54.0",
"prettier-eslint": "^8.8.2",
"react-test-renderer": "16.8.3"
},
"jest": {
"preset": "react-native"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}