mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-12 07:42:40 +10:00
New ObjectBackend class that requires implementors to specify a few basic functions, and it handles the permission logic on top of that. Hopefully there is enough abstraction to suite further use cases!
41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "nuxt-app",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt build",
|
|
"dev": "nuxt dev",
|
|
"generate": "nuxt generate",
|
|
"preview": "nuxt preview",
|
|
"postinstall": "nuxt prepare"
|
|
},
|
|
"dependencies": {
|
|
"@drop/droplet": "^0.3.2",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.1.5",
|
|
"@prisma/client": "5.20.0",
|
|
"axios": "^1.7.7",
|
|
"bcrypt": "^5.1.1",
|
|
"moment": "^2.30.1",
|
|
"nuxt": "^3.13.0",
|
|
"prisma": "^5.20.0",
|
|
"stream": "^0.0.3",
|
|
"turndown": "^7.2.0",
|
|
"uuid": "^10.0.0",
|
|
"vue": "latest",
|
|
"vue-router": "latest"
|
|
},
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e",
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/turndown": "^5.0.5",
|
|
"@types/uuid": "^10.0.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"h3": "^1.12.0",
|
|
"postcss": "^8.4.47",
|
|
"sass": "^1.79.4",
|
|
"tailwindcss": "^3.4.13"
|
|
}
|
|
}
|