mirror of
https://github.com/Drop-OSS/drop.git
synced 2025-11-09 20:12:10 +10:00
57 lines
1.4 KiB
JSON
57 lines
1.4 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.7.0",
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.1.5",
|
|
"@nuxt/content": "^2.13.4",
|
|
"@prisma/client": "5.20.0",
|
|
"axios": "^1.7.7",
|
|
"bcrypt": "^5.1.1",
|
|
"fast-fuzzy": "^1.12.0",
|
|
"file-type-mime": "^0.4.3",
|
|
"jdenticon": "^3.3.0",
|
|
"markdown-it": "^14.1.0",
|
|
"moment": "^2.30.1",
|
|
"nuxt": "^3.13.2",
|
|
"prisma": "^5.20.0",
|
|
"sanitize-filename": "^1.6.3",
|
|
"stream": "^0.0.3",
|
|
"stream-mime-type": "^2.0.0",
|
|
"turndown": "^7.2.0",
|
|
"uuid": "^10.0.0",
|
|
"vue": "latest",
|
|
"vue-router": "latest",
|
|
"vue3-carousel-nuxt": "^1.1.3",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/bcrypt": "^5.0.2",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"@types/turndown": "^5.0.5",
|
|
"@types/uuid": "^10.0.0",
|
|
"autoprefixer": "^10.4.20",
|
|
"h3": "^1.13.0",
|
|
"nitropack": "^2.9.7",
|
|
"postcss": "^8.4.47",
|
|
"sass": "^1.79.4",
|
|
"tailwindcss": "^3.4.13"
|
|
},
|
|
"optionalDependencies": {
|
|
"@drop/droplet-linux-x64-gnu": "^0.7.0",
|
|
"@drop/droplet-win32-x64-msvc": "^0.7.0"
|
|
},
|
|
"packageManager": "yarn@4.5.1"
|
|
}
|