-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 991 Bytes
/
package.json
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": "tauri-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@mariojgt/wind-notify": "^0.1.2",
"@tauri-apps/api": "^1.5.1",
"@uidotdev/usehooks": "^2.4.1",
"lucide-react": "^0.292.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.1",
"react-speech-recognition": "^3.10.0",
"regenerator-runtime": "^0.14.0",
"use-navigator-online": "^3.2.4"
},
"devDependencies": {
"@tauri-apps/cli": "^1.5.6",
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@types/react-speech-recognition": "^3.9.5",
"@vitejs/plugin-react": "^4.0.3",
"autoprefixer": "^10.4.16",
"daisyui": "^4.4.2",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.0.2",
"vite": "^4.4.4"
}
}