-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
121 lines (121 loc) · 3.36 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": "catproxy",
"version": "1.2.16",
"description": "a node proxy or host change tools",
"main": "index.js",
"scripts": {
"lint:fix": "eslint --fix --ext .js,.jsx src web/src --cache",
"build": "node ./node_modules/cross-env/bin/cross-env NODE_ENV=dev node ./node_modules/gulp/bin/gulp build",
"pub": "node ./node_modules/cross-env/bin/cross-env NODE_ENV=production BABEL_ENV=production node ./node_modules/gulp/bin/gulp publish",
"start": "node ./node_modules/cross-env/bin/cross-env NODE_ENV=dev node ./node_modules/supervisor/lib/cli-wrapper.js -w ./build ./app.js"
},
"keywords": [
"node",
"proxy",
"host"
],
"bin": {
"catproxy": "app.js"
},
"author": "jianxcao",
"license": "MIT",
"dependencies": {
"babel-runtime": "^6.18.0",
"binary-parser": "^1.1.5",
"body-parser": "^1.15.2",
"brotli": "^1.3.2",
"clone": "^1.0.2",
"colors": "^1.1.2",
"commander": "^2.9.0",
"dnscache": "^1.0.0",
"ejs": "^2.4.2",
"express": "^4.14.0",
"fs-extra": "^2.1.2",
"iconv-lite": "^0.4.13",
"ip": "^1.1.3",
"is-equal": "^1.5.3",
"isbinaryfile": "^3.0.1",
"js-beautify": "^1.6.7",
"merge": "^1.2.1",
"mime": "^1.3.4",
"node-forge": "^0.10.0",
"node-uuid": "^1.4.7",
"promise": "^7.1.1",
"react-addons-create-fragment": "^15.6.2",
"read": "^1.0.7",
"request-ip": "^1.2.3",
"socket.io": "^1.4.8",
"weinre": "^2.0.0-pre-I0Z7U9OV",
"winston": "^2.2.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-eslint": "^6.1.2",
"babel-loader": "^6.2.4",
"babel-plugin-transform-async-to-generator": "^6.16.0",
"babel-plugin-transform-es2015-modules-amd": "^6.8.0",
"babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
"babel-plugin-transform-runtime": "^6.15.0",
"babel-preset-es2015": "^6.9.0",
"babel-preset-react": "^6.11.1",
"babel-preset-react-hmre": "^1.1.1",
"babel-preset-react-optimize": "^1.0.1",
"babel-preset-stage-0": "^6.5.0",
"classnames": "^2.2.5",
"clipboard": "^1.5.15",
"cross-env": "^2.0.0",
"css-loader": "^0.23.1",
"escope": "^3.6.0",
"eslint": "^6.6.0",
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"eslint-plugin-react": "^7.16.0",
"file-loader": "^0.9.0",
"fixed-data-table": "^0.6.3",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-clean": "^0.4.0",
"gulp-plumber": "^1.1.0",
"immutable": "^3.8.1",
"install": "^0.8.2",
"keymaster": "^1.6.2",
"keymirror": "^0.1.1",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"lodash": "^4.17.20",
"material-ui": "^0.20.0",
"monaco-editor": "^0.7.0",
"npm": "^4.0.3",
"prettier": "^1.18.2",
"react": "^15.4.0",
"react-addons-shallow-compare": "^15.6.2",
"react-bootstrap": "^0.30.6",
"react-custom-scrollbars": "^4.0.1",
"react-dom": "^15.4.0",
"react-hot-loader": "^3.0.0-beta.6",
"react-promise": "^1.1.2",
"react-redux": "^4.4.6",
"react-tap-event-plugin": "^2.0.1",
"redux": "^3.6.0",
"redux-actions": "^1.1.0",
"redux-immutable": "^3.0.8",
"redux-logger": "^2.7.4",
"redux-promise": "^0.5.3",
"redux-saga": "^0.13.0",
"redux-thunk": "^2.1.0",
"socket.io-client": "^1.5.1",
"style-loader": "^0.13.1",
"supervisor": "^0.11.0",
"url-loader": "^0.5.7",
"webpack": "^1.12.9",
"webpack-stream": "^3.2.0"
},
"engines": {
"node": ">=4.0.0"
},
"engineStrict": true,
"repository": {
"type": "git",
"url": "https://github.com/jianxcao/catproxy"
}
}