All checks were successful
Build and Deploy Nuxt / build (push) Successful in 53s
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "dragonroll",
|
|
"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.3.0",
|
|
"axios": "^1.15.2",
|
|
"marked": "^18.0.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"
|
|
}
|
|
}
|