-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.84 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
{
"name": "AceleraDevModulo6",
"version": "0.0.1",
"private": true,
"scripts": {
"postinstall": "cp .rndebuggerrc ~/.rndebuggerrc && rndebugger-open",
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "jest --verbose --runInBand",
"test:coverage": "jest --verbose --runInBand --coverage",
"test:watch": "jest --verbose --watch",
"test:cache": "jest --clear-cache",
"lint": "eslint .",
"android:ports": "adb reverse tcp:8081 tcp:8081 && adb reverse tcp:8097 tcp:8097",
"android:shake": "adb shell input keyevent 82",
"open:debugger": "rndebugger-open --open --port 8081",
"open:xcode": "open ios/AceleraDevModulo6.xcworkspace"
},
"dependencies": {
"@react-native-community/async-storage": "^1.9.0",
"@react-native-community/masked-view": "^0.1.7",
"@react-navigation/native": "^5.1.6",
"@react-navigation/stack": "^5.2.11",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-camera": "^3.23.1",
"react-native-geolocation-service": "^4.0.0",
"react-native-gesture-handler": "^1.6.1",
"react-native-permissions": "^2.1.3",
"react-native-qrcode-scanner": "^1.4.0",
"react-native-qrcode-svg": "^6.0.6",
"react-native-reanimated": "^1.7.1",
"react-native-safe-area-context": "^0.7.3",
"react-native-screens": "^2.4.0",
"react-native-svg": "^12.1.0"
},
"devDependencies": {
"@babel/core": "^7.9.0",
"@babel/runtime": "^7.9.0",
"@react-native-community/eslint-config": "^0.0.5",
"babel-jest": "^24.9.0",
"eslint": "^6.5.1",
"eslint-plugin-jest": "^23.8.1",
"jest": "^24.9.0",
"metro-react-native-babel-preset": "^0.56.0",
"react-native-debugger-open": "^0.3.24",
"react-test-renderer": "16.9.0"
},
"peerDependencies": {
"minimist": "^1.2.5"
}
}