-
Notifications
You must be signed in to change notification settings - Fork 186
/
package.json
154 lines (154 loc) · 4.57 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
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "zan-proxy",
"version": "5.1.0",
"description": "前端代理",
"main": "./dist/main.js",
"scripts": {
"dev:ui": "cd ./webui && yarn serve",
"dev:cli": "rm -rf dist && NODE_ENV=development node .build/cli/dev-runner.js",
"dev:gui": "rm -rf dist && NODE_ENV=development node .build/gui/dev-runner.js",
"build:ui": "cd ./webui && yarn run build",
"build:gui:webpack": "NODE_ENV=production node .build/gui/build.js",
"build:gui:mac": "yarn build:gui:webpack && electron-builder --mac",
"build:gui:win": "yarn build:gui:webpack && WIN_CSC_IDENTITY_AUTO_DISCOVERY=false electron-builder --win",
"format": "prettier --write",
"postinstall": "electron-builder install-app-deps"
},
"productName": "Zan Proxy",
"engines": {
"node": ">= 10.16.0"
},
"dependencies": {
"decompress-response": "^4.2.1",
"del": "~5.1.0",
"devtron": "~1.4.0",
"electron-debug": "~2.1.0",
"electron-devtools-installer": "~2.2.4",
"electron-log": "~3.0.8",
"electron-prompt": "~1.3.1",
"electron-store": "2.0.0",
"emittery": "^0.4.1",
"fs-extra": "^8.1.0",
"get-port": "^4.2.0",
"http-proxy": "^1.18.0",
"ip": "^1.1.5",
"koa": "^2.7.0",
"koa-bodyparser": "^4.2.1",
"koa-compose": "^4.1.0",
"koa-favicon": "^2.0.1",
"koa-mount": "^4.0.0",
"koa-qs": "^2.0.0",
"koa-router": "^7.2.1",
"koa-static": "^5.0.0",
"lodash": "^4.17.15",
"lru-cache": "^5.1.1",
"mime-types": "^2.1.24",
"node-fetch": "^2.6.0",
"node-localstorage": "^1.3.1",
"npm": "6.11.3",
"parse-domain": "^2.3.2",
"pem": "1.12.5",
"proxy-agent": "^3.1.1",
"raw-body": "^2.4.1",
"reflect-metadata": "^0.1.13",
"routing-controllers": "^0.7.7",
"socket.io": "^1.7.3",
"socket.io-client": "~1.7.4",
"sudo-prompt": "~8.2.0",
"tslib": "~1.10.0",
"typedi": "^0.8.0",
"uuid": "^3.3.3"
},
"devDependencies": {
"@babel/core": "~7.6.2",
"@babel/plugin-syntax-dynamic-import": "^7.2.0",
"@babel/plugin-transform-runtime": "~7.6.2",
"@babel/preset-env": "~7.6.2",
"@babel/runtime": "^7.6.2",
"@commitlint/cli": "^7.5.2",
"@commitlint/config-conventional": "^7.5.0",
"@types/electron-debug": "~2.1.0",
"@types/electron-devtools-installer": "~2.2.0",
"@types/electron-store": "1.3.1",
"@types/fs-extra": "^8.0.0",
"@types/http-proxy": "^1.17.0",
"@types/ip": "^1.1.0",
"@types/koa": "2.0.48",
"@types/koa-bodyparser": "^4.3.0",
"@types/koa-favicon": "^2.0.19",
"@types/koa-mount": "^4.0.0",
"@types/koa-qs": "^2.0.0",
"@types/koa-router": "^7.0.42",
"@types/koa-static": "^4.0.1",
"@types/lodash": "^4.14.141",
"@types/lru-cache": "^5.1.0",
"@types/mime-types": "^2.1.0",
"@types/node": "10.14.19",
"@types/node-fetch": "^2.5.2",
"@types/node-localstorage": "^1.3.0",
"@types/npm": "2.0.31",
"@types/react": "^16.8.8",
"@types/react-dom": "^16.0.11",
"@types/socket.io": "2.1.3",
"@types/socket.io-client": "^1.4.32",
"@types/uuid": "^3.4.5",
"@types/webpack-env": "^1.14.0",
"antd": "3.13.2",
"awesome-typescript-loader": "~5.2.1",
"babel-loader": "~8.0.6",
"chalk": "~2.4.2",
"css-loader": "~3.2.0",
"electron": "4.2.10",
"electron-builder": "22.2.0",
"friendly-errors-webpack-plugin": "^1.7.0",
"html-webpack-plugin": "~3.2.0",
"husky": "^3.0.7",
"lint-staged": "^9.4.0",
"mini-css-extract-plugin": "0.8.0",
"mobx": "^5.13.1",
"mobx-react": "5.4.4",
"multispinner": "^0.2.1",
"node-loader": "~0.6.0",
"node-sass": "~4.11.0",
"nodemon": "^1.19.3",
"prettier": "^1.19.1",
"react": "^16.8.4",
"react-copy-to-clipboard": "^5.0.1",
"react-dom": "^16.8.4",
"react-sortable-hoc": "^1.7.1",
"sass-loader": "~8.0.0",
"ts-import-plugin": "^1.6.1",
"ts-node": "^8.4.1",
"tslint": "^5.20.0",
"tslint-config-prettier": "^1.18.0",
"tslint-eslint-rules": "^5.4.0",
"tslint-plugin-prettier": "^2.0.1",
"tslint-react": "^4.1.0",
"typescript": "^3.7.2",
"url-loader": "~2.1.0",
"webpack": "4.41.0",
"webpack-bundle-analyzer": "^3.5.2",
"webpack-cli": "~3.3.9",
"webpack-dev-server": "~3.8.1",
"webpack-hot-middleware": "~2.25.0",
"webpack-merge": "~4.2.2",
"webpack-node-externals": "^1.7.2"
},
"repository": {
"type": "git",
"url": "https://github.com/youzan/zan-proxy.git"
},
"files": [
"dist",
"static",
"site",
"resource"
],
"keywords": [
"proxy",
"redirect",
"host",
"mock"
],
"license": "MIT"
}