-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.9 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
{
"name": "tauri-vite-vue",
"type": "module",
"version": "0.1.0",
"private": true,
"packageManager": "[email protected]",
"description": "An example of using Tauri with Vite and Vue.",
"author": {
"name": "YunYouJun",
"email": "[email protected]"
},
"license": "MIT",
"homepage": "https://tauri-vite-vue.pages.dev",
"repository": "https://github.com/YunYouJun/tauri-vite-vue",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"ios": "tauri ios dev",
"preview": "vite preview",
"tauri": "tauri",
"lint": "eslint .",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@tauri-apps/api": "^2.0.3",
"@tauri-apps/plugin-cli": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.0.1",
"@tauri-apps/plugin-fs": "^2.0.1",
"@tauri-apps/plugin-notification": "^2.0.0",
"@tauri-apps/plugin-positioner": "^2.0.1",
"@tauri-apps/plugin-process": "^2.0.0",
"@tauri-apps/plugin-shell": "^2.0.1",
"@tauri-apps/plugin-updater": "^2.0.0",
"pinia": "^2.2.4",
"vue": "^3.5.12",
"vue-i18n": "^10.0.4",
"vue-router": "^4.4.5"
},
"devDependencies": {
"@antfu/eslint-config": "2.15.0",
"@iconify-json/carbon": "^1.2.3",
"@iconify-json/ri": "^1.2.1",
"@intlify/unplugin-vue-i18n": "^5.2.0",
"@shikijs/markdown-it": "^1.22.0",
"@tauri-apps/cli": "^2.0.3",
"@types/node": "^22.7.7",
"@vitejs/plugin-vue": "^5.1.4",
"@vueuse/core": "^11.1.0",
"@vueuse/head": "^2.0.0",
"eslint": "^9.13.0",
"markdown-it-link-attributes": "^4.0.1",
"sass": "^1.80.3",
"typescript": "^5.6.3",
"unocss": "^0.63.4",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-markdown": "^0.26.2",
"unplugin-vue-router": "^0.10.8",
"vite": "^5.4.9",
"vite-plugin-vue-devtools": "^7.5.2",
"vite-plugin-vue-layouts": "^0.11.0",
"vue-tsc": "^2.1.6"
}
}