forked from Minori-ty/mp4To4K-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
30 lines (30 loc) · 817 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
{
"name": "tauri-app",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"tauri: dev": "tauri dev",
"tauri: build": "tauri build",
"preview": "vite preview",
"build": "vue-tsc --noEmit && vite build",
"dev": "vite"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@tauri-apps/api": "^1.0.2",
"element-plus": "^2.2.13",
"vue": "^3.2.37",
"vue-router": "^4.0.13"
},
"devDependencies": {
"@tauri-apps/cli": "^1.0.5",
"@vitejs/plugin-vue": "^3.0.3",
"sass": "^1.54.4",
"typescript": "^4.6.4",
"unplugin-auto-import": "^0.11.2",
"unplugin-vue-components": "^0.22.4",
"vite": "^3.0.7",
"vue-tsc": "^0.39.5"
}
}