This repository was archived by the owner on Jun 23, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.98 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 2.98 KB
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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "ChapiEvent",
"version": "0.1.0",
"private": true,
"devDependencies": {
"@expo/vector-icons": "^6.3.1",
"autoprefixer": "^9.1.5",
"babel-core": "^6.26.3",
"babel-jest": "23.6.0",
"babel-loader": "^7.1.4",
"babel-plugin-react-transform": "^3.0.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"babel-preset-react-native-stage-0": "^1.0.1",
"babel-preset-stage-0": "^6.24.1",
"css-loader": "^1.0.0",
"gulp": "^3.9.1",
"jest": "23.6.0",
"jest-react-native": "^18.0.0",
"json-loader": "^0.5.7",
"metro-react-native-babel-preset": "0.48.0",
"node-sass": "^4.9.3",
"postcss-loader": "^3.0.0",
"react-test-renderer": "16.5.0",
"react-transform-catch-errors": "^1.0.2",
"react-transform-hmr": "^1.0.4",
"redbox-react": "^1.6.0",
"redux": "^4.0.0",
"redux-logger": "^3.0.6",
"sass-loader": "^7.1.0",
"schedule": "^0.4.0",
"style-loader": "^0.23.0",
"uglifyjs-webpack-plugin": "^2.0.1",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.2",
"webpack-dev-server": "^3.1.9",
"webpack-hot-middleware": "^2.24.2"
},
"scripts": {
"start": "react-native start",
"android": "react-native run-android",
"ios": "react-native run-ios",
"test": "node node_modules/jest/bin/jest.js --watch",
"web": "webpack-dev-server --content-base build/ --config webpack/web.dev.config.js --mode development --port 3001 --inline --hot --colors --historyApiFallback",
"web-bundle": "webpack --config webpack/web.prod.config.js --progress --colors --mode production",
"clear-cache": "gulp clear-cache",
"debug": "open 'rndebugger://set-debugger-loc?host=localhost&port=19001'"
},
"jest": {
"preset": "react-native"
},
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/runtime": "^7.1.2",
"babel": "^6.23.0",
"babel-eslint": "^10.0.1",
"babel-polyfill": "^6.26.0",
"babel-preset-react-native": "^4.0.0",
"bootstrap": "^4.1.3",
"create-react-class": "^15.6.3",
"cssnano": "^4.1.4",
"eslint": "^5.8.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.1",
"morgan": "^1.9.1",
"native-base": "^2.8.0",
"object-assign": "^4.1.1",
"postcss-cssnext": "^3.1.0",
"postcss-import": "^12.0.0",
"prop-types": "^15.6.2",
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-native": "0.57.2",
"react-native-config": "^0.11.5",
"react-native-fix-xcode-10": "rhdeck/react-native-fix-xcode-10",
"react-native-qrcode": "^0.2.7",
"react-native-router-flux": "4.0.0-beta.28",
"react-native-splash-screen": "^3.1.1",
"react-native-vector-icons": "^6.0.1",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"reactstrap": "^6.4.0",
"redux": "^4.0.0",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0",
"sugarss": "^2.0.0",
"superagent": "^4.0.0-beta.5"
}
}