mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
18 lines
379 B
JSON
18 lines
379 B
JSON
{
|
|
"name": "auth-routes",
|
|
"description": "",
|
|
"dependencies": {
|
|
"axios": "^0.16.1",
|
|
"body-parser": "^1.17.2",
|
|
"cross-env": "^5.0.0",
|
|
"express": "^4.15.3",
|
|
"express-session": "^1.15.3",
|
|
"nuxt": "^1.0.0-alpha1"
|
|
},
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "nuxt build",
|
|
"start": "cross-env NODE_ENV=production node server.js"
|
|
}
|
|
}
|