-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 922 Bytes
/
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
{
"name": "myserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "node server/server.js",
"nodemon": "nodemon -w server server/server.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/yuanjiu041/myserver.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/yuanjiu041/myserver/issues"
},
"homepage": "https://github.com/yuanjiu041/myserver#readme",
"dependencies": {
"antd": "^3.4.1",
"axios": "^0.16.2",
"babel": "^6.23.0",
"koa": "^2.3.0",
"koa-body": "^2.5.0",
"koa-router": "^7.2.1",
"koa-static": "^4.0.2",
"mongodb": "^3.0.6",
"next": "^4.2.3",
"react": "^16.3.1",
"react-dom": "^16.3.1"
},
"devDependencies": {
"babel-plugin-import": "^1.2.1",
"nodemon": "^1.11.0"
}
}