mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
9185089c99
* Fix Windows and Linux launch * Add process handler selector, pin Prisma * Regenerate lcofkiel * Fix torrential inclusion in image * Fix layouting * Implement tree kill for Windows * Fix server lint
42 lines
1.0 KiB
JSON
42 lines
1.0 KiB
JSON
{
|
|
"name": "view",
|
|
"private": true,
|
|
"version": "0.3.4",
|
|
"type": "module",
|
|
"scripts": {
|
|
"build": "nuxt generate",
|
|
"dev": "nuxt dev",
|
|
"postinstall": "nuxt prepare",
|
|
"tauri": "tauri",
|
|
"typecheck": "nuxt typecheck"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/vue": "^1.7.23",
|
|
"@heroicons/vue": "^2.1.5",
|
|
"@nuxtjs/tailwindcss": "^6.12.2",
|
|
"@tauri-apps/api": "^2.9.1",
|
|
"@tauri-apps/plugin-dialog": "^2.6.0",
|
|
"@tauri-apps/plugin-os": "^2.3.2",
|
|
"@tauri-apps/plugin-shell": "^2.3.3",
|
|
"@types/node": "^25.5.0",
|
|
"koa": "^2.16.1",
|
|
"markdown-it": "^14.1.0",
|
|
"micromark": "^4.0.1",
|
|
"nuxt": "^4.4.8",
|
|
"scss": "^0.2.4",
|
|
"vue-router": "latest",
|
|
"vuedraggable": "^4.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/forms": "^0.5.9",
|
|
"@tailwindcss/typography": "^0.5.15",
|
|
"@types/markdown-it": "^14.1.2",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"sass-embedded": "^1.79.4",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.8.3",
|
|
"vue-tsc": "^2.2.10"
|
|
}
|
|
}
|