webapps/packages/layers/ux/package.json
Dominik Milacher 0dc24c4db7
Some checks failed
Build and deploy updated apps / Build & deploy (push) Failing after 50s
Extend ux layer and overhaul panoramablick-saalbach.at
2025-11-21 21:17:52 +01:00

54 lines
1.4 KiB
JSON

{
"name": "@layers/ux",
"type": "module",
"version": "0.0.0",
"private": true,
"main": "./nuxt.config.ts",
"scripts": {
"dev": "nuxt dev .playground",
"dev:prepare": "nuxt prepare .playground",
"build": "nuxt build .playground",
"preview": "nuxt preview .playground",
"lint": "eslint .",
"lint:fix": "eslint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"manage": "pnpm -w manage"
},
"prettier": "@webapps/code/prettier",
"devDependencies": {
"@iconify-json/heroicons": "1.2.3",
"@iconify-json/lucide": "1.2.71",
"@layers/content": "workspace:*",
"@nuxt/eslint": "1.9.0",
"@nuxt/icon": "2.1.0",
"@nuxt/kit": "4.2.0",
"@nuxt/ui": "4.1.0",
"@tailwindcss/vite": "4.1.16",
"@types/node": "24.9.1",
"@webapps/code": "workspace:*",
"eslint-config-prettier": "10.1.8",
"nitropack": "2.12.8",
"nuxt": "4.2.0",
"prettier": "3.6.2",
"tailwindcss": "4.1.16",
"vite": "7.1.12",
"vue": "3.5.22"
},
"peerDependencies": {
"@layers/content": "workspace:*",
"@nuxt/icon": "2.1.0",
"@nuxt/kit": "4.2.0",
"@nuxt/ui": "4.1.0",
"@tailwindcss/vite": "4.1.16",
"nitropack": "2.12.8",
"nuxt": "4.2.0",
"tailwindcss": "4.1.16",
"vite": "7.1.12",
"vue": "3.5.22"
},
"dependencies": {
"tailwind-merge": "3.3.1",
"tailwind-variants": "3.1.1"
}
}