-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
121 lines (121 loc) · 3.72 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
{
"name": "wuthering-waves-export",
"version": "1.0.4",
"main": "./dist/electron/main/main.js",
"author": "QAQQL <https://github.com/QAQQL>",
"homepage": "https://github.com/QAQQL/Wuthering-Waves-wish-export",
"license": "MIT",
"scripts": {
"dev": "node .electron-vite/dev-runner.js",
"build": "cross-env BUILD_TARGET=clean node .electron-vite/build.js && electron-builder",
"build:win32": "cross-env BUILD_TARGET=clean node .electron-vite/build.js && electron-builder --win --ia32",
"build:win64": "cross-env BUILD_TARGET=clean node .electron-vite/build.js && electron-builder --win --x64",
"build:linux": "cross-env BUILD_TARGET=clean node .electron-vite/build.js && electron-builder --linux",
"build:mac": "cross-env BUILD_TARGET=clean node .electron-vite/build.js && electron-builder --mac",
"build:dir": "cross-env BUILD_TARGET=clean node .electron-vite/build.js && electron-builder --dir",
"build:clean": "cross-env BUILD_TARGET=onlyClean node .electron-vite/build.js",
"build:web": "cross-env BUILD_TARGET=web node .electron-vite/build.js",
"dev:web": "cross-env TARGET=web node .electron-vite/dev-runner.js",
"start": "electron ./src/main/main.js",
"build-update": "node .electron-vite/update.js",
"dep:upgrade": "yarn upgrade-interactive --latest",
"postinstall": "electron-builder install-app-deps",
"git:action-build": "git tag v1.0.3 && git push origin v1.0.3"
},
"build": {
"nsis": {
"oneClick": false,
"allowToChangeInstallationDirectory": true
},
"asar": false,
"extraFiles": [],
"publish": [
{
"provider": "generic",
"url": "http://127.0.0.1"
}
],
"productName": "Wuthering Waves Export",
"appId": "org.ql.wuthering-waves-wish-export",
"directories": {
"output": "build"
},
"files": [
"dist/electron/**/*"
],
"dmg": {
"contents": [
{
"x": 410,
"y": 150,
"type": "link",
"path": "/Applications"
},
{
"x": 130,
"y": 150,
"type": "file"
}
]
},
"mac": {
"icon": "build/icons/icon.icns"
},
"win": {
"icon": "build/icons/icon.ico",
"target": "zip"
},
"linux": {
"target": "deb",
"icon": "build/icons"
}
},
"devDependencies": {
"@element-plus/icons-vue": "^0.2.6",
"@rollup/plugin-alias": "^3.1.9",
"@rollup/plugin-commonjs": "^21.0.1",
"@rollup/plugin-json": "^4.1.0",
"@rollup/plugin-node-resolve": "^13.1.3",
"@types/node": "^17.0.10",
"@vitejs/plugin-vue": "2.1.0",
"@vue/compiler-sfc": "^3.2.29",
"adm-zip": "^0.5.9",
"ajv": "6",
"autoprefixer": "^10.4.2",
"cfonts": "^2.10.0",
"chalk": "^4.1.0",
"cross-env": "^7.0.3",
"del": "^6.0.0",
"echarts": "^5.2.2",
"electron": "29.0.1",
"electron-builder": "^23.0.2",
"electron-fetch": "^1.7.4",
"electron-log": "^5.1.7",
"electron-unhandled": "^3.0.2",
"electron-window-state": "^5.0.3",
"element-plus": "^1.3.0-beta.7",
"fs-extra": "^10.0.0",
"get-stream": "^6.0.1",
"glob": "^10.3.1",
"lodash-es": "^4.17.21",
"moment": "^2.29.1",
"multispinner": "^0.2.1",
"ora": "^5.3.0",
"portfinder": "^1.0.28",
"postcss": "^8.4.5",
"rollup-plugin-esbuild": "^4.8.2",
"semver": "^7.3.5",
"tailwindcss": "^3.0.16",
"vite": "2.7.13",
"vue": "^3.2.29",
"winreg": "^1.2.4",
"yauzl": "^2.10.0"
},
"keywords": [
"vite",
"electron",
"vue3",
"rollup"
],
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}