-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.62 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
{
"name": "koa2",
"version": "1.0.0",
"description": "koa2",
"main": "index.js",
"scripts": {
"dev": "NODE_ENV=development node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"watch": "NODE_ENV=development node_modules/webpack/bin/webpack.js --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"hot": "NODE_ENV=development webpack-dev-server --inline --hot --config=node_modules/laravel-mix/setup/webpack.config.js",
"production": "NODE_ENV=production node_modules/webpack/bin/webpack.js --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/nick233333/koa2"
},
"author": "Nick",
"license": "MIT",
"dependencies": {
"bcryptjs": "^2.4.3",
"chalk": "^2.4.2",
"dotenv": "^6.2.0",
"figlet": "^1.2.0",
"koa": "^2.6.2",
"koa-bodyparser": "^4.2.1",
"koa-redis": "^3.1.2",
"koa-router": "^7.4.0",
"koa-session": "^5.10.1",
"koa-static": "^5.0.0",
"koa-views": "^6.1.5",
"laravel-mix": "^4.0.14",
"marked": "^0.4.0",
"moment": "^2.23.0",
"mongoose": "^5.4.2",
"nodemailer": "^4.7.0",
"nunjucks": "^3.1.6",
"qrcode": "^1.3.2",
"redis": "^2.8.0",
"request": "^2.88.0",
"socket.io": "^2.2.0",
"validator": "^10.10.0"
},
"devDependencies": {
"resolve-url-loader": "2.3.1",
"sass": "^1.17.0",
"sass-loader": "7.*",
"vue-template-compiler": "^2.6.6"
}
}