metacubexd/package.json

78 lines
2.4 KiB
JSON
Raw Permalink Normal View History

2023-08-24 04:20:53 +08:00
{
2023-08-27 15:38:41 +08:00
"name": "metacubexd",
"version": "1.149.0",
2023-12-01 18:43:40 +08:00
"description": "Mihomo Dashboard, The Official One, XD",
2023-08-24 04:20:53 +08:00
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite --host",
"format": "prettier -w .",
2023-09-14 17:01:54 +08:00
"lint": "eslint --fix .",
"prepare": "husky",
"pwa-assets-generator": "pwa-assets-generator",
2023-08-27 16:13:44 +08:00
"serve": "vite preview"
2023-08-24 04:20:53 +08:00
},
"dependencies": {
"@commitlint/config-conventional": "^19.5.0",
"@eslint/js": "^9.10.0",
"@felte/solid": "^1.2.13",
"@felte/validator-zod": "^1.0.17",
"@fontsource/fira-sans": "^5.1.0",
2024-03-11 20:05:08 +08:00
"@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/media": "^2.2.9",
"@solid-primitives/resize-observer": "^2.0.26",
"@solid-primitives/storage": "^4.2.1",
"@solid-primitives/timer": "^1.3.10",
2024-03-11 20:05:08 +08:00
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/router": "^0.14.5",
"@tabler/icons-solidjs": "^3.17.0",
"@tanstack/match-sorter-utils": "^8.19.4",
"@tanstack/solid-table": "^8.20.5",
"@tanstack/solid-virtual": "^3.10.8",
"@tanstack/virtual-core": "^3.10.8",
2023-12-01 18:36:46 +08:00
"@thisbeyond/solid-dnd": "^0.7.5",
"@types/byte-size": "^8.1.2",
"@types/lodash": "^4.17.7",
"@types/node": "^22.5.5",
"@types/uuid": "^10.0.0",
"@vite-pwa/assets-generator": "^0.2.6",
"apexcharts": "^3.53.0",
"autoprefixer": "^10.4.20",
"byte-size": "^9.0.0",
"commitlint": "^19.5.0",
2024-06-27 17:04:23 +08:00
"daisyui": "^4.12.10",
"dayjs": "^1.11.13",
"eslint": "^9.10.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.6",
2023-08-24 04:20:53 +08:00
"is-ip": "^5.0.1",
"ky": "^1.7.2",
"lint-staged": "^15.2.10",
"lodash": "^4.17.21",
2024-03-11 20:05:08 +08:00
"match-sorter": "^6.3.4",
"prettier": "^3.3.3",
"prettier-plugin-organize-imports": "^4.0.0",
"prettier-plugin-tailwindcss": "^0.6.6",
2024-03-11 20:05:08 +08:00
"solid-apexcharts": "^0.3.4",
"solid-js": "^1.8.22",
"solid-toast": "^0.5.0",
"sort-package-json": "^2.10.1",
"tailwind-merge": "^2.5.2",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2",
"typescript-eslint": "^8.6.0",
"unplugin-auto-import": "^0.18.3",
"uuid": "^10.0.0",
"vite": "^5.4.6",
2024-09-19 21:31:28 +08:00
"vite-plugin-pwa": "^0.20.5",
2024-03-20 16:12:33 +08:00
"vite-plugin-solid": "^2.10.2",
"zod": "^3.23.8"
2024-06-02 21:27:22 +08:00
},
2024-09-19 21:31:28 +08:00
"packageManager": "pnpm@9.10.0"
2023-08-24 04:20:53 +08:00
}