-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.04 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
40
41
{
"name": "Music",
"version": "0.0.1",
"main": "dist/electron/main/index.js",
"description": "Really simple Electron + Vue + Vite boilerplate.",
"author": "Barak Levinson (Extremely)",
"license": "MIT",
"private": true,
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build && electron-builder"
},
"engines": {
"node": "^14.18.0 || >=16.0.0"
},
"devDependencies": {
"@types/lodash": "^4.14.185",
"@types/webmidi": "^2.0.6",
"@vitejs/plugin-vue": "^3.0.1",
"@xmldom/xmldom": "^0.8.2",
"electron": "^20.0.2",
"electron-builder": "^23.3.3",
"lodash": "^4.17.21",
"pinia": "^2.0.22",
"sass": "^1.54.9",
"typescript": "^4.7.4",
"vite": "^3.0.8",
"vite-plugin-electron": "^0.9.3",
"vue": "^3.2.37",
"vue-router": "^4.1.5",
"vue-tsc": "^0.40.1",
"vue3-click-away": "^1.2.4"
},
"debug": {
"env": {
"VITE_DEV_SERVER_HOSTNAME": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344,
"VITE_DEV_SERVER_URL": "http://127.0.0.1:3344"
}
}
}