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",
chore(main): release 1.142.0 (#849) * chore(main): release 1.142.0 * build(deps): bump @types/node from 20.14.11 to 20.14.12 (#852) Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 20.14.11 to 20.14.12. - [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases) - [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node) --- updated-dependencies: - dependency-name: "@types/node" 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> * build(deps): bump typescript from 5.5.3 to 5.5.4 (#851) Bumps [typescript](https://github.com/Microsoft/TypeScript) from 5.5.3 to 5.5.4. - [Release notes](https://github.com/Microsoft/TypeScript/releases) - [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml) - [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4) --- updated-dependencies: - dependency-name: typescript 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> * build(deps): bump unplugin-auto-import from 0.18.0 to 0.18.1 (#853) Bumps [unplugin-auto-import](https://github.com/unplugin/unplugin-auto-import) from 0.18.0 to 0.18.1. - [Release notes](https://github.com/unplugin/unplugin-auto-import/releases) - [Commits](https://github.com/unplugin/unplugin-auto-import/compare/v0.18.0...v0.18.1) --- updated-dependencies: - dependency-name: unplugin-auto-import 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> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-24 12:00:49 +08:00
"version": "1.142.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",
"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.7.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.3",
"@tanstack/virtual-core": "^3.8.1",
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": "^20.14.12",
"@types/uuid": "^10.0.0",
2024-03-11 20:05:08 +08:00
"@vite-pwa/assets-generator": "^0.2.4",
2024-07-23 20:59:26 +08:00
"apexcharts": "^3.50.0",
"autoprefixer": "^10.4.19",
2024-07-23 20:59:26 +08:00
"byte-size": "^8.1.1",
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-23 20:59:26 +08:00
"dayjs": "^1.11.11",
"eslint": "^9.7.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"husky": "^9.1.1",
2023-08-24 04:20:53 +08:00
"is-ip": "^5.0.1",
2024-06-27 17:04:23 +08:00
"ky": "^1.4.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.18",
"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.6",
"typescript": "^5.5.4",
"typescript-eslint": "^7.17.0",
"unplugin-auto-import": "^0.18.1",
"uuid": "^10.0.0",
"vite": "^5.3.4",
"vite-plugin-pwa": "^0.20.0",
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-06-27 17:04:23 +08:00
"packageManager": "pnpm@9.4.0"
2023-08-24 04:20:53 +08:00
}