-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 880 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 880 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
{
"name": "Termin",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2",
"@tauri-apps/plugin-autostart": "~2",
"@tauri-apps/plugin-fs": "~2",
"@tauri-apps/plugin-notification": "~2",
"@tauri-apps/plugin-shell": "^2",
"@tauri-apps/plugin-sql": "~2",
"@tauri-apps/plugin-store": "~2",
"@vicons/carbon": "^0.12.0",
"dayjs": "^1.11.13",
"naive-ui": "^2.40.3",
"unplugin-auto-import": "^0.18.6",
"unplugin-vue-components": "^0.27.5",
"vue": "^3.3.4",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^2",
"@unocss/preset-uno": "^0.65.1",
"@vitejs/plugin-vue": "^5.0.5",
"unocss": "^0.65.1",
"vite": "^5.3.1"
}
}