-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.38 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
{
"dependencies": {
"@babel/register": "^7.6.2",
"babel-plugin-transform-react-jsx": "^6.24.1",
"blessed": "^0.1.81",
"escape-html": "^1.0.3",
"escape-string-regexp": "^1.0.5",
"fs-extra": "^8.1.0",
"html-element-attributes": "^2.1.0",
"html-tags": "^3.0.0",
"js-string-escape": "^1.0.1",
"koa": "^2.7.0",
"koa-compress": "^3.0.0",
"koa-easy-ws": "^1.1.3",
"koa-logger": "^3.2.0",
"koa-send": "^5.0.0"
},
"devDependencies": {
"@babel/core": "^7.6.2",
"@babel/preset-env": "^7.6.2",
"@babel/preset-flow": "^7.0.0",
"babel-eslint": "^8.2.3",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"csso-loader": "^0.3.1",
"eslint": "^4.19.1",
"eslint-plugin-babel": "^5.1.0",
"eslint-plugin-compat": "^3.3.0",
"eslint-plugin-flowtype": "^2.46.3",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-react": "^7.8.2",
"extract-loader": "^3.1.0",
"file-loader": "^4.2.0",
"flow-bin": "^0.72.0",
"html-webpack-plugin": "^3.2.0",
"postcss": "^7.0.18",
"postcss-loader": "^3.0.0",
"postcss-normalize": "^8.0.1",
"poststylus": "^1.0.0",
"prerender-loader": "^1.3.0",
"raw-loader": "^3.1.0",
"style-loader": "^1.0.0",
"stylus": "^0.54.7",
"stylus-loader": "^3.0.2",
"to-string-loader": "^1.1.5",
"webpack": "^4.40.2",
"webpack-cli": "^3.3.8"
}
}