mirror of
https://github.com/unraid/api.git
synced 2026-01-01 14:10:10 -06:00
🤖 I have created a release *beep* *boop* --- ## [4.11.0](https://github.com/unraid/api/compare/v4.10.0...v4.11.0) (2025-07-28) ### Features * tailwind v4 ([#1522](https://github.com/unraid/api/issues/1522)) ([2c62e0a](2c62e0ad09)) * **web:** install and configure nuxt ui ([#1524](https://github.com/unraid/api/issues/1524)) ([407585c](407585cd40)) ### Bug Fixes * add missing breakpoints ([#1535](https://github.com/unraid/api/issues/1535)) ([f5352e3](f5352e3a26)) * border color incorrect in tailwind ([#1544](https://github.com/unraid/api/issues/1544)) ([f14b74a](f14b74af91)) * **connect:** omit extraneous fields during connect config validation ([#1538](https://github.com/unraid/api/issues/1538)) ([45bd736](45bd73698b)) * **deps:** pin dependencies ([#1528](https://github.com/unraid/api/issues/1528)) ([a74d935](a74d935b56)) * **deps:** pin dependency @nuxt/ui to 3.2.0 ([#1532](https://github.com/unraid/api/issues/1532)) ([8279531](8279531f2b)) * **deps:** update all non-major dependencies ([#1510](https://github.com/unraid/api/issues/1510)) ([1a8da6d](1a8da6d92b)) * **deps:** update all non-major dependencies ([#1520](https://github.com/unraid/api/issues/1520)) ([e2fa648](e2fa648d1c)) * inject Tailwind CSS into client entry point ([#1537](https://github.com/unraid/api/issues/1537)) ([86b6c4f](86b6c4f85b)) * make settings grid responsive ([#1463](https://github.com/unraid/api/issues/1463)) ([9dfdb8d](9dfdb8dce7)) * **notifications:** gracefully handle & mask invalid notifications ([#1529](https://github.com/unraid/api/issues/1529)) ([05056e7](05056e7ca1)) * truncate log files when they take up more than 5mb of space ([#1530](https://github.com/unraid/api/issues/1530)) ([0a18b38](0a18b38008)) * use async for primary file read/writes ([#1531](https://github.com/unraid/api/issues/1531)) ([23b2b88](23b2b88461)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
136 lines
4.7 KiB
JSON
136 lines
4.7 KiB
JSON
{
|
|
"name": "@unraid/web",
|
|
"version": "4.11.0",
|
|
"private": true,
|
|
"license": "GPL-2.0-or-later",
|
|
"scripts": {
|
|
"// Development": "",
|
|
"predev": "pnpm --filter=@unraid/ui build",
|
|
"dev": "nuxt dev --dotenv .env.example",
|
|
"preview": "nuxt preview",
|
|
"serve": "NODE_ENV=production PORT=${PORT:-4321} node .output/server/index.mjs",
|
|
"// Build": "",
|
|
"prebuild:dev": "pnpm predev",
|
|
"build:dev": "nuxi build --dotenv .env.staging && pnpm run manifest-ts && pnpm run deploy-to-unraid:dev",
|
|
"build:webgui": "pnpm run type-check && nuxi build --dotenv .env.production && pnpm run manifest-ts && pnpm run copy-to-webgui-repo",
|
|
"build": "NODE_ENV=production nuxi build --dotenv .env.production && pnpm run manifest-ts && pnpm run validate:css",
|
|
"prebuild:watch": "pnpm predev",
|
|
"build:watch": "nuxi build --dotenv .env.production --watch && pnpm run manifest-ts",
|
|
"generate": "nuxt generate",
|
|
"manifest-ts": "node ./scripts/add-timestamp-webcomponent-manifest.js",
|
|
"validate:css": "node ./scripts/validate-custom-elements-css.js",
|
|
"// Deployment": "",
|
|
"unraid:deploy": "pnpm build:dev",
|
|
"deploy-to-unraid:dev": "./scripts/deploy-dev.sh",
|
|
"copy-to-webgui-repo": "./scripts/copy-to-webgui-repo.sh",
|
|
"// Code Quality": "",
|
|
"lint": "eslint .",
|
|
"lint:fix": "eslint . --fix",
|
|
"type-check": "nuxi typecheck",
|
|
"clean": "rm -rf .nuxt .output dist",
|
|
"// GraphQL Codegen": "",
|
|
"codegen": "graphql-codegen --config codegen.ts -r dotenv/config",
|
|
"codegen:watch": "graphql-codegen --config codegen.ts --watch -r dotenv/config",
|
|
"// Testing": "",
|
|
"test": "vitest run",
|
|
"test:watch": "vitest",
|
|
"test:ci": "vitest run",
|
|
"// Nuxt": "",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"devDependencies": {
|
|
"@graphql-codegen/cli": "5.0.7",
|
|
"@graphql-codegen/client-preset": "4.8.3",
|
|
"@graphql-codegen/introspection": "4.0.3",
|
|
"@graphql-typed-document-node/core": "3.2.0",
|
|
"@ianvs/prettier-plugin-sort-imports": "4.5.1",
|
|
"@nuxt/devtools": "2.6.2",
|
|
"@nuxt/eslint": "1.7.1",
|
|
"@nuxt/test-utils": "3.19.2",
|
|
"@pinia/testing": "1.0.2",
|
|
"@rollup/plugin-strip": "3.0.4",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@tailwindcss/vite": "4.1.11",
|
|
"@testing-library/vue": "8.1.0",
|
|
"@types/crypto-js": "4.2.2",
|
|
"@types/eslint-config-prettier": "6.11.3",
|
|
"@types/node": "22.16.5",
|
|
"@types/semver": "7.7.0",
|
|
"@typescript-eslint/eslint-plugin": "8.38.0",
|
|
"@unraid/tailwind-rem-to-rem": "2.0.0",
|
|
"@vitejs/plugin-vue": "6.0.1",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"@vue/apollo-util": "4.2.2",
|
|
"@vue/test-utils": "2.4.6",
|
|
"@vueuse/core": "13.6.0",
|
|
"@vueuse/nuxt": "13.6.0",
|
|
"eslint": "9.32.0",
|
|
"eslint-config-prettier": "10.1.8",
|
|
"eslint-import-resolver-typescript": "4.4.4",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"happy-dom": "18.0.1",
|
|
"lodash-es": "4.17.21",
|
|
"nuxt": "3.17.7",
|
|
"nuxt-custom-elements": "2.0.0-beta.32",
|
|
"prettier": "3.6.2",
|
|
"shadcn-nuxt": "2.2.0",
|
|
"tailwindcss": "4.1.11",
|
|
"terser": "5.43.1",
|
|
"tw-animate-css": "^1.3.5",
|
|
"typescript": "5.8.3",
|
|
"vite": "7.0.6",
|
|
"vite-plugin-remove-console": "2.2.0",
|
|
"vite-plugin-vue-tracer": "1.0.0",
|
|
"vitest": "3.2.4",
|
|
"vue": "3.5.18",
|
|
"vue-tsc": "3.0.4",
|
|
"vuetify-nuxt-module": "0.18.7"
|
|
},
|
|
"dependencies": {
|
|
"@apollo/client": "3.13.8",
|
|
"@floating-ui/dom": "1.7.2",
|
|
"@floating-ui/utils": "0.2.10",
|
|
"@floating-ui/vue": "1.1.7",
|
|
"@headlessui/vue": "1.7.23",
|
|
"@heroicons/vue": "2.2.0",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@jsonforms/vue": "3.6.0",
|
|
"@jsonforms/vue-vanilla": "3.6.0",
|
|
"@jsonforms/vue-vuetify": "3.6.0",
|
|
"@nuxt/ui": "3.3.0",
|
|
"@nuxtjs/color-mode": "3.5.2",
|
|
"@pinia/nuxt": "0.11.2",
|
|
"@unraid/shared-callbacks": "1.1.1",
|
|
"@unraid/ui": "link:../unraid-ui",
|
|
"@vue/apollo-composable": "4.2.2",
|
|
"@vueuse/components": "13.6.0",
|
|
"@vueuse/integrations": "13.6.0",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"crypto-js": "4.2.0",
|
|
"dayjs": "1.11.13",
|
|
"focus-trap": "7.6.5",
|
|
"graphql": "16.11.0",
|
|
"graphql-tag": "2.12.6",
|
|
"graphql-ws": "6.0.6",
|
|
"hex-to-rgba": "2.0.1",
|
|
"highlight.js": "11.11.1",
|
|
"isomorphic-dompurify": "2.26.0",
|
|
"lucide-vue-next": "0.528.0",
|
|
"marked": "16.1.1",
|
|
"marked-base-url": "1.1.7",
|
|
"pinia": "3.0.3",
|
|
"postcss-import": "16.1.1",
|
|
"semver": "7.7.2",
|
|
"tailwind-merge": "2.6.0",
|
|
"vue-i18n": "11.1.11",
|
|
"vue-web-component-wrapper": "1.7.7",
|
|
"vuetify": "3.9.2",
|
|
"wretch": "2.11.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.46.1"
|
|
},
|
|
"packageManager": "pnpm@10.13.1"
|
|
}
|