metacubexd/package.json
dependabot[bot] 6c1efadc50
chore(deps): bump vite-plugin-pwa from 0.17.2 to 0.17.4 (#495)
Bumps [vite-plugin-pwa](https://github.com/vite-pwa/vite-plugin-pwa) from 0.17.2 to 0.17.4.
- [Release notes](https://github.com/vite-pwa/vite-plugin-pwa/releases)
- [Commits](https://github.com/vite-pwa/vite-plugin-pwa/compare/v0.17.2...v0.17.4)

---
updated-dependencies:
- dependency-name: vite-plugin-pwa
  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>
2023-12-08 14:53:46 +08:00

77 lines
2.4 KiB
JSON

{
"name": "metacubexd",
"version": "1.134.0",
"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 install",
"pwa-assets-generator": "pwa-assets-generator",
"serve": "vite preview"
},
"dependencies": {
"@commitlint/config-conventional": "^18.4.3",
"@felte/solid": "^1.2.11",
"@felte/validator-zod": "^1.0.17",
"@fontsource/fira-sans": "^5.0.17",
"@solid-primitives/clipboard": "^1.5.7",
"@solid-primitives/context": "^0.2.1",
"@solid-primitives/event-listener": "^2.3.0",
"@solid-primitives/i18n": "^2.0.0",
"@solid-primitives/keyed": "^1.2.0",
"@solid-primitives/media": "^2.2.5",
"@solid-primitives/resize-observer": "^2.0.22",
"@solid-primitives/storage": "^2.1.1",
"@solid-primitives/timer": "^1.3.7",
"@solid-primitives/websocket": "^1.2.0",
"@solidjs/router": "^0.9.1",
"@tabler/icons-solidjs": "^2.42.0",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/solid-table": "^8.10.7",
"@tanstack/solid-virtual": "3.0.0-beta.68",
"@tanstack/virtual-core": "3.0.0-beta.68",
"@thisbeyond/solid-dnd": "^0.7.5",
"@types/byte-size": "^8.1.2",
"@types/lodash": "^4.14.202",
"@types/node": "^20.10.3",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.13.1",
"@typescript-eslint/parser": "^6.13.1",
"@vite-pwa/assets-generator": "^0.0.11",
"apexcharts": "^3.44.2",
"autoprefixer": "^10.4.16",
"byte-size": "^8.1.1",
"commitlint": "^18.4.3",
"daisyui": "^4.4.17",
"dayjs": "^1.11.10",
"eslint": "^8.55.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.0.1",
"husky": "^8.0.3",
"is-ip": "^5.0.1",
"ky": "^1.1.3",
"lint-staged": "^15.2.0",
"lodash": "^4.17.21",
"match-sorter": "^6.3.1",
"prettier": "^3.1.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.7",
"solid-apexcharts": "^0.3.2",
"solid-js": "^1.8.7",
"solid-toast": "^0.5.0",
"sort-package-json": "^2.6.0",
"tailwind-merge": "^2.0.0",
"tailwindcss": "^3.3.5",
"typescript": "^5.3.2",
"uuid": "^9.0.1",
"vite": "^5.0.5",
"vite-plugin-pwa": "^0.17.4",
"vite-plugin-solid": "^2.7.2",
"zod": "^3.22.4"
}
}