-
Notifications
You must be signed in to change notification settings - Fork 28
/
Copy pathpackage.json
32 lines (32 loc) · 824 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
{
"name": "jmcomic-downloader",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-rc.0",
"@tauri-apps/plugin-dialog": "2.0.0-rc.1",
"@tauri-apps/plugin-shell": ">=2.0.0-rc.0",
"@viselect/vanilla": "^3.5.1",
"@viselect/vue": "^3.5.1",
"naive-ui": "^2.40.1",
"unocss": "^0.63.0",
"unplugin-auto-import": "^0.18.3",
"unplugin-vue-components": "^0.27.4",
"vue": "^3.3.4"
},
"devDependencies": {
"@tauri-apps/cli": ">=2.0.0-rc.0",
"@vitejs/plugin-vue": "^5.0.5",
"typescript": "^5.2.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
},
"packageManager": "[email protected]"
}