metacubexd/package.json

78 lines
2.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",
2024-07-31 03:27:54 +08:00
"version": "1.143.5",
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": {
2024-04-16 17:34:29 +08:00
"@commitlint/config-conventional": "^19.2.2",
"@eslint/js": "^9.8.0",
"@felte/solid": "^1.2.13",
"@felte/validator-zod": "^1.0.17",
"@fontsource/fira-sans": "^5.0.20",
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": "^3.8.0",
2024-03-11 20:05:08 +08:00
"@solid-primitives/timer": "^1.3.9",
"@solid-primitives/websocket": "^1.2.2",
"@solidjs/router": "^0.14.1",
"@tabler/icons-solidjs": "^3.11.0",
2024-04-08 11:07:15 +08:00
"@tanstack/match-sorter-utils": "^8.15.1",
"@tanstack/solid-table": "^8.19.3",
"@tanstack/solid-virtual": "^3.8.4",
"@tanstack/virtual-core": "^3.8.4",
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.1.0",
"@types/uuid": "^10.0.0",
2024-03-11 20:05:08 +08:00
"@vite-pwa/assets-generator": "^0.2.4",
2024-07-30 15:35:13 +08:00
"apexcharts": "^3.51.0",
"autoprefixer": "^10.4.20",
"byte-size": "^9.0.0",
2024-05-27 19:39:53 +08:00
"commitlint": "^19.3.0",
2024-06-27 17:04:23 +08:00
"daisyui": "^4.12.10",
2024-07-30 15:35:13 +08:00
"dayjs": "^1.11.12",
"eslint": "^9.8.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.4",
2023-08-24 04:20:53 +08:00
"is-ip": "^5.0.1",
2024-07-30 15:35:13 +08:00
"ky": "^1.5.0",
"lint-staged": "^15.2.7",
"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.5",
2024-03-11 20:05:08 +08:00
"solid-apexcharts": "^0.3.4",
"solid-js": "^1.8.19",
"solid-toast": "^0.5.0",
2024-04-08 11:07:15 +08:00
"sort-package-json": "^2.10.0",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.7",
"typescript": "^5.5.4",
"typescript-eslint": "^8.0.0",
"unplugin-auto-import": "^0.18.2",
"uuid": "^10.0.0",
"vite": "^5.3.5",
"vite-plugin-pwa": "^0.20.1",
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-07-30 15:35:13 +08:00
"packageManager": "pnpm@9.6.0"
2023-08-24 04:20:53 +08:00
}