Files
aranroig.com/frontend/package.json
Aran Roig c8355525c9
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 18s
Yes
2026-03-17 22:18:30 +01:00

20 lines
406 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": {
"@nuxtjs/i18n": "10.2.3",
"nuxt": "^4.3.1",
"sass": "^1.98.0",
"vue": "^3.5.30",
"vue-router": "^4.6.4"
}
}