-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 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
37
38
{
"name": "tauri-app",
"type": "module",
"version": "0.0.1",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-shell": "^2.0.1",
"@unhead/vue": "^1.11.11",
"@vueuse/core": "^11.2.0",
"unocss": "^0.64.0",
"vue": "^3.5.12",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "^3.8.0",
"@iconify-json/carbon": "^1.2.4",
"@tauri-apps/cli": "^2.0.4",
"@unocss/reset": "^0.64.0",
"@vitejs/plugin-vue": "^5.1.4",
"eslint": "^9.14.0",
"typescript": "^5.6.3",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.10",
"vite-plugin-vue-devtools": "^7.6.2",
"vue-tsc": "^2.1.10"
}
}