-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.02 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.02 KB
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
39
40
41
42
43
44
45
{
"name": "iva",
"author": {
"name": "1Step621",
"email": "onestep621@gmail.com"
},
"license": "MIT",
"description": "The video editor alternative to AviUtl.",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@internationalized/number": "3.6.0",
"@tabler/icons-vue": "3.30.0",
"@tauri-apps/api": "2.3.0",
"@tauri-apps/plugin-dialog": "~2",
"@tauri-apps/plugin-opener": "2.2.6",
"@types/throttle-debounce": "5.0.2",
"@vueuse/core": "^13.0.0",
"csstype": "^3.1.3",
"pinia": "3.0.1",
"reka-ui": "2.0.2",
"throttle-debounce": "5.0.2",
"vue": "3.5.13"
},
"devDependencies": {
"@tauri-apps/cli": "2.3.1",
"@vitejs/plugin-vue": "5.2.1",
"typescript": "5.8.2",
"vite": "6.2.0",
"vue-tsc": "2.2.8"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"vue-demi"
]
}
}