mirror of
https://github.com/sysadminsmedia/homebox.git
synced 2025-12-27 07:31:43 +01:00
Bumps the npm_and_yarn group with 3 updates in the / directory: [nanoid](https://github.com/ai/nanoid), [rollup](https://github.com/rollup/rollup) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 2 updates in the /frontend directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest). Updates `nanoid` from 3.3.7 to 3.3.8 - [Release notes](https://github.com/ai/nanoid/releases) - [Changelog](https://github.com/ai/nanoid/blob/main/CHANGELOG.md) - [Commits](https://github.com/ai/nanoid/compare/3.3.7...3.3.8) Updates `rollup` from 4.21.2 to 4.34.6 - [Release notes](https://github.com/rollup/rollup/releases) - [Changelog](https://github.com/rollup/rollup/blob/master/CHANGELOG.md) - [Commits](https://github.com/rollup/rollup/compare/v4.21.2...v4.34.6) Updates `vite` from 5.4.3 to 5.4.14 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) Updates `vite` from 5.4.11 to 5.4.14 - [Release notes](https://github.com/vitejs/vite/releases) - [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md) - [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite) Updates `vitest` from 1.6.0 to 1.6.1 - [Release notes](https://github.com/vitest-dev/vitest/releases) - [Commits](https://github.com/vitest-dev/vitest/commits/v1.6.1/packages/vitest) --- updated-dependencies: - dependency-name: nanoid dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: rollup dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vite dependency-type: indirect dependency-group: npm_and_yarn - dependency-name: vitest dependency-type: direct:development dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
80 lines
2.7 KiB
JSON
80 lines
2.7 KiB
JSON
{
|
|
"private": true,
|
|
"scripts": {
|
|
"build": "nuxt generate",
|
|
"dev": "nuxt dev",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore --ignore-pattern \"components/ui\" .",
|
|
"lint:fix": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore --ignore-pattern \"components/ui\" . --fix",
|
|
"lint:ci": "eslint --ext \".ts,.js,.vue\" --ignore-path ../.gitignore --ignore-pattern \"components/ui\" . --max-warnings 1",
|
|
"typecheck": "pnpm vue-tsc --noEmit",
|
|
"test:ci": "TEST_SHUTDOWN_API_SERVER=true vitest --run --config ./test/vitest.config.ts",
|
|
"test:local": "TEST_SHUTDOWN_API_SERVER=false && vitest --run --config ./test/vitest.config.ts",
|
|
"test:watch": " TEST_SHUTDOWN_API_SERVER=false vitest --config ./test/vitest.config.ts"
|
|
},
|
|
"devDependencies": {
|
|
"@faker-js/faker": "^8.4.1",
|
|
"@iconify-json/mdi": "^1.2.2",
|
|
"@intlify/unplugin-vue-i18n": "^4.0.0",
|
|
"@nuxtjs/eslint-config-typescript": "^12.1.0",
|
|
"@types/markdown-it": "^13.0.9",
|
|
"@typescript-eslint/eslint-plugin": "^6.21.0",
|
|
"@typescript-eslint/parser": "^6.21.0",
|
|
"@vite-pwa/nuxt": "^0.5.0",
|
|
"@vue/runtime-core": "^3.5.13",
|
|
"eslint": "^8.57.1",
|
|
"eslint-config-prettier": "^9.1.0",
|
|
"eslint-plugin-prettier": "^5.2.1",
|
|
"eslint-plugin-tailwindcss": "^3.17.5",
|
|
"eslint-plugin-vue": "^9.32.0",
|
|
"h3": "^1.7.1",
|
|
"intl-messageformat": "^10.7.11",
|
|
"isomorphic-fetch": "^3.0.0",
|
|
"nuxt": "3.12.4",
|
|
"prettier": "^3.4.2",
|
|
"shadcn-nuxt": "0.11.3",
|
|
"typescript": "5.6.2",
|
|
"unplugin-icons": "^0.18.5",
|
|
"vite-plugin-eslint": "^1.8.1",
|
|
"vitest": "^1.6.1",
|
|
"vue-i18n": "^9.14.2",
|
|
"vue-tsc": "2.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@nuxtjs/color-mode": "^3.5.2",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@pinia/nuxt": "^0.5.5",
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/lunr": "^2.3.7",
|
|
"@vuepic/vue-datepicker": "^8.8.1",
|
|
"@vueuse/core": "^12.5.0",
|
|
"@vueuse/nuxt": "^10.11.1",
|
|
"@vueuse/router": "^10.11.1",
|
|
"@zxing/library": "^0.21.3",
|
|
"autoprefixer": "^10.4.20",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"daisyui": "^2.52.0",
|
|
"date-fns": "^3.6.0",
|
|
"dompurify": "^3.2.3",
|
|
"h3": "^1.13.0",
|
|
"http-proxy": "^1.18.1",
|
|
"lucide-vue-next": "^0.474.0",
|
|
"lunr": "^2.3.9",
|
|
"markdown-it": "^14.1.0",
|
|
"pinia": "^2.3.0",
|
|
"postcss": "^8.4.49",
|
|
"radix-vue": "^1.9.12",
|
|
"semver": "^7.6.3",
|
|
"tailwind-merge": "^2.6.0",
|
|
"tailwindcss": "^3.4.17",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"vue": "3.4.8",
|
|
"vue-router": "^4.5.0"
|
|
}
|
|
}
|