-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
38 lines (38 loc) · 1.01 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
{
"name": "bilibili-manga-watermark-remover",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": ">=2.0.0-beta.0",
"@tauri-apps/plugin-dialog": "2.0.0-beta.5",
"@tauri-apps/plugin-fs": "2.0.0-beta.6",
"@tauri-apps/plugin-shell": ">=2.0.0-beta.0",
"@viselect/vue": "^3.6.0",
"prettier": "^3.4.2",
"vue": "^3.3.4"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@tauri-apps/cli": ">=2.0.0-beta.0",
"@vitejs/plugin-vue": "^5.0.5",
"eslint": "^9.17.0",
"eslint-plugin-vue": "^9.32.0",
"globals": "^15.14.0",
"naive-ui": "^2.38.2",
"typescript": "^5.2.2",
"typescript-eslint": "^8.19.1",
"unocss": "^0.61.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.2",
"vite": "^5.3.1",
"vue-tsc": "^2.0.22"
},
"packageManager": "pnpm@9.9.0"
}