-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.46 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
{
"name": "node_demo",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "./node_modules/.bin/nodemon bin/run",
"start": "cross-env NODE_ENV=development webpack --watch --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"start_pro": "cross-env NODE_ENV=production webpack --progress --hide-modules --config=node_modules/laravel-mix/setup/webpack.config.js",
"koa": "./node_modules/.bin/runkoa bin/www ",
"pm2": "pm2 start bin/run -f",
"test": "echo \"Error: no test specified\" && exit 1",
"koa-start": "bin/run"
},
"dependencies": {
"babel-cli": "^6.22.2",
"co": "^4.6.0",
"cross-env": "^5.1.1",
"debug": "^2.2.0",
"gm": "^1.23.0",
"jade": "~1.11.0",
"koa": "^2.0.0",
"koa-bodyparser": "^2.0.1",
"koa-convert": "^1.2.0",
"koa-json": "^1.1.1",
"koa-logger": "^1.3.0",
"koa-onerror": "^1.2.1",
"koa-router": "^7.0.0",
"koa-static": "^4.0.0",
"koa-views": "^5.0.1",
"log4js": "^1.1.0",
"mysql": "^2.13.0",
"runkoa": "^1.3.1",
"sequelize": "^3.30.2",
"vue-route": "^1.5.1",
"vue-router": "^2.2.0",
"webpack": "^3.8.1"
},
"devDependencies": {
"axios": "^0.15.3",
"laravel-mix": "^1.6.1",
"lodash": "^4.17.4",
"nodemon": "^1.8.1",
"vue": "^2.5"
}
}