-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (52 loc) · 1.32 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
{
"name": "sgc",
"version": "0.1.0",
"private": true,
"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/lab": "^4.0.0-alpha.56",
"@reactchartjs/react-chart.js": "^1.0.0-rc.3",
"axios": "^0.21.0",
"blockly": "^3.20200924.3",
"bootstrap": "^4.3.1",
"chart.js": "^2.9.4",
"moment": "^2.27.0",
"node-sass": "^4.11.0",
"react": "17.0.1",
"react-ace": "^7.0.4",
"react-bootstrap": "^1.0.0-beta.12",
"react-csv": "^2.0.3",
"react-datepicker": "^3.3.0",
"react-dom": "17.0.1",
"react-icons": "^3.11.0",
"react-input-switch": "^2.2.1",
"react-katex": "^2.0.2",
"react-router-dom": "^5.1.2",
"react-scripts": "4.0.0",
"react-select": "^3.0.4",
"socket.io-client": "^3.0.1",
"styled-components": "^5.1.1",
"suneditor-react": "^2.13.1",
"sweetalert2": "^10.10.0",
"sweetalert2-react-content": "^3.2.1 "
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject",
"dev-server": "json-server --watch db.json --port 3002"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
],
"devDependencies": {
"json-server": "^0.14.2"
}
}