-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 817 Bytes
/
Copy pathpackage.json
File metadata and controls
32 lines (32 loc) · 817 Bytes
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
{
"name": "task-float",
"private": true,
"version": "2.2.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"release:mac": "bash ./scripts/build_universal_dmg.sh"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-notification": "^2.3.1",
"@tauri-apps/plugin-shell": "^2.3.1",
"pinia": "^2.1.7",
"vue": "^3.4.31"
},
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@types/node": "^22.10.2",
"@vitejs/plugin-vue": "^5.1.2",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.14",
"typescript": "^5.6.3",
"vite": "^5.4.10",
"vue-tsc": "^2.1.10"
}
}