-
Notifications
You must be signed in to change notification settings - Fork 20
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.16 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.16 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
{
"name": "zerolaunch-rs",
"private": true,
"version": "0.6.12",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"prepare": "bun x husky || echo 'Husky not installed'"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.2",
"@fortawesome/fontawesome-svg-core": "^7.1.0",
"@fortawesome/free-solid-svg-icons": "^7.1.0",
"@fortawesome/vue-fontawesome": "^3.1.3",
"@tauri-apps/api": "^2.9.1",
"@tauri-apps/plugin-deep-link": "~2.4.5",
"@tauri-apps/plugin-dialog": "~2.4.2",
"@tauri-apps/plugin-notification": "~2.3.3",
"@tauri-apps/plugin-shell": "~2.3.3",
"element-plus": "^2.12.0",
"lodash-es": "^4.17.21",
"pinia": "^3.0.4",
"vue": "^3.5.25",
"vue-i18n": "^11.2.2",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@commitlint/cli": "^20.2.0",
"@commitlint/config-conventional": "^20.2.0",
"@tauri-apps/cli": "^2.9.6",
"@types/node": "^24.10.4",
"@vitejs/plugin-vue": "^6.0.3",
"husky": "^9.1.7",
"typescript": "^5.9.3",
"vite": "^7.2.7",
"vue-tsc": "^3.1.8"
}
}