-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 1.11 KB
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 1.11 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "syncspeak",
"version": "3.0.6",
"productName": "Sync Speak",
"description": "Real-time Hindi to English voice translator for meetings",
"homepage": "https://github.com/Soumyadipgithub/SyncSpeak",
"main": "out/main/index.js",
"scripts": {
"sync:version": "node scripts/sync-version.mjs",
"predev": "node scripts/sync-version.mjs",
"prebuild": "node scripts/sync-version.mjs",
"dev": "tauri dev",
"build": "vite build && tauri build",
"tauri": "tauri",
"preview": "vite preview"
},
"dependencies": {
"@fluentui/react-components": "^9.x",
"@fluentui/react-icons": "^2.x",
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-process": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.5",
"@tauri-apps/plugin-updater": "^2.10.1",
"framer-motion": "^12.x",
"react": "^19.x",
"react-dom": "^19.x",
"zustand": "^5.x"
},
"devDependencies": {
"@tauri-apps/cli": "^2.10.1",
"@types/node": "^20.x",
"@types/react": "^19.x",
"@types/react-dom": "^19.x",
"@vitejs/plugin-react": "^4.x",
"typescript": "^5.x",
"vite": "^6.x"
}
}