Files
dragonroll/frontend/package.json
Aran Roig 2b07cc98a6
All checks were successful
Build and Deploy Nuxt / build (push) Successful in 42s
Whatever ClearWindow needs to be in json
2026-04-26 22:57:29 +02:00

24 lines
487 B
JSON

{
"name": "dragonroll",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@nuxtjs/i18n": "^10.3.0",
"axios": "^1.15.2",
"mitt": "^3.0.1",
"motion": "^12.38.0",
"nuxt": "^4.4.2",
"pixelarticons": "^2.1.0",
"sass": "^1.99.0",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
}
}