-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 889 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 889 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
{
"name": "zenit-tauri",
"version": "1.5.3",
"description": "Showcase App for POS Laptops — Powered by Tauri",
"author": "Zenit",
"scripts": {
"dev": "vite",
"build:renderer": "vite build --outDir dist_app",
"tauri": "tauri",
"tauri:dev": "tauri dev",
"tauri:build": "tauri build",
"test": "vitest run"
},
"keywords": [],
"license": "ISC",
"type": "module",
"devDependencies": {
"@tauri-apps/cli": "^2.0.0",
"@vue/test-utils": "^2.4.10",
"happy-dom": "^20.9.0",
"vite": "^6.3.2",
"vitest": "^4.1.7"
},
"dependencies": {
"@tauri-apps/api": "^2.11.0",
"@tauri-apps/plugin-log": "^2.8.0",
"@tauri-apps/plugin-notification": "^2.3.3",
"@tauri-apps/plugin-store": "^2.4.2",
"@tauri-apps/plugin-window-state": "^2.4.1",
"@vitejs/plugin-vue": "^6.0.5",
"pinia": "^3.0.4",
"vue": "^3.5.32"
}
}