-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.12 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
{
"name": "node",
"version": "1.0.0",
"description": "",
"main": "app.js",
"scripts": {
"test": "mocha",
"start": "webpack"
},
"author": "",
"license": "ISC",
"devDependencies": {
"async": "^3.1.0",
"cheerio": "^1.0.0-rc.3",
"css-minimizer-webpack-plugin": "^1.3.0",
"csv": "^5.3.2",
"eventproxy": "^1.0.0",
"express": "^4.17.1",
"iconv-lite": "^0.6.2",
"istanbul": "^0.4.5",
"mocha": "^6.2.0",
"nodejieba": "^2.4.1",
"should": "^13.2.3",
"superagent": "^5.1.0"
},
"dependencies": {
"@babel/core": "^7.6.4",
"@babel/preset-react": "^7.6.3",
"@babel/register": "^7.6.2",
"axios": "^1.3.5",
"babel-loader": "^8.0.6",
"babel-preset-react": "^6.24.1",
"babel-register": "^6.26.0",
"easy_sock": "^0.3.8",
"graphql": "^14.5.8",
"koa": "^2.10.0",
"koa-graphql": "^0.8.0",
"koa-mount": "^4.0.0",
"koa-sslify": "^4.0.3",
"koa-static": "^5.0.0",
"node-fetch": "^3.3.1",
"protocol-buffers": "^4.1.0",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.10"
}
}