metacubexd/package.json

73 lines
2.2 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.96.0",
2023-09-03 18:16:09 +08:00
"description": "Clash.Meta Dashboard, The Official One, XD",
2023-08-24 04:20:53 +08:00
"license": "MIT",
"type": "module",
"scripts": {
"build": "vite build",
"dev": "vite",
"format": "prettier -w .",
2023-09-14 17:01:54 +08:00
"lint": "eslint --fix .",
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",
"@felte/solid": "^1.2.11",
"@felte/validator-zod": "^1.0.17",
"@fontsource/fira-sans": "^5.0.12",
"@solid-primitives/clipboard": "^1.5.7",
"@solid-primitives/event-listener": "^2.3.0",
2023-09-01 16:30:23 +08:00
"@solid-primitives/i18n": "^1.4.1",
"@solid-primitives/keyed": "^1.2.0",
"@solid-primitives/media": "^2.2.5",
"@solid-primitives/resize-observer": "^2.0.22",
2023-08-24 04:20:53 +08:00
"@solid-primitives/storage": "^2.1.1",
"@solid-primitives/timer": "^1.3.7",
2023-08-24 04:20:53 +08:00
"@solid-primitives/websocket": "^1.1.0",
"@solidjs/router": "^0.8.3",
"@tabler/icons-solidjs": "^2.34.0",
2023-09-10 17:55:53 +08:00
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/solid-table": "^8.9.11",
2023-08-24 04:20:53 +08:00
"@tanstack/solid-virtual": "3.0.0-beta.6",
2023-09-01 00:12:33 +08:00
"@thisbeyond/solid-dnd": "^0.7.4",
2023-08-24 04:20:53 +08:00
"@types/byte-size": "^8.1.0",
"@types/lodash": "^4.14.198",
"@types/node": "^20.6.1",
"@types/uuid": "^9.0.4",
"@typescript-eslint/eslint-plugin": "^6.7.0",
"@typescript-eslint/parser": "^6.7.0",
2023-08-24 04:20:53 +08:00
"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",
"daisyui": "^3.7.4",
2023-08-31 11:50:21 +08:00
"dayjs": "^1.11.9",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
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": "^1.0.1",
2023-08-28 00:13:00 +08:00
"lint-staged": "^14.0.1",
"lodash": "^4.17.21",
"prettier": "^3.0.3",
"prettier-plugin-organize-imports": "^3.2.3",
"prettier-plugin-tailwindcss": "^0.5.4",
2023-08-24 04:20:53 +08:00
"solid-apexcharts": "^0.3.2",
"solid-js": "^1.7.11",
"solid-toast": "^0.5.0",
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",
2023-09-05 02:12:10 +08:00
"tailwindcss-safe-area": "^0.4.0",
2023-08-24 04:20:53 +08:00
"typescript": "^5.2.2",
"uuid": "^9.0.1",
2023-08-24 04:20:53 +08:00
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5",
2023-08-24 04:20:53 +08:00
"vite-plugin-solid": "^2.7.0",
"zod": "^3.22.2"
}
}