drop-app-kt/package.json

42 lines
1.2 KiB
JSON
Raw Permalink Normal View History

2024-10-06 01:10:57 +10:00
{
"name": "drop-app",
"private": true,
2025-01-25 19:46:58 +11:00
"version": "0.2.0-beta",
2024-10-06 01:10:57 +10:00
"type": "module",
"scripts": {
2024-10-08 00:39:42 +11:00
"build": "nuxt build",
"dev": "nuxt dev",
"generate": "nuxt generate",
"preview": "nuxt preview",
"postinstall": "nuxt prepare",
2024-10-06 01:10:57 +10:00
"tauri": "tauri"
},
"dependencies": {
2024-10-08 00:39:42 +11:00
"@headlessui/vue": "^1.7.23",
"@heroicons/vue": "^2.1.5",
2024-12-24 09:05:51 +11:00
"@nuxtjs/tailwindcss": "^6.12.2",
2024-10-08 13:17:06 +11:00
"@tauri-apps/api": ">=2.0.0",
2024-10-08 16:13:28 +11:00
"@tauri-apps/plugin-deep-link": "~2",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-os": "~2",
2024-10-08 13:17:06 +11:00
"@tauri-apps/plugin-shell": ">=2.0.0",
"markdown-it": "^14.1.0",
2024-10-08 00:39:42 +11:00
"nuxt": "^3.13.0",
"scss": "^0.2.4",
"vue": "latest",
"vue-router": "latest",
"vuedraggable": "^4.1.0"
2024-10-06 01:10:57 +10:00
},
"devDependencies": {
2024-10-08 13:17:06 +11:00
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
2024-10-08 00:39:42 +11:00
"@tauri-apps/cli": ">=2.0.0",
"@types/markdown-it": "^14.1.2",
2024-10-08 00:39:42 +11:00
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"sass-embedded": "^1.79.4",
"tailwindcss": "^3.4.13"
},
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
2024-10-06 01:10:57 +10:00
}