-
Notifications
You must be signed in to change notification settings - Fork 20
/
package.json
60 lines (60 loc) · 1.65 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
{
"name": "cmswithgithub",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^3.9.0",
"@material-ui/icons": "^3.0.2",
"axios": "^0.18.0",
"bootstrap": "^4.3.1",
"brace": "^0.11.1",
"dotenv": "^6.2.0",
"firebase": "^5.8.0",
"history": "^4.9.0",
"isomorphic-unfetch": "^3.0.0",
"js-base64": "^2.5.1",
"jsoneditor": "^5.32.4",
"jsoneditor-react": "^1.0.0",
"lodash": "^4.17.11",
"moment": "^2.29.4",
"node-sass": "^4.11.0",
"react": "^16.8.6",
"react-bootstrap": "^1.0.0-beta.8",
"react-delay": "^0.1.0",
"react-dom": "^16.8.6",
"react-feather": "^1.1.6",
"react-json-editor-viewer": "^1.0.4",
"react-json-table": "^0.1.1",
"react-json-to-table": "^0.1.5",
"react-jsonschema-form": "^1.5.0",
"react-media-player": "^0.7.7",
"react-router-dom": "^4.3.1",
"react-scripts": "2.1.8",
"video-react": "^0.13.6"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build && cp build/index.html build/404.html",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"babel-eslint": "^9.0.0",
"eslint-config-airbnb": "^17.1.0",
"eslint-config-prettier": "^4.1.0",
"eslint-config-wesbos": "0.0.19",
"eslint-plugin-html": "^5.0.3",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-prettier": "^3.0.1",
"eslint-plugin-react": "^7.12.4",
"eslint-plugin-react-hooks": "^1.3.0",
"prettier": "^1.16.4"
}
}