-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.07 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
{
"name": "goosebump_ticket_scanner",
"version": "0.1.0",
"private": true,
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"eslint": "^4.19.1",
"eslint-config-react-native-prettier": "^1.0.1",
"jest": "^22.4.4",
"jest-react-native": "^18.0.0",
"patch-package": "^5.1.1",
"postinstall-postinstall": "^1.0.0",
"prettier": "^1.12.1",
"prettier-eslint": "^8.8.1",
"react-native-debugger-open": "^0.3.17",
"react-test-renderer": "16.3.1",
"redux-devtools-extension": "^2.13.2"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"prepare": "patch-package",
"postinstall": "rndebugger-open",
"test": "jest"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"axios": "^0.18.0",
"react": "16.3.1",
"react-native": "~0.55.2",
"react-native-qrcode-scanner": "^1.0.1",
"react-native-vector-icons": "^4.6.0",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-thunk": "^2.2.0"
}
}