mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
completed game importing; partial work on version importing
This commit is contained in:
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user