-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathpackage.json
59 lines (59 loc) · 1.54 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
{
"name": "whistle.script",
"description": "The plugin for the extension script for whistle",
"version": "1.2.10",
"author": "avenwu <avenwu@vip.qq.com>",
"contributors": [],
"license": "MIT",
"bugs": {
"url": "https://github.com/whistle-plugins/whistle.script/issues"
},
"homepage": "https://github.com/whistle-plugins/whistle.script",
"keywords": [
"whistle",
"proxy",
"ssi"
],
"registry": "https://github.com/whistle-plugins/whistle.script",
"whistleConfig": {
"priority": 999999999,
"pluginVars": true
},
"repository": {
"type": "git",
"url": "https://github.com/whistle-plugins/whistle.script.git"
},
"scripts": {
"dev": "webpack --config ./src/webpack.config.js -w",
"lint": "eslint ./lib test index.js",
"lintfix": "eslint --fix ./lib test index.js"
},
"devDependencies": {
"babel-core": "^6.7.6",
"babel-eslint": "^8.2.6",
"babel-loader": "^6.2.4",
"babel-preset-react": "^6.5.0",
"bootstrap": "^3.3.6",
"clipboard": "^1.5.8",
"codemirror": "^5.11.0",
"css-loader": "^0.28.11",
"eslint": "^5.4.0",
"eslint-config-imweb": "^0.2.11",
"file-loader": "^0.8.5",
"jquery": "^3.3.1",
"jsx-loader": "^0.13.2",
"react": "^15.4.2",
"react-dom": "^15.4.2",
"style-loader": "^0.23.1",
"url-loader": "0.5.6",
"webpack": "^1.14.0"
},
"dependencies": {
"iconv-lite": "^0.4.24",
"koa": "^2.13.1",
"koa-bodyparser": "^4.3.0",
"koa-onerror": "^4.1.0",
"koa-router": "^12.0.1",
"koa-static": "^5.0.0"
}
}