generated from MaaXYZ/maa-framework-tauri-template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 905 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
{
"name": "maa-z",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"mock": "tauri dev -f mock"
},
"dependencies": {
"@tauri-apps/api": "2.0.0-beta.1",
"@tauri-apps/plugin-dialog": "2.0.0-beta.1",
"@tauri-apps/plugin-notification": "2.0.0-beta.0",
"@tauri-apps/plugin-os": "2.0.0-beta.2",
"mdui": "^2.1.1",
"path": "^0.12.7",
"pinia": "^2.1.7",
"vue": "^3.4.21",
"vue-i18n": "^9.11.0"
},
"devDependencies": {
"@tauri-apps/cli": "2.0.0-beta.2",
"@types/node": "^20.12.6",
"@vitejs/plugin-vue": "^4.6.2",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwind": "^4.0.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vue-tsc": "^1.8.27"
}
}