feat: initialize project scaffold with Electron structure, transcription engine, and dark-themed UI components

This commit is contained in:
Ümit Tunç
2026-04-23 07:40:05 +03:00
parent f05ec04f47
commit d00250948a
14 changed files with 7032 additions and 3 deletions
+2 -1
View File
@@ -12,6 +12,8 @@
"postinstall": "electron-builder install-app-deps"
},
"dependencies": {
"@electron-toolkit/preload": "^3.0.1",
"@electron-toolkit/utils": "^3.0.0",
"@headlessui/react": "^2.0.0",
"clsx": "^2.1.1",
"framer-motion": "^11.2.10",
@@ -22,7 +24,6 @@
"zustand": "^4.5.2"
},
"devDependencies": {
"@electron-vite/cli": "^2.3.0",
"@vitejs/plugin-react": "^4.3.1",
"electron": "^31.0.1",
"electron-builder": "^24.13.3",