-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
67 lines (67 loc) · 2.05 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
62
63
64
65
66
67
{
"name": "itlab-qrcode",
"version": "0.1.0",
"private": true,
"main": "node_modules/expo/AppEntry.js",
"jest": {
"preset": "jest-expo",
"transformIgnorePatterns": [
"node_modules/(?!((jest-)?react-native|react-clone-referenced-element|expo(nent)?|@expo(nent)?/.*|react-navigation|redux-persist|native-base(-shoutem-theme)|native-base|react-native-router-flux))"
]
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"scripts": {
"start": "expo start",
"android": "expo start --android",
"ios": "expo start --ios",
"eject": "expo eject",
"test": "node_modules/.bin/jest",
"web-bundle": "react-scripts build",
"predeploy": "npm run web-bundle",
"deploy": "gh-pages -d build",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'"
},
"dependencies": {
"@expo/vector-icons": "^9.0.0",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.3.1",
"expo": "^32.0.5",
"expo-barcode-scanner": "^3.0.0",
"firebase": "^5.8.3",
"native-base": "^2.11.0",
"prop-types": "^15.7.2",
"react": "16.5.0",
"react-dom": "^16.3.1",
"react-helmet": "^5.2.0",
"react-native": "https://github.com/expo/react-native/archive/sdk-32.0.0.tar.gz",
"react-native-camera": "^1.12.0",
"react-native-permissions": "^2.0.0-alpha.1",
"react-native-qrcode-scanner": "^1.1.2",
"react-native-router-flux": "4.0.6",
"react-navigation": "^3.3.2",
"react-navigation-redux-helpers": "^3.0.0",
"react-redux": "^6.0.0",
"react-router-dom": "^4.2.2",
"react-timer-mixin": "^0.13.4",
"reactstrap": "^7.1.0",
"redux": "^4.0.1",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"
},
"devDependencies": {
"babel-preset-expo": "^5.0.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-jsx-a11y": "^6.1.1",
"eslint-plugin-react": "^7.11.0",
"gh-pages": "^2.0.1",
"jest-expo": "^32.0.0",
"node-sass": "^4.11.0",
"react-scripts": "2.1.5"
}
}