Files
textDB/package.json

31 lines
746 B
JSON
Raw Normal View History

2026-01-30 23:14:06 +01:00
{
"name": "textdb",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
2026-01-31 00:36:26 +01:00
"@tauri-apps/api": "^2.0.0",
2026-01-30 23:14:06 +01:00
"@tauri-apps/plugin-dialog": "^2.0.0",
2026-01-31 14:35:13 +01:00
"@tauri-apps/plugin-clipboard-manager": "^2.0.0",
2026-01-30 23:14:06 +01:00
"@tauri-apps/plugin-fs": "^2.0.0",
2026-01-31 14:30:55 +01:00
"@tauri-apps/plugin-shell": "^2.0.0",
2026-01-30 23:14:06 +01:00
"@tauri-apps/plugin-sql": "^2.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@vitejs/plugin-react": "^4.2.1",
"typescript": "^5.3.3",
"vite": "^5.0.10"
}
}