-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.79 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
60
61
62
63
64
{
"name": "koa2",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "parcel build src/index.html --no-cache -d dist --public-url /",
"watch-node": "nodemon ./server/index.js",
"start": "del dist && del .cache && set NODE_ENV=development && nodemon ./start.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Har-zheng/node-koa2.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Har-zheng/node-koa2/issues"
},
"homepage": "https://github.com/Har-zheng/node-koa2#readme",
"dependencies": {
"antd": "^3.0.0",
"axios": "^0.19.0",
"babel-core": "^6.26.3",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-decorators-legacy": "^1.3.5",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"bcrypt": "^3.0.6",
"concurrently": "^4.1.2",
"dplayer": "^1.25.0",
"ejs": "^2.6.2",
"glob": "^7.1.4",
"koa": "^2.8.1",
"koa-bodyparser": "^4.2.1",
"koa-logger": "^3.2.1",
"koa-router": "^7.4.0",
"koa-session": "^5.12.3",
"koa-static": "^5.0.0",
"koa-views": "^6.2.0",
"lodash": "^4.17.15",
"mongoose": "^5.6.11",
"nanoid": "^2.0.4",
"nodemon": "^1.19.1",
"parcel-bundler": "^1.12.3",
"pug": "^2.0.4",
"puppeteer": "^1.19.0",
"qiniu": "^7.2.2",
"ramda": "^0.26.1",
"react": "^16.1.1",
"react-dom": "^16.1.1",
"react-router-dom": "^4.2.2"
},
"devDependencies": {
"autoprefixer": "^9.6.1",
"babel-core": "^6.26.3",
"babel-polyfill": "^6.26.0",
"cssnext": "^1.8.4",
"node-sass": "^4.12.0"
}
}