-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.03 KB
/
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
36
37
38
39
{
"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.0.0",
"@tauri-apps/plugin-shell": "~2.0.0",
"human-format": "^1.2.0",
"string-width": "^7.1.0",
"vue": "^3.4.35",
"vue-i18n": "^9.8.0",
"vue-plyr": "^7.0.0",
"vue-router": "^4.3.0"
},
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^6.0.1",
"@tauri-apps/cli": "^2.0.0-rc.18",
"@typescript-eslint/parser": "^8",
"@vitejs/plugin-vue": "^5",
"eslint": "^8",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-import-resolver-alias": "^1.1.2",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-vue": "^9.21.1",
"typescript": "^5.2.2",
"vite": "^5.0.0",
"vite-plugin-checker": "^0.7.2",
"vue-tsc": "^2.0.22"
}
}