-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 923 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 923 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
33
34
35
36
37
{
"name": "vetra",
"version": "0.2.0",
"private": true,
"type": "module",
"scripts": {
"windows:dev": "tauri dev",
"windows:build": "tauri build",
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"fmt": "oxfmt",
"fmt-src": "oxfmt src/"
},
"dependencies": {
"@tauri-apps/api": "^2.10.1",
"@tauri-apps/plugin-autostart": "^2.5.1",
"@tauri-apps/plugin-opener": "^2.5.3",
"motion-v": "^2.2.0",
"vue": "^3.5.31",
"vue-router": "^5.0.4"
},
"devDependencies": {
"@iconify/json": "^2.2.456",
"@tauri-apps/cli": "^2.10.1",
"@vitejs/plugin-vue": "^6.0.5",
"naive-ui": "^2.44.1",
"oxfmt": "^0.48.0",
"typescript": "~5.9.3",
"unocss": "^66.6.7",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue-components": "^32.0.0",
"vite": "^8.0.3",
"vue-tsc": "^3.2.6"
}
}