workspace setup

This commit is contained in:
Kevin Menn
2026-04-16 03:16:09 +02:00
parent 5202ff47db
commit a01812bd60
15 changed files with 14554 additions and 11 deletions
+20
View File
@@ -0,0 +1,20 @@
{
"name": "@manga-app/frontend",
"type": "module",
"private": true,
"scripts": {
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare"
},
"dependencies": {
"@pinia/nuxt": "^0.11.3",
"@vite-pwa/nuxt": "^1.1.1",
"nuxt": "^4.4.2",
"pinia": "^3.0.4",
"vue": "^3.5.32",
"vue-router": "^5.0.4"
}
}