website/package.json
kittentm 915a33253e
Some checks failed
ci / ci (22, debian-trixie) (push) Failing after 15s
feat: handle 404s
2026-05-12 23:54:59 +02:00

28 lines
655 B
JSON

{
"name": "website",
"private": true,
"type": "module",
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
"lint": "eslint .",
"typecheck": "nuxt typecheck"
},
"dependencies": {
"@iconify-json/lucide": "^1.2.106",
"@iconify-json/simple-icons": "^1.2.81",
"@nuxt/ui": "^4.7.1",
"nuxt": "^4.4.5",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
"@iconify-json/octicon": "^1.2.23",
"@nuxt/eslint": "^1.15.2",
"eslint": "^10.3.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.8"
},
"packageManager": "pnpm@10.33.4"
}