-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
38 lines (38 loc) · 967 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": "imagenie",
"private": true,
"version": "0.2.2",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@iconify/vue": "^4.1.2",
"@img-comparison-slider/vue": "^8.0.0",
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-http": "~2",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-shell": "^2",
"element-plus": "^2.8.6",
"pinia": "^2.2.5",
"vue": "^3.3.4",
"vue-i18n": "^10.0.0",
"vue-router": "4"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@types/node": "^22.8.6",
"@vitejs/plugin-vue": "^5.0.5",
"sass": "^1.80.5",
"sass-embedded": "^1.80.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
}
}