Nuxt/examples/auth-routes/package.json

18 lines
374 B
JSON
Raw Normal View History

2016-12-04 18:16:10 +00:00
{
"name": "auth-routes",
"description": "",
"dependencies": {
2017-02-03 14:09:27 +00:00
"axios": "^0.15.3",
2016-12-04 18:16:10 +00:00
"body-parser": "^1.15.2",
"cross-env": "^3.1.3",
2016-12-04 18:16:10 +00:00
"express": "^4.14.0",
2016-12-07 16:03:52 +00:00
"express-session": "^1.14.2",
2017-02-03 14:09:27 +00:00
"nuxt": "latest"
2016-12-04 18:16:10 +00:00
},
"scripts": {
2016-12-07 16:03:52 +00:00
"dev": "node server.js",
"build": "nuxt build",
"start": "cross-env NODE_ENV=production & node server.js"
2016-12-04 18:16:10 +00:00
}
}