metacubexd/package.json

52 lines
1.4 KiB
JSON
Raw Normal View History

2023-08-24 04:20:53 +08:00
{
2023-08-27 15:38:41 +08:00
"name": "metacubexd",
"version": "1.5.0",
2023-08-27 16:13:44 +08:00
"description": "Clash-Meta Dashboard",
2023-08-24 04:20:53 +08:00
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
2023-08-28 00:13:00 +08:00
"prepare": "husky install",
2023-08-27 16:13:44 +08:00
"serve": "vite preview"
2023-08-24 04:20:53 +08:00
},
"dependencies": {
2023-08-28 00:13:00 +08:00
"@commitlint/config-conventional": "^17.7.0",
2023-08-24 04:20:53 +08:00
"@felte/solid": "^1.2.10",
"@felte/validator-zod": "^1.0.16",
"@solid-primitives/event-listener": "^2.2.14",
"@solid-primitives/storage": "^2.1.1",
"@solid-primitives/websocket": "^1.1.0",
"@solidjs/router": "^0.8.3",
"@tabler/icons-solidjs": "^2.32.0",
"@tanstack/solid-table": "^8.9.3",
"@tanstack/solid-virtual": "3.0.0-beta.6",
"@types/byte-size": "^8.1.0",
"@types/node": "^20.5.6",
"@types/uuid": "^9.0.2",
"apexcharts": "^3.42.0",
"autoprefixer": "^10.4.15",
"byte-size": "^8.1.1",
2023-08-28 00:13:00 +08:00
"commitlint": "^17.7.1",
2023-08-24 04:20:53 +08:00
"daisyui": "^3.6.3",
2023-08-28 00:13:00 +08:00
"husky": "^8.0.3",
2023-08-24 04:20:53 +08:00
"is-ip": "^5.0.1",
"ky": "^0.33.3",
2023-08-28 00:13:00 +08:00
"lint-staged": "^14.0.1",
2023-08-24 04:20:53 +08:00
"prettier": "^3.0.2",
"prettier-plugin-organize-imports": "^3.2.3",
2023-08-24 04:20:53 +08:00
"prettier-plugin-tailwindcss": "^0.5.3",
"solid-apexcharts": "^0.3.2",
"solid-devtools": "^0.27.7",
"solid-js": "^1.7.11",
2023-08-28 00:13:00 +08:00
"sort-package-json": "^2.5.1",
2023-08-24 04:20:53 +08:00
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.2.2",
"uuid": "^9.0.0",
"vite": "^4.4.9",
"vite-plugin-solid": "^2.7.0",
"zod": "^3.22.2"
}
}