Files
oxspeak/package.json
2026-03-24 17:44:44 +01:00

29 lines
611 B
JSON

{
"name": "ox-speak",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@nuxt/ui": "^4.5.1",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-opener": "^2",
"pinia": "^3.0.4",
"tailwindcss": "^4.2.2",
"vue": "^3.5.30",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@vitejs/plugin-vue": "^6.0.5",
"typescript": "~5.9.3",
"vite": "^8.0.1",
"vue-tsc": "^3.2.6"
}
}