forked from SwanHubX/SwanLab-Dashboard
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.19 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
{
"name": "swanlab-ui",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build.release": "vite build --mode release",
"preview": "vite preview",
"fmt": "npx prettier --write .",
"prepare": "husky install",
"test": "vitest"
},
"dependencies": {
"@antv/g2plot": "^2.4.31",
"@headlessui/vue": "^1.7.22",
"axios": "^1.6.2",
"html2canvas": "^1.4.1",
"moment": "^2.29.4",
"pinia": "^2.1.7",
"sass": "^1.69.5",
"terser": "^5.31.0",
"tippy.js": "^6.3.7",
"vue": "^3.3.11",
"vue-i18n": "^9.8.0",
"vue-router": "^4.2.5",
"vue-tippy": "^6.3.1"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.5.2",
"autoprefixer": "^10.4.16",
"eslint": "^8.55.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-vue": "^9.19.2",
"husky": "^8.0.3",
"mockjs": "^1.1.0",
"postcss": "^8.4.32",
"prettier": "^2.8.8",
"tailwindcss": "^3.3.6",
"unplugin-auto-import": "^0.15.3",
"unplugin-vue-components": "^0.24.1",
"vite": "^5.0.6",
"vite-plugin-json5": "^1.1.2",
"vitest": "^1.6.0"
}
}