Files
TalkEdit/frontend/package.json

36 lines
845 B
JSON
Raw Normal View History

{
2026-03-25 01:22:30 -06:00
"name": "talkedit-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
2026-03-25 01:22:30 -06:00
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "^2",
"@tauri-apps/plugin-fs": "^2",
"lucide-react": "^0.468.0",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-virtuoso": "^4.18.3",
"wavesurfer.js": "^7.8.0",
"zundo": "^2.3.0",
"zustand": "^5.0.0"
},
"devDependencies": {
2026-03-25 01:22:30 -06:00
"@tauri-apps/cli": "^2",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.0",
"typescript": "^5.7.0",
"vite": "^6.0.0"
}
}