Files
TalkEdit/frontend/package.json

45 lines
1.1 KiB
JSON
Raw Permalink 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 .",
"test": "vitest run",
"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-04-15 16:36:21 -06:00
"@eslint/js": "^9.39.4",
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",
2026-04-15 16:36:21 -06:00
"eslint": "^9.39.4",
"eslint-plugin-react-hooks": "^7.0.1",
"eslint-plugin-react-refresh": "^0.5.2",
"globals": "^17.5.0",
2026-05-06 14:40:58 -06:00
"jsdom": "^29.1.1",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.0",
"typescript": "^5.7.0",
2026-04-15 16:36:21 -06:00
"typescript-eslint": "^8.58.2",
2026-04-15 17:13:56 -06:00
"vite": "^6.0.0",
"vitest": "^4.1.4"
}
}