website/package.json

30 lines
718 B
JSON
Raw Normal View History

2026-05-12 21:05:12 +02:00
{
"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",
"@primer/octicons": "^19.25.0",
2026-05-12 21:05:12 +02:00
"nuxt": "^4.4.5",
"tailwindcss": "^4.3.0"
},
"devDependencies": {
2026-05-12 23:52:23 +02:00
"@iconify-json/octicon": "^1.2.23",
2026-05-12 21:05:12 +02:00
"@nuxt/eslint": "^1.15.2",
"@nuxt/icon": "^2.2.2",
2026-05-12 21:05:12 +02:00
"eslint": "^10.3.0",
"typescript": "^6.0.3",
"vue-tsc": "^3.2.8"
},
2026-05-12 22:39:13 +00:00
"packageManager": "pnpm@11.1.1"
2026-05-12 21:05:12 +02:00
}