-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathpackage.json
75 lines (75 loc) · 2.06 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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "surmon.admin",
"version": "3.3.2",
"author": "Surmon",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/surmon-china/surmon.admin.git"
},
"type": "module",
"scripts": {
"dev": "vite",
"dev:proxy": "vite --mode proxy",
"dev:demo": "vite --mode demo",
"build": "vite build",
"build:demo": "vite build --mode demo",
"serve": "vite preview",
"lint": "eslint src",
"format": "npm run lint --fix",
"release": ". ./scripts/release.sh"
},
"dependencies": {
"@ant-design/icons": "^5.4.0",
"@codemirror/lang-json": "^6.0.1",
"@codemirror/lang-markdown": "^6.2.5",
"@codemirror/lang-yaml": "^6.1.1",
"@codemirror/language": "^6.10.2",
"@codemirror/language-data": "^6.5.1",
"@codemirror/state": "^6.4.1",
"@codemirror/view": "^6.33.0",
"@uiw/react-codemirror": "^4.23.x",
"antd": "^5.x",
"axios": "^1.7.x",
"bezier-easing": "^2.1.0",
"classnames": "^2.5.1",
"dayjs": "^1.11.x",
"echarts": "^5.5.1",
"highlight.js": "^11.10.0",
"i18next": "^23.x",
"i18next-browser-languagedetector": "^8.0.0",
"js-base64": "^3.7.7",
"lodash": "^4.17.21",
"marked": "^14.x",
"marked-highlight": "^2.1.4",
"performant-array-to-tree": "^1.11.0",
"query-string": "^9.1.0",
"react": "^18.x",
"react-dom": "^18.x",
"react-i18next": "^15.0.x",
"react-router-dom": "^6.26.x",
"react-top-loading-bar": "^2.3.1",
"ua-parser-js": "^1.x",
"veact": "^1.0.0",
"veact-use": "^0.1.4"
},
"devDependencies": {
"@eslint/js": "^9.x",
"@types/lodash": "^4.17.7",
"@types/node": "^22.x",
"@types/react": "^18.x",
"@types/react-dom": "^18.x",
"@types/ua-parser-js": "^0.7.39",
"@vitejs/plugin-react": "^4.x",
"eslint": "^9.x",
"eslint-config-prettier": "^9.x",
"eslint-plugin-prettier": "^5.x",
"eslint-plugin-react": "^7.x",
"globals": "^15.9.0",
"less": "^4.2.0",
"prettier": "^3.x",
"typescript": "^5.5.4",
"typescript-eslint": "^8.x",
"vite": "^5.x"
}
}