mirror of
https://github.com/MetaCubeX/metacubexd.git
synced 2024-11-10 05:15:35 +08:00
e5e1e3da93
Bumps [@solidjs/router](https://github.com/solidjs/solid-router) from 0.13.5 to 0.13.6. - [Changelog](https://github.com/solidjs/solid-router/blob/main/CHANGELOG.md) - [Commits](https://github.com/solidjs/solid-router/commits) --- updated-dependencies: - dependency-name: "@solidjs/router" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
78 lines
2.4 KiB
JSON
78 lines
2.4 KiB
JSON
{
|
|
"name": "metacubexd",
|
|
"version": "1.140.1",
|
|
"description": "Mihomo Dashboard, The Official One, XD",
|
|
"license": "MIT",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "vite build",
|
|
"dev": "vite",
|
|
"format": "prettier -w .",
|
|
"lint": "eslint --fix .",
|
|
"prepare": "husky",
|
|
"pwa-assets-generator": "pwa-assets-generator",
|
|
"serve": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@commitlint/config-conventional": "^19.2.2",
|
|
"@eslint/js": "^9.5.0",
|
|
"@felte/solid": "^1.2.13",
|
|
"@felte/validator-zod": "^1.0.17",
|
|
"@fontsource/fira-sans": "^5.0.20",
|
|
"@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.25",
|
|
"@solid-primitives/storage": "^3.7.1",
|
|
"@solid-primitives/timer": "^1.3.9",
|
|
"@solid-primitives/websocket": "^1.2.2",
|
|
"@solidjs/router": "^0.13.6",
|
|
"@tabler/icons-solidjs": "^2.47.0",
|
|
"@tanstack/match-sorter-utils": "^8.15.1",
|
|
"@tanstack/solid-table": "^8.17.3",
|
|
"@tanstack/solid-virtual": "^3.5.1",
|
|
"@tanstack/virtual-core": "^3.5.1",
|
|
"@thisbeyond/solid-dnd": "^0.7.5",
|
|
"@types/byte-size": "^8.1.2",
|
|
"@types/lodash": "^4.17.5",
|
|
"@types/node": "^20.14.3",
|
|
"@types/uuid": "^9.0.8",
|
|
"@vite-pwa/assets-generator": "^0.2.4",
|
|
"apexcharts": "^3.49.1",
|
|
"autoprefixer": "^10.4.19",
|
|
"byte-size": "^8.1.1",
|
|
"commitlint": "^19.3.0",
|
|
"daisyui": "^4.12.2",
|
|
"dayjs": "^1.11.11",
|
|
"eslint": "^9.5.0",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.1.3",
|
|
"husky": "^9.0.11",
|
|
"is-ip": "^5.0.1",
|
|
"ky": "^1.3.0",
|
|
"lint-staged": "^15.2.7",
|
|
"lodash": "^4.17.21",
|
|
"match-sorter": "^6.3.4",
|
|
"prettier": "^3.3.2",
|
|
"prettier-plugin-organize-imports": "^3.2.4",
|
|
"prettier-plugin-tailwindcss": "^0.6.5",
|
|
"solid-apexcharts": "^0.3.4",
|
|
"solid-js": "^1.8.17",
|
|
"solid-toast": "^0.5.0",
|
|
"sort-package-json": "^2.10.0",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"typescript": "^5.4.5",
|
|
"typescript-eslint": "^7.13.1",
|
|
"unplugin-auto-import": "^0.17.6",
|
|
"uuid": "^10.0.0",
|
|
"vite": "^5.3.1",
|
|
"vite-plugin-pwa": "^0.20.0",
|
|
"vite-plugin-solid": "^2.10.2",
|
|
"zod": "^3.23.8"
|
|
},
|
|
"packageManager": "pnpm@9.1.4"
|
|
}
|