mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 16:43:55 +00:00
17 lines
341 B
JSON
17 lines
341 B
JSON
{
|
|
"name": "auth-routes",
|
|
"description": "",
|
|
"dependencies": {
|
|
"body-parser": "^1.15.2",
|
|
"express": "^4.14.0",
|
|
"express-session": "^1.14.2",
|
|
"nuxt": "latest",
|
|
"whatwg-fetch": "^2.0.1"
|
|
},
|
|
"scripts": {
|
|
"dev": "node server.js",
|
|
"build": "nuxt build",
|
|
"start": "NODE_ENV=production node server.js"
|
|
}
|
|
}
|