-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.25 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.25 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
39
40
41
42
43
44
45
{
"name": "sofir",
"author": "tansautn",
"private": true,
"version": "1.1.0",
"type": "module",
"scripts": {
"vite:dev": "vite",
"vite:build": "tsc && vite build",
"vite:preview": "vite preview",
"dev": "pnpm tauri:dev",
"build": "pnpm tauri:build",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"tauri:build:debug": "tauri build --debug",
"build:portable": "node ./scripts/build-portable.mjs",
"icon": "tauri icon"
},
"dependencies": {
"@google/genai": "^1.27.0",
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "~2.4.2",
"@tauri-apps/plugin-fs": "~2.4.4",
"@tauri-apps/plugin-global-shortcut": "~2.3.1",
"@tauri-apps/plugin-notification": "~2.3.3",
"@tauri-apps/plugin-os": "^2.3.2",
"@tauri-apps/plugin-shell": "~2.3.3",
"react": "^19.2.0",
"react-dom": "^19.2.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@vitejs/plugin-basic-ssl": "^1.1.0",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.1",
"zip-a-folder": "^1.1.5"
}
}