forked from MetaCubeX/metacubexd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
76 lines (76 loc) · 2.39 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": "metacubexd",
"version": "1.136.1",
"description": "Mihomo Dashboard, The Official One, XD",
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"format": "prettier -w .",
"lint": "eslint --fix .",
"prepare": "husky",
"pwa-assets-generator": "pwa-assets-generator",
"serve": "vite preview"
},
"dependencies": {
"@commitlint/config-conventional": "^19.1.0",
"@felte/solid": "^1.2.13",
"@felte/validator-zod": "^1.0.17",
"@fontsource/fira-sans": "^5.0.19",
"@solid-primitives/clipboard": "^1.5.10",
"@solid-primitives/context": "^0.2.3",
"@solid-primitives/event-listener": "^2.3.3",
"@solid-primitives/i18n": "^2.1.1",
"@solid-primitives/keyed": "^1.2.2",
"@solid-primitives/media": "^2.2.8",
"@solid-primitives/resize-observer": "^2.0.25",
"@solid-primitives/storage": "^3.0.0",
"@solid-primitives/timer": "^1.3.9",
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/router": "^0.13.1",
"@tabler/icons-solidjs": "^2.47.0",
"@tanstack/match-sorter-utils": "^8.11.8",
"@tanstack/solid-table": "^8.15.0",
"@tanstack/solid-virtual": "3.0.2",
"@tanstack/virtual-core": "3.0.2",
"@thisbeyond/solid-dnd": "^0.7.5",
"@types/byte-size": "^8.1.2",
"@types/lodash": "^4.17.0",
"@types/node": "^20.11.30",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^7.4.0",
"@typescript-eslint/parser": "^7.4.0",
"@vite-pwa/assets-generator": "^0.2.4",
"apexcharts": "^3.48.0",
"autoprefixer": "^10.4.19",
"byte-size": "^8.1.1",
"commitlint": "^19.2.1",
"daisyui": "^4.9.0",
"dayjs": "^1.11.10",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"husky": "^9.0.11",
"is-ip": "^5.0.1",
"ky": "^1.2.3",
"lint-staged": "^15.2.2",
"lodash": "^4.17.21",
"match-sorter": "^6.3.4",
"prettier": "^3.2.5",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.12",
"solid-apexcharts": "^0.3.4",
"solid-js": "^1.8.16",
"solid-toast": "^0.5.0",
"sort-package-json": "^2.8.0",
"tailwind-merge": "^2.2.2",
"tailwindcss": "^3.4.1",
"typescript": "^5.4.3",
"uuid": "^9.0.1",
"vite": "^5.2.6",
"vite-plugin-pwa": "^0.19.7",
"vite-plugin-solid": "^2.10.2",
"zod": "^3.22.4"
}
}