-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
63 lines (63 loc) · 1.76 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
{
"name": "flash-collector",
"version": "1.13.0",
"main": "dist/main/index.cjs",
"author": "Cno <[email protected]>",
"license": "MPL-2.0",
"description": "小游戏收集器,支持小游戏一键下载、本地启动等功能",
"scripts": {
"dev": "node scripts/watch.mjs",
"prebuild": "vue-tsc --noEmit --p packages/renderer/tsconfig.json && node scripts/build.mjs",
"build": "electron-builder && node scripts/pack.js",
"test": "jest",
"push": "node ./scripts/publish.js"
},
"engines": {
"node": ">=14.17.0"
},
"devDependencies": {
"@playwright/test": "^1.20.2",
"@types/cheerio": "^0.22.31",
"@types/chrome-remote-interface": "^0.31.4",
"@types/express": "^4.17.13",
"@types/iconv": "^3.0.1",
"@types/jest": "^28.1.6",
"@types/shelljs": "^0.8.11",
"@vitejs/plugin-vue": "^2.1.0",
"electron": "18.2.0",
"electron-builder": "^23.0.3",
"jest": "^28.1.3",
"nano-staged": "^0.6.0",
"simple-git-hooks": "^2.7.0",
"ts-jest": "^28.0.8",
"typescript": "^4.7.4",
"vite": "^2.9.1",
"vite-plugin-electron": "^0.4.3",
"vite-plugin-resolve": "^2.0.1",
"vue": "^3.2.31",
"vue-tsc": "^0.31.1"
},
"env": {
"VITE_DEV_SERVER_HOST": "127.0.0.1",
"VITE_DEV_SERVER_PORT": 3344
},
"dependencies": {
"ajv": "^8.11.0",
"ant-design-vue": "^3.2.2",
"axios": "^0.27.2",
"cheerio": "^1.0.0-rc.10",
"chrome-remote-interface": "^0.31.2",
"decodeuricomponent": "^0.3.1",
"express": "^4.18.1",
"iconv": "^3.0.1",
"iconv-lite": "^0.6.3",
"mitt": "^3.0.0",
"node-fetch": "^3.2.4",
"nodejs-file-downloader": "^4.9.3",
"shelljs": "^0.8.5",
"ts-node": "^10.7.0",
"ts-results": "^3.3.0",
"tslib": "^2.4.0",
"vue-router": "4"
}
}