Files
aranroig.com/aranroig/package.json
BinarySandia04 0330333840
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 2m4s
Under construction
2026-03-12 00:40:43 +01:00

19 lines
351 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": {
"nuxt": "^4.3.1",
"sass": "^1.98.0",
"vue": "^3.5.30",
"vue-router": "^4.6.4"
}
}