-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 879 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": "and-toolbox-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"predeploy": "pnpm build",
"deploy": "gh-pages -d dist -b deploy"
},
"dependencies": {
"@vueuse/core": "^10.6.1",
"android-fastboot": "1.1.3",
"naive-ui": "^2.35.0",
"vue": "^3.3.8"
},
"devDependencies": {
"@types/w3c-web-usb": "^1.0.10",
"@vitejs/plugin-vue": "^4.5.0",
"gh-pages": "^6.1.0",
"typescript": "^5.2.2",
"unocss": "^0.57.5",
"unplugin-auto-import": "^0.16.7",
"unplugin-vue-components": "^0.25.2",
"vite": "^5.0.0",
"vite-plugin-mkcert": "^1.16.0",
"vue-tsc": "^1.8.22"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
}
}
}