feat: implement TypeScript bindings generation and enhance drop overlay component

This commit is contained in:
Ryan Walters
2025-08-19 19:29:30 -05:00
parent b0cb176f17
commit f90f377277
9 changed files with 2125 additions and 1996 deletions

View File

@@ -7,7 +7,8 @@
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
"tauri": "tauri",
"generate-types": "tsx scripts/generate-types.ts"
},
"dependencies": {
"@nivo/core": "^0.99.0",
@@ -27,6 +28,7 @@
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"prettier": "^3.6.2",
"tsx": "^4.19.2",
"typescript": "~5.6.2",
"vite": "^6.0.3",
"vitest": "^3.2.4"