-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 787 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 787 Bytes
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
{
"name": "unity-extractor",
"version": "0.1.3",
"private": true,
"scripts": {
"serve": "vite preview",
"build": "vite build",
"dev": "vite",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@mdi/font": "5.9.55",
"@tauri-apps/api": "^1.4.0",
"roboto-fontface": "*",
"vue": "^3.3.4",
"vue-router": "^4.2.4",
"vuetify": "3",
"webfontloader": "^1.0.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"@types/webfontloader": "^1.0.0",
"@vitejs/plugin-vue": "^4.2.3",
"sass": "^1.65.1",
"sass-loader": "^13.3.2",
"typescript": "^5.0.2",
"vite": "^4.4.4",
"vite-plugin-vuetify": "^1",
"vue-cli-plugin-vuetify": "~2.5.8",
"vue-tsc": "^1.8.5"
},
"type": "module"
}