-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.03 KB
/
package.json
File metadata and controls
38 lines (38 loc) · 1.03 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
{
"name": "cutting-mat-admin",
"version": "2.12.2",
"scripts": {
"serve": "vite --host",
"build": "vite build",
"preview": "vite preview --host"
},
"homepage": "https://cutting-mat.github.io/cutting-mat-admin/",
"dependencies": {
"@cutting-mat/animater": "^1.0.9",
"@cutting-mat/axios": "^1.2.0",
"@cutting-mat/uploader": "^4.0.0",
"@cutting-mat/widgets": "^1.0.1",
"crypto-js": "^3.3.0",
"echarts": "^5.3.3",
"element-ui": "^2.15.6",
"html2pdf.js": "^0.10.1",
"pinia": "^2.0.16",
"tiny-emitter": "^2.1.0",
"vue": "^2.7.8",
"vue-template-compiler": "^2.7.8",
"vue-router": "^3.5.4"
},
"devDependencies": {
"@vitejs/plugin-vue2": "^1.1.2",
"@vitejs/plugin-legacy": "^2.0.0",
"eslint": "^7.32.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.2.0",
"eslint-plugin-vue": "^8.6.0",
"mockjs": "^1.1.0",
"terser": "^5.14.1",
"vite": "^3.0.2"
}
}