-
Notifications
You must be signed in to change notification settings - Fork 481
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.5 KB
/
Copy pathpackage.json
File metadata and controls
120 lines (120 loc) · 3.5 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"name": "metacubexd",
"version": "1.254.2",
"description": "Mihomo Dashboard, The Official One, XD",
"license": "MIT",
"type": "module",
"scripts": {
"build": "nuxt build",
"build:mock": "MOCK_MODE=true nuxt build",
"dev": "nuxt dev --host",
"dev:mock": "MOCK_MODE=true nuxt dev --host",
"format": "pnpm prettier --write --ignore-unknown .",
"generate": "nuxt generate",
"generate:mock": "MOCK_MODE=true nuxt generate",
"postinstall": "nuxt prepare",
"lint": "eslint --fix .",
"prepare": "nuxt prepare && husky",
"preview": "nuxt preview --host",
"screenshot": "tsx scripts/screenshot.ts",
"test:e2e": "vitest run e2e/",
"test:unit": "vitest run --exclude='e2e/**'",
"test:coverage": "vitest run --coverage --exclude='e2e/**'",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@antfu/eslint-config": "^9.0.0",
"@commitlint/config-conventional": "^21.0.2",
"@floating-ui/vue": "^1.1.11",
"@nuxt/fonts": "^0.14.0",
"@nuxtjs/i18n": "^10.4.0",
"@nuxtjs/tailwindcss": "^6.14.0",
"@pinia/nuxt": "^0.11.3",
"@playwright/test": "^1.60.0",
"@prettier/plugin-oxc": "^0.1.4",
"@tabler/icons-vue": "^3.44.0",
"@tailwindcss/typography": "^0.5.20",
"@tailwindcss/vite": "^4.3.0",
"@tanstack/vue-query": "^5.101.0",
"@tanstack/vue-table": "^8.21.3",
"@tanstack/vue-virtual": "^3.13.28",
"@types/byte-size": "^8.1.2",
"@types/d3": "^7.4.3",
"@types/lodash": "^4.17.24",
"@types/lodash-es": "^4.17.12",
"@types/markdown-it": "^14.1.2",
"@types/node": "^25.9.2",
"@types/sortablejs": "^1.15.9",
"@types/uuid": "^11.0.0",
"@vueuse/core": "^14.3.0",
"@vueuse/integrations": "^14.3.0",
"@vueuse/nuxt": "^14.3.0",
"byte-size": "^9.0.1",
"commitlint": "^21.0.2",
"d3": "^7.9.0",
"daisyui": "^5.5.23",
"dayjs": "^1.11.21",
"eslint": "^10.4.1",
"eslint-plugin-format": "^2.0.1",
"highcharts": "^12.6.0",
"husky": "^9.1.7",
"is-ip": "^5.0.1",
"ky": "^2.0.2",
"lint-staged": "^17.0.7",
"lodash": "^4.18.1",
"lodash-es": "^4.18.1",
"markdown-it": "^14.2.0",
"match-sorter": "^8.3.0",
"nuxt": "4.4.8",
"pinia": "^3.0.4",
"playwright": "^1.60.0",
"prettier": "^3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"semver": "^7.8.3",
"sort-package-json": "^4.0.0",
"sortablejs": "^1.15.7",
"tailwind-merge": "^3.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.0",
"tslib": "^2.8.1",
"tsx": "^4.22.4",
"typescript": "^6.0.3",
"uuid": "^14.0.0",
"vite": "8.0.16",
"vitest": "^4.1.8",
"vue": "^3.5.35",
"vue-router": "^5.1.0",
"vue-sonner": "^2.0.9",
"vue-tsc": "^3.3.4",
"vue3-marquee": "^4.2.2",
"zod": "^4.4.3"
},
"packageManager": "pnpm@10.34.1",
"pnpm": {
"overrides": {
"@isaacs/brace-expansion": ">=5.0.1",
"@nuxt/devtools-kit": "3.2.4",
"@unhead/vue": "2.1.15",
"brace-expansion@^1": ">=1.1.15",
"brace-expansion@^2": ">=2.1.1",
"defu": "6.1.7",
"diff": ">=9.0.0",
"h3": ">=1.15.11",
"koa": ">=3.2.1",
"node-forge": ">=1.4.0",
"picomatch": ">=4.0.4",
"rollup": ">=4.60.4",
"serialize-javascript": ">=7.0.5",
"srvx": ">=0.11.16",
"tar": ">=7.5.15",
"vite": "8.0.16",
"yaml": ">=2.9.0"
}
},
"devDependencies": {
"@types/semver": "^7.7.1",
"@vite-pwa/nuxt": "^1.1.1",
"@vitest/coverage-v8": "^4.1.8",
"jsdom": "^29.1.1"
}
}