-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
42 lines (42 loc) · 1.02 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
{
"name": "create-react-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "4.12.4",
"@material-ui/icons": "4.11.3",
"@material-ui/lab": "4.0.0-alpha.61",
"bootstrap": "5.1.3",
"copy-to-clipboard": "3.3.1",
"echarts": "5.3.3",
"echarts-for-react": "3.0.1",
"file-saver": "^2.0.5",
"lodash.clonedeep": "4.5.0",
"lodash.omit": "4.5.0",
"lodash.throttle": "4.1.1",
"moment": "2.29.4",
"react": "18.0.0",
"react-bootstrap": "2.5.0",
"react-dom": "18.0.0",
"react-scripts": "5.0.0",
"react-syntax-highlighter": "15.5.0",
"react-toastify": "8.2.0",
"react-use-clipboard": "1.0.8",
"save-svg-png-ext": "^2.0.3"
},
"scripts": {
"dev": "BROWSER=none react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"prettier": "2.6.1"
}
}