30 lines
718 B
JSON
30 lines
718 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",
|
|
"@primer/octicons": "^19.25.0",
|
|
"nuxt": "^4.4.5",
|
|
"tailwindcss": "^4.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/octicon": "^1.2.23",
|
|
"@nuxt/eslint": "^1.15.2",
|
|
"@nuxt/icon": "^2.2.2",
|
|
"eslint": "^10.3.0",
|
|
"typescript": "^6.0.3",
|
|
"vue-tsc": "^3.2.8"
|
|
},
|
|
"packageManager": "pnpm@11.1.1"
|
|
}
|