mirror of
https://github.com/unraid/api.git
synced 2026-01-01 06:01:18 -06:00
🤖 I have created a release *beep* *boop* --- ## [4.4.1](https://github.com/unraid/api/compare/v4.4.0...v4.4.1) (2025-03-26) ### Bug Fixes * .env.production from allowing console logs on build ([#1273](https://github.com/unraid/api/issues/1273)) ([49f6365](49f636541b)) * patch version override logic incorrect ([#1275](https://github.com/unraid/api/issues/1275)) ([0bcfb47](0bcfb47bbc)) --- 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>
123 lines
3.6 KiB
JSON
123 lines
3.6 KiB
JSON
{
|
|
"name": "@unraid/ui",
|
|
"version": "4.4.1",
|
|
"private": true,
|
|
"license": "GPL-2.0-only",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"module": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"sideEffects": false,
|
|
"files": [
|
|
"dist",
|
|
"tailwind.config.ts"
|
|
],
|
|
"scripts": {
|
|
"// Development": "",
|
|
"dev": "vite",
|
|
"preview": "vite preview",
|
|
"test": "vitest",
|
|
"test:ui": "vitest --ui",
|
|
"coverage": "vitest run --coverage",
|
|
"// Build": "",
|
|
"prebuild": "npm run clean",
|
|
"build": "vite build",
|
|
"build:watch": "vite build -c vite.web-component.ts --mode production --watch",
|
|
"build:wc": "REM_PLUGIN=true vite build -c vite.web-component.ts --mode production",
|
|
"clean": "rm -rf dist",
|
|
"typecheck": "vue-tsc --noEmit",
|
|
"// Deploy to Unraid Server": "",
|
|
"preunraid:deploy": "pnpm build:wc",
|
|
"unraid:deploy": "just deploy",
|
|
"// Storybook": "",
|
|
"storybook": "storybook dev -p 6006",
|
|
"build-storybook": "storybook build"
|
|
},
|
|
"peerDependencies": {
|
|
"tailwindcss": "^3.0.0",
|
|
"vue": "^3.3.0"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.2.0",
|
|
"@internationalized/number": "^3.6.0",
|
|
"@jsonforms/core": "^3.5.1",
|
|
"@jsonforms/vue": "^3.5.1",
|
|
"@jsonforms/vue-vanilla": "^3.5.1",
|
|
"@vueuse/core": "^13.0.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"clsx": "^2.1.1",
|
|
"kebab-case": "^2.0.1",
|
|
"lucide-vue-next": "^0.483.0",
|
|
"reka-ui": "^2.1.0",
|
|
"shadcn-vue": "^1.0.0",
|
|
"tailwind-merge": "^2.6.0",
|
|
"vue-sonner": "^1.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ianvs/prettier-plugin-sort-imports": "^4.4.1",
|
|
"@storybook/addon-essentials": "^8.5.8",
|
|
"@storybook/addon-interactions": "^8.5.8",
|
|
"@storybook/addon-links": "^8.5.8",
|
|
"@storybook/builder-vite": "^8.5.8",
|
|
"@storybook/vue3-vite": "^8.5.8",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@testing-library/vue": "^8.0.0",
|
|
"@types/jsdom": "^21.1.7",
|
|
"@types/node": "^22.0.0",
|
|
"@types/testing-library__vue": "^5.0.0",
|
|
"@unraid/tailwind-rem-to-rem": "^1.1.0",
|
|
"@vitejs/plugin-vue": "^5.0.0",
|
|
"@vitejs/plugin-vue-jsx": "^4.1.1",
|
|
"@vitest/coverage-v8": "^3.0.0",
|
|
"@vitest/ui": "^3.0.0",
|
|
"@vue/test-utils": "^2.4.0",
|
|
"@vue/tsconfig": "^0.7.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"eslint": "^9.17.0",
|
|
"eslint-config-prettier": "^10.0.0",
|
|
"eslint-plugin-vue": "^10.0.0",
|
|
"happy-dom": "^17.0.0",
|
|
"postcss": "^8.4.49",
|
|
"prettier": "3.5.3",
|
|
"prettier-plugin-tailwindcss": "^0.6.11",
|
|
"storybook": "^8.5.8",
|
|
"tailwind-rem-to-rem": "github:unraid/tailwind-rem-to-rem",
|
|
"tailwindcss": "^3.0.0",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.7.3",
|
|
"vite": "^6.0.0",
|
|
"vite-plugin-dts": "^3.0.0",
|
|
"vite-plugin-vue-devtools": "^7.7.1",
|
|
"vitest": "^3.0.0",
|
|
"vue": "^3.3.0",
|
|
"vue-tsc": "^2.0.0"
|
|
},
|
|
"optionalDependencies": {
|
|
"@rollup/rollup-linux-x64-gnu": "^4.30.1"
|
|
},
|
|
"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.6.5"
|
|
}
|