-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
47 lines (47 loc) · 1.63 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": "rn_air_monitor",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest",
"lint": "eslint .",
"postinstall": "npx jetify",
"bundle-android": "react-native bundle --platform android --dev false --entry-file index.js --bundle-output .\\android\\app\\src\\main\\assets\\index.android.bundle --assets-dest .\\android\\app\\src\\main\res\\"
},
"dependencies": {
"@react-native-community/geolocation": "^2.0.2",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-native": "^3.6.0",
"react": "16.8.6",
"react-native": "0.60.5",
"react-native-ble-manager": "^7.1.1",
"react-native-camera": "git+https://[email protected]/react-native-community/react-native-camera.git",
"react-native-firebase": "^5.5.6",
"react-native-gesture-handler": "^1.5.0",
"react-native-permissions": "^2.0.3",
"react-native-qrcode-scanner": "^1.3.1",
"react-native-reanimated": "^1.4.0",
"react-native-screens": "1.0.0-alpha.23",
"react-native-simple-radio-button": "^2.7.4",
"react-native-spinkit": "^1.5.0",
"react-native-wifi-reborn": "^2.2.0",
"react-navigation": "^4.0.10",
"react-navigation-stack": "^1.10.3"
},
"devDependencies": {
"@babel/core": "^7.6.0",
"@babel/runtime": "^7.6.0",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.3.0",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-test-renderer": "16.8.6"
},
"jest": {
"preset": "react-native"
}
}