-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
35 lines (35 loc) · 909 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
{
"name": "vrchat-cache-mover",
"private": true,
"version": "0.0.0",
"license": "AGPL-3.0",
"homepage": "https://github.com/gizmo-ds/vrchat-cache-mover",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@tauri-apps/api": "1.0.0-rc.6",
"@vueuse/components": "^8.6.0",
"@vueuse/core": "^8.6.0",
"element-plus": "^2.2.2",
"vue": "^3.2.25",
"vue-i18n": "9"
},
"devDependencies": {
"@tauri-apps/cli": "1.0.0-rc.13",
"@types/node": "^17.0.40",
"@vicons/tabler": "^0.12.0",
"@vitejs/plugin-vue": "^2.3.3",
"esno": "^0.16.3",
"sass": "^1.52.1",
"typescript": "^4.7.3",
"unplugin-auto-import": "^0.8.6",
"unplugin-vue-components": "^0.19.6",
"vite": "^2.9.9",
"vue-tsc": "^1.0.3"
}
}