-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.2 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
{
"name": "client-web",
"version": "0.1.0",
"private": true,
"scripts": {
"serve": "craco start --dev",
"build": "craco build",
"type": "yarn typed-scss-modules src"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
},
"main": "index.tsx",
"license": "MIT",
"dependencies": {
"@ant-design/icons": "^5.0.1",
"@antv/g6": "^4.8.7",
"@reduxjs/toolkit": "^1.9.3",
"ace-builds": "^1.16.0",
"ajv": "^8.12.0",
"antd": "^5.3.0",
"axios": "^1.3.4",
"echarts": "^5.4.1",
"highlight.js": "^11.7.0",
"node-ssh": "^13.0.1",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-ace": "^10.1.0",
"react-dom": "^18.2.0",
"react-redux": "^8.0.5",
"react-router": "^6.9.0",
"react-router-dom": "^6.9.0"
},
"devDependencies": {
"@craco/craco": "^7.0.0",
"@types/react": "^18.0.28",
"@types/react-dom": "^18.0.11",
"dotenv": "^16.0.3",
"react-scripts": "5.0.1",
"sass": "^1.59.2",
"typed-scss-modules": "^7.0.2",
"typescript": "^4.9.5"
}
}