mirror of
https://github.com/unraid/api.git
synced 2026-05-03 21:50:20 -05:00
85a35804c1
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [jiti](https://redirect.github.com/unjs/jiti) | devDependencies | pin | [`^2.4.2` -> `2.4.2`](https://renovatebot.com/diffs/npm/jiti/2.4.2/2.4.2) | | [node](https://redirect.github.com/actions/node-versions) | uses-with | pin | `22` -> `22.17.0` | | [wrangler](https://redirect.github.com/cloudflare/workers-sdk) ([source](https://redirect.github.com/cloudflare/workers-sdk/tree/HEAD/packages/wrangler)) | devDependencies | pin | [`^4.0.0` -> `4.24.3`](https://renovatebot.com/diffs/npm/wrangler/4.24.3/4.24.3) | | [ws](https://redirect.github.com/websockets/ws) | peerDependencies | pin | [`^8.18.0` -> `8.18.3`](https://renovatebot.com/diffs/npm/ws/8.18.3/8.18.3) | Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/unraid/api). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS4yMy4yIiwidXBkYXRlZEluVmVyIjoiNDEuMjMuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
144 lines
4.4 KiB
JSON
144 lines
4.4 KiB
JSON
{
|
|
"name": "@unraid/ui",
|
|
"version": "4.9.5",
|
|
"private": true,
|
|
"license": "GPL-2.0-or-later",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"tailwind.config.ts"
|
|
],
|
|
"scripts": {
|
|
"prepare": "pnpm build",
|
|
"// Development": "",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"coverage": "vitest run --coverage",
|
|
"// Build": "",
|
|
"build": "vite build",
|
|
"build:watch": "concurrently \"pnpm build:wc --watch\" \"pnpm build --watch\"",
|
|
"build:watch:main": "vite build --watch",
|
|
"build:wc": "REM_PLUGIN=true vite build -c vite.web-component.ts --mode production",
|
|
"build:all": "vite build && vite build -c vite.web-component.ts --mode production",
|
|
"clean": "rimraf dist",
|
|
"type-check": "vue-tsc --noEmit",
|
|
"lint": "eslint src",
|
|
"lint:fix": "eslint src --fix",
|
|
"// Deploy to Unraid Server": "",
|
|
"preunraid:deploy": "pnpm build:wc",
|
|
"unraid:deploy": "just deploy",
|
|
"// Storybook": "",
|
|
"prestorybook": "pnpm storybook:css",
|
|
"storybook": "storybook dev -p 6006",
|
|
"storybook:css": "node scripts/build-style.mjs",
|
|
"prebuild-storybook": "pnpm storybook:css",
|
|
"build-storybook": "storybook build",
|
|
"// Cloudflare Workers Deployment": "",
|
|
"deploy:storybook": "pnpm build-storybook && wrangler deploy",
|
|
"deploy:storybook:staging": "pnpm build-storybook && wrangler deploy --env staging"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": "3.4.17",
|
|
"vue": "3.5.17"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "1.7.23",
|
|
"@heroicons/vue": "2.2.0",
|
|
"@internationalized/number": "3.6.3",
|
|
"@jsonforms/core": "3.6.0",
|
|
"@jsonforms/vue": "3.6.0",
|
|
"@jsonforms/vue-vanilla": "3.6.0",
|
|
"@vueuse/core": "13.5.0",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"dompurify": "3.2.6",
|
|
"kebab-case": "2.0.2",
|
|
"lucide-vue-next": "0.525.0",
|
|
"marked": "16.0.0",
|
|
"reka-ui": "2.3.2",
|
|
"shadcn-vue": "2.2.0",
|
|
"tailwind-merge": "2.6.0",
|
|
"vue-sonner": "1.3.2"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "4.5.1",
|
|
"@storybook/addon-docs": "9.0.16",
|
|
"@storybook/addon-links": "9.0.16",
|
|
"@storybook/builder-vite": "9.0.16",
|
|
"@storybook/vue3-vite": "9.0.16",
|
|
"@tailwindcss/typography": "0.5.16",
|
|
"@testing-library/vue": "8.1.0",
|
|
"@types/jsdom": "21.1.7",
|
|
"@types/node": "22.16.3",
|
|
"@types/testing-library__vue": "5.3.0",
|
|
"@typescript-eslint/eslint-plugin": "8.36.0",
|
|
"@unraid/tailwind-rem-to-rem": "1.1.0",
|
|
"@vitejs/plugin-vue": "6.0.0",
|
|
"@vitest/coverage-v8": "3.2.4",
|
|
"@vitest/ui": "3.2.4",
|
|
"@vue/test-utils": "2.4.6",
|
|
"@vue/tsconfig": "0.7.0",
|
|
"autoprefixer": "10.4.21",
|
|
"concurrently": "9.2.0",
|
|
"eslint": "9.30.1",
|
|
"eslint-config-prettier": "10.1.5",
|
|
"eslint-plugin-import": "2.32.0",
|
|
"eslint-plugin-no-relative-import-paths": "1.6.1",
|
|
"eslint-plugin-prettier": "5.5.1",
|
|
"eslint-plugin-storybook": "9.0.16",
|
|
"eslint-plugin-vue": "10.3.0",
|
|
"happy-dom": "18.0.1",
|
|
"jiti": "2.4.2",
|
|
"postcss": "8.5.6",
|
|
"postcss-import": "16.1.1",
|
|
"prettier": "3.6.2",
|
|
"prettier-plugin-tailwindcss": "0.6.14",
|
|
"rimraf": "6.0.1",
|
|
"storybook": "9.0.16",
|
|
"tailwind-rem-to-rem": "github:unraid/tailwind-rem-to-rem",
|
|
"tailwindcss": "3.4.17",
|
|
"tailwindcss-animate": "1.0.7",
|
|
"typescript": "5.8.3",
|
|
"typescript-eslint": "8.36.0",
|
|
"vite": "7.0.4",
|
|
"vite-plugin-dts": "3.9.1",
|
|
"vite-plugin-vue-devtools": "7.7.7",
|
|
"vitest": "3.2.4",
|
|
"vue": "3.5.17",
|
|
"vue-tsc": "3.0.1",
|
|
"wrangler": "4.24.3"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "4.44.2"
|
|
},
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js",
|
|
"require": "./dist/index.cjs"
|
|
},
|
|
"./styles": "./dist/style.css",
|
|
"./styles/*": "./src/styles/*",
|
|
"./tailwind.config": {
|
|
"types": "./dist/tailwind.config.d.ts",
|
|
"import": "./dist/tailwind.config.js",
|
|
"default": "./dist/tailwind.config.js"
|
|
},
|
|
"./tailwind.config.ts": {
|
|
"import": "./tailwind.config.ts",
|
|
"default": "./tailwind.config.ts"
|
|
},
|
|
"./theme/preset": {
|
|
"types": "./dist/theme/preset.d.ts",
|
|
"import": "./dist/theme/preset.js"
|
|
}
|
|
},
|
|
"packageManager": "pnpm@10.13.1"
|
|
}
|