-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 1.79 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
{
"name": "cra-firebase-material-starter",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.5.1",
"@material-ui/icons": "^4.5.1",
"bottleneck": "^2.19.5",
"clipboard-polyfill": "^2.8.6",
"element-resize-event": "^3.0.3",
"firebase": "^7.2.0",
"lodash.debounce": "^4.0.8",
"mobx": "^5.14.2",
"mobx-react": "^6.1.4",
"mobx-state-tree": "^3.15.0",
"object-hash": "^2.0.0",
"react": "^16.10.2",
"react-app-polyfill": "^1.0.4",
"react-dom": "^16.10.2",
"react-firebaseui": "^4.0.0",
"react-pose": "^4.0.10",
"react-responsive": "^8.0.1",
"react-router-dom": "^5.1.2",
"react-scripts": "3.2.0",
"react-split": "^2.0.7",
"reselect": "^4.0.0",
"resize-observer-polyfill": "^1.5.1",
"stacktrace-js": "^2.0.1",
"styled-components": "^4.4.0",
"styled-is": "^1.3.0",
"warning": "^4.0.3",
"winston": "^3.2.1",
"winston-transport": "^4.3.0"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && firebase deploy --only hosting",
"test": "react-scripts test",
"eject": "react-scripts eject",
"supportedBrowsers": "(echo module.exports = && browserslist-useragent-regexp --allowHigherVersions) > supportedBrowsers.js"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"ios_saf 11",
"not dead",
"not op_mini all",
"not ie 11",
"not safari 5.1"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"devDependencies": {
"babel-plugin-root-import": "^6.4.1",
"browserslist-useragent-regexp": "^1.3.2-beta",
"mobx-devtools-mst": "^0.9.21",
"prettier": "^1.19.1"
}
}