mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
f882f884c9
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
52 lines
1.4 KiB
JSON
52 lines
1.4 KiB
JSON
{
|
|
"name": "metacubexd",
|
|
"version": "1.13.2",
|
|
"description": "Clash-Meta Dashboard",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"prepare": "husky install",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/config-conventional": "^17.7.0",
|
|
"@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",
|
|
"commitlint": "^17.7.1",
|
|
"daisyui": "^3.6.3",
|
|
"husky": "^8.0.3",
|
|
"is-ip": "^5.0.1",
|
|
"ky": "^0.33.3",
|
|
"lint-staged": "^14.0.1",
|
|
"prettier": "^3.0.2",
|
|
"prettier-plugin-organize-imports": "^3.2.3",
|
|
"prettier-plugin-tailwindcss": "^0.5.3",
|
|
"solid-apexcharts": "^0.3.2",
|
|
"solid-devtools": "^0.27.7",
|
|
"solid-js": "^1.7.11",
|
|
"sort-package-json": "^2.5.1",
|
|
"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"
|
|
}
|
|
}
|