Files
aranroig.com/frontend/package.json
BinarySandia04 edfb14770d
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 1m7s
Blogs
2026-03-19 02:04:06 +01:00

22 lines
471 B
JSON

{
"name": "aranroig",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build --dotenv .env.production",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxt/content": "^3.12.0",
"@nuxtjs/i18n": "10.2.3",
"better-sqlite3": "^12.8.0",
"nuxt": "^4.3.1",
"sass": "^1.98.0",
"vue": "^3.5.30",
"vue-router": "^4.6.4"
}
}