Files
aranroig.com/frontend/package.json
BinarySandia04 45404157b3
Some checks failed
Build and Deploy Nuxt / build (push) Failing after 2m1s
Backend integrated?
2026-03-17 19:48:05 +01:00

20 lines
381 B
JSON

{
"name": "aranroig",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"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"
}
}