-
Notifications
You must be signed in to change notification settings - Fork 25
/
package.json
76 lines (76 loc) · 2.17 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
76
{
"name": "zashboard",
"version": "1.46.2",
"description": "A dashboard using clash api",
"license": "MIT",
"type": "module",
"scripts": {
"dev": "vite",
"preview": "vite preview",
"build": "vite build",
"build:cdn-fonts": "vite build --mode cdn-fonts",
"type-check": "vue-tsc --build --force",
"lint": "eslint . --fix",
"format": "prettier --write src/",
"prepare": "husky"
},
"dependencies": {
"@eslint/plugin-kit": "^0.2.4",
"@fontsource/fira-sans": "^5.1.1",
"@heroicons/vue": "^2.2.0",
"@tanstack/vue-table": "^8.20.5",
"@tanstack/vue-virtual": "^3.11.2",
"@types/echarts": "^4.9.22",
"@types/reconnectingwebsocket": "^1.0.10",
"@vueuse/core": "^12.2.0",
"axios": "^1.7.9",
"countup.js": "^2.8.0",
"dayjs": "^1.11.13",
"dompurify": "^3.2.3",
"echarts": "^5.6.0",
"lodash": "^4.17.21",
"misans": "^4.0.0",
"prettier-plugin-organize-imports": "^4.1.0",
"prettier-plugin-tailwindcss": "^0.6.9",
"pretty-bytes": "^6.1.1",
"reconnectingwebsocket": "^1.0.0",
"sort-package-json": "^2.12.0",
"subsetted-fonts": "^1.0.4",
"theme-change": "^2.5.0",
"tippy.js": "^6.3.7",
"uuid": "^11.0.3",
"vite-plugin-pwa": "^0.21.1",
"vue": "^3.5.13",
"vue-i18n": "^10.0.5",
"vue-json-pretty": "^2.4.0",
"vue-router": "^4.5.0",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@tsconfig/node22": "^22.0.0",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.3",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.2.0",
"@vue/tsconfig": "^0.7.0",
"autoprefixer": "^10.4.20",
"daisyui": "^4.12.23",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"lint-staged": "^15.3.0",
"npm-run-all2": "^7.0.2",
"postcss": "^8.4.49",
"postcss-calc": "^10.0.2",
"postcss-for": "^2.1.1",
"prettier": "^3.4.2",
"tailwind-merge": "^2.6.0",
"tailwindcss": "^3.4.17",
"typescript": "~5.6.3",
"vite": "^6.0.6",
"vue-tsc": "^2.2.0"
},
"packageManager": "[email protected]"
}