forked from mycumycu/X4-External-App
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1 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
42
{
"author": "Mycu",
"name": "x4_external_app",
"version": "1.3.2",
"bin": "server.js",
"pkg": {
"assets": [
"node_modules/**/*",
"dist/**/*"
],
"targets": [
"node16-win-x64"
],
"outputPath": "dist"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"package": "npm run build && pkg . --targets latest-win --output dist/x4_external_app.exe"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/vue-fontawesome": "^3.0.0-5",
"@vueform/toggle": "^2.0.1",
"chalk": "4.1.2",
"chokidar": "^3.5.2",
"dotenv": "^10.0.0",
"express": "^4.17.2",
"github-version-checker": "^2.2.0",
"local-ipv4-address": "^0.0.2",
"portfinder": "^1.0.28",
"vue": "^3.2.25",
"vue3-perfect-scrollbar": "^1.5.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^2.0.0",
"sass": "1.32.0",
"vite": "^2.7.2"
}
}