completed game importing; partial work on version importing

This commit is contained in:
DecDuck
2024-10-11 00:37:08 +11:00
parent 718f5ba514
commit a7c33e7d43
42 changed files with 1499 additions and 281 deletions

View File

@ -10,15 +10,16 @@
"postinstall": "nuxt prepare"
},
"dependencies": {
"@drop/droplet": "^0.3.2",
"@drop/droplet": "^0.4.1",
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
"@prisma/client": "5.20.0",
"axios": "^1.7.7",
"bcrypt": "^5.1.1",
"fast-fuzzy": "^1.12.0",
"file-type-mime": "^0.4.3",
"moment": "^2.30.1",
"nuxt": "^3.13.0",
"nuxt": "^3.13.2",
"prisma": "^5.20.0",
"sanitize-filename": "^1.6.3",
"stream": "^0.0.3",
@ -39,5 +40,9 @@
"postcss": "^8.4.47",
"sass": "^1.79.4",
"tailwindcss": "^3.4.13"
},
"optionalDependencies": {
"@drop/droplet-linux-x64-gnu": "^0.4.1",
"@drop/droplet-win32-x64-msvc": "^0.4.1"
}
}