-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.35 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.35 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
{
"name": "Bupu-mp-admin",
"private": false,
"version": "1.0.0",
"type": "module",
"license": "MIT",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite build && vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@amap/amap-jsapi-types": "^0.0.15",
"@ant-design/charts": "^2.0.3",
"@ant-design/colors": "^7.1.0",
"@ant-design/happy-work-theme": "^1.0.0",
"@ant-design/icons": "^5.2.6",
"@ant-design/plots": "^2.1.14",
"@ant-design/pro-components": "^2.7.15",
"@codemirror/lang-javascript": "^6.2.1",
"@icon-park/react": "^1.4.2",
"@tanem/react-nprogress": "^5.0.51",
"@uiw/react-codemirror": "^4.21.20",
"ahooks": "^3.7.8",
"animate.css": "^4.1.1",
"antd": "^5.20.3",
"antd-style": "^3.6.2",
"axios": "^1.5.1",
"classnames": "^2.5.1",
"create-puzzle": "^2.0.0",
"form-render": "^2.2.16",
"fr-generator": "^2.8.9",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"moment": "^2.30.1",
"monaco-editor": "^0.47.0",
"rc-slider-captcha": "^1.2.2",
"rc-virtual-list": "^3.11.4",
"re-resizable": "^6.9.11",
"react": "^18.2.0",
"react-beautiful-dnd": "^13.1.1",
"react-dom": "^18.2.0",
"react-grid-layout": "^1.4.4",
"react-markdown": "^9.0.1",
"react-monaco-editor": "^0.55.0",
"react-quill": "^2.0.0",
"react-router": "^6.16.0",
"react-router-dom": "^6.16.0",
"react-spinners": "^0.13.8",
"react-syntax-highlighter": "^15.5.0",
"react-transition-group": "^4.4.5",
"remark-gfm": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"umi-request": "^1.4.0",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-grid-layout": "^1.3.5",
"@types/react-syntax-highlighter": "^15.5.11",
"@typescript-eslint/eslint-plugin": "^6.0.0",
"@typescript-eslint/parser": "^6.0.0",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"typescript": "^5.0.2",
"vite": "^4.4.5",
"vite-plugin-monaco-editor": "^1.1.0",
"vite-plugin-pages": "^0.31.0"
}
}