-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.17 KB
/
package.json
File metadata and controls
44 lines (44 loc) · 1.17 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
{
"name": "deploykit-gui",
"private": true,
"version": "0.0.0",
"type": "module",
"packageManager": "yarn@1.22.22",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^2.0.0",
"@tauri-apps/plugin-dialog": "^2.4.0",
"@tauri-apps/plugin-shell": "~2.3.0",
"element-plus": "^2.9.2",
"human-format": "^1.2.0",
"string-width": "^8.1.0",
"vue": "^3.4.35",
"vue-i18n": "11.1.2",
"vue-plyr": "^7.0.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@intlify/unplugin-vue-i18n": "11.0.3",
"@tauri-apps/cli": "^2.0.0-rc.18",
"@typescript-eslint/parser": "^8",
"@vitejs/plugin-vue": "^6",
"eslint": "^9.17.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "10.0.0",
"globals": "16.0.0",
"sass-embedded": "^1.83.1",
"typescript": "5.6.2",
"typescript-eslint": "^8.19.0",
"vite": "^7.0.0",
"vite-plugin-checker": "0.12",
"vue-tsc": "3"
}
}