42 lines
No EOL
1,011 B
JSON
42 lines
No EOL
1,011 B
JSON
{
|
|
"name": "website",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"preview": "bun .output/server/index.mjs",
|
|
"postinstall": "nuxt prepare",
|
|
"lint": "eslint .",
|
|
"typecheck": "nuxt typecheck",
|
|
"prepare": "husky"
|
|
},
|
|
"lint-staged": {
|
|
"app/**/*.{js,ts,vue}": [
|
|
"eslint --fix"
|
|
]
|
|
},
|
|
"dependencies": {
|
|
"@iconify-json/lucide": "^1.2.118",
|
|
"@iconify-json/simple-icons": "^1.2.91",
|
|
"@nuxt/ui": "^4.10.0",
|
|
"@nuxt/vite-builder": "^4.5.0",
|
|
"@primer/octicons": "^19.29.2",
|
|
"@types/node": "^26.1.1",
|
|
"@unhead/ssr": "^3.2.1",
|
|
"@unhead/vue": "^3.2.1",
|
|
"marked-alert": "^2.1.2",
|
|
"nuxt": "^4.5.0",
|
|
"tailwindcss": "^4.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/octicon": "^1.2.29",
|
|
"@nuxt/eslint": "^1.16.0",
|
|
"@nuxt/icon": "^2.3.1",
|
|
"eslint": "^10.7.0",
|
|
"husky": "^9.1.7",
|
|
"lint-staged": "^17.1.0",
|
|
"typescript": "^7.0.2",
|
|
"vue-tsc": "^3.3.7"
|
|
}
|
|
} |