-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "whistle.helloworld",
"version": "1.0.0",
"description": "the plugin demo for whistle",
"repository": {
"type": "git",
"url": "https://github.com/whistle-plugins/whistle.helloworld.git"
},
"scripts": {
"dev": "webpack -w --config ./src/webpack.config --mode production",
"lint": "eslint *.js src lib",
"lintfix": "eslint --fix src *.js lib"
},
"keywords": [
"whistle",
"plugin",
"hellworld"
],
"author": "avenwu <[email protected]>",
"license": "MIT",
"bugs": {
"url": "git+https://github.com/whistle-plugins/whistle.helloworld/issues"
},
"homepage": "https://github.com/whistle-plugins/whistle.helloworld#whistlehelloworld",
"dependencies": {
"koa": "^2.5.0",
"koa-bodyparser": "^4.2.0",
"koa-onerror": "^4.0.0",
"koa-router": "^7.4.0",
"koa-static": "^4.0.2",
"ws": "^5.1.1"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.2.2",
"babel-loader": "^7.1.4",
"babel-preset-env": "^1.6.1",
"babel-preset-react": "^6.24.1",
"css-loader": "^0.28.11",
"eslint": "^4.19.1",
"eslint-config-imweb": "^0.2.8",
"file-loader": "^1.1.11",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"i": "^0.3.6",
"react": "^16.3.2",
"react-dom": "^16.3.2",
"style-loader": "^0.21.0",
"webpack": "^4.6.0",
"webpack-cli": "^2.0.14"
},
"engines": {
"node": ">= 7.6"
}
}