-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
78 lines (78 loc) · 2.12 KB
/
package.json
File metadata and controls
78 lines (78 loc) · 2.12 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
{
"name": "react-demo",
"version": "0.1.0",
"private": true,
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.32",
"@fortawesome/free-solid-svg-icons": "^5.15.1",
"@fortawesome/react-fontawesome": "^0.1.12",
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"@material-ui/lab": "^4.0.0-alpha.56",
"@material-ui/styles": "^4.10.0",
"@reach/router": "^1.3.4",
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"axios": "^0.21.0",
"basicprimitives": "^6.5.1",
"basicprimitivesreact": "^6.5.1",
"blob-stream": "^0.1.3",
"clsx": "^1.1.1",
"codemirror": "^5.58.2",
"final-form": "^4.20.1",
"lodash": "^4.17.20",
"markdown-react-js": "^1.0.2",
"pdfkit-nodejs-webpack": "^0.0.2",
"prop-types": "^15.7.2",
"react": "^16",
"react-codemirror2": "^7.2.1",
"react-device-detect": "^2.2.2",
"react-dnd": "^11.1.3",
"react-dnd-html5-backend": "^11.1.3",
"react-dom": "^16",
"react-final-form": "^6.5.2",
"react-helmet": "^6.1.0",
"react-live": "^2.2.3",
"react-redux": "^7.2.2",
"react-scripts": "^4",
"react-sortable-hoc": "^1.11.0",
"react-syntax-highlighter": "^15.3.0",
"react-youtube": "^7.13.0",
"redial": "^0.5.0",
"redux": "^4.0.5",
"redux-logger": "^3.0.6",
"source-map-explorer": "^2.5.0",
"web-vitals": "^0.2.4"
},
"devDependencies": {
"http-proxy-middleware": "^1.0.6",
"react-app-rewired": "^2.2.1"
},
"scripts": {
"start": "react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired test",
"eject": "react-scripts eject",
"analyze": "source-map-explorer 'build/static/js/*.js'"
},
"eslintConfig": {
"extends": [
"react-app",
"react-app/jest"
]
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"proxy": "http://localhost:3030"
}