metacubexd/package.json
dependabot[bot] 4a39980a0e
chore(deps): bump @typescript-eslint/eslint-plugin from 6.7.0 to 6.7.2 (#243)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 6.7.0 to 6.7.2.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v6.7.2/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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-09-19 10:13:46 +08:00

75 lines
2.3 KiB
JSON

{
"name": "metacubexd",
"version": "1.99.0",
"description": "Clash.Meta 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": "^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",
"@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",
"@solid-primitives/storage": "^2.1.1",
"@solid-primitives/timer": "^1.3.7",
"@solid-primitives/websocket": "^1.1.0",
"@solidjs/router": "^0.8.3",
"@tabler/icons-solidjs": "^2.34.0",
"@tanstack/match-sorter-utils": "^8.8.4",
"@tanstack/solid-table": "^8.9.11",
"@tanstack/solid-virtual": "3.0.0-beta.6",
"@thisbeyond/solid-dnd": "^0.7.4",
"@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.2",
"@typescript-eslint/parser": "^6.7.2",
"@vite-pwa/assets-generator": "^0.0.10",
"apexcharts": "^3.42.0",
"autoprefixer": "^10.4.15",
"byte-size": "^8.1.1",
"commitlint": "^17.7.1",
"daisyui": "^3.7.4",
"dayjs": "^1.11.9",
"eslint": "^8.49.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"is-ip": "^5.0.1",
"ky": "^1.0.1",
"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",
"solid-apexcharts": "^0.3.2",
"solid-js": "^1.7.11",
"solid-toast": "^0.5.0",
"sort-package-json": "^2.5.1",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.3.3",
"tailwindcss-safe-area": "^0.4.0",
"typescript": "^5.2.2",
"uuid": "^9.0.1",
"vite": "^4.4.9",
"vite-plugin-pwa": "^0.16.5",
"vite-plugin-solid": "^2.7.0",
"zod": "^3.22.2"
}
}