Node server configured

This commit is contained in:
Dmytro Barylo
2017-10-03 00:09:36 +03:00
parent c5cf0bd61a
commit 22f69c2e6a
5 changed files with 69 additions and 94 deletions

View File

@@ -1,16 +1,19 @@
{
"name": "tmdb-app",
"description": "The Movie Database app ",
"version": "1.0.0",
"version": "1.1.0",
"author": "Dmytro Barylo",
"private": true,
"scripts": {
"dev": "cross-env NODE_ENV=development webpack-dev-server --open --hot",
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules"
"build": "cross-env NODE_ENV=production webpack --progress --hide-modules",
"start": "node server.js"
},
"dependencies": {
"axios": "^0.15.3",
"connect-history-api-fallback": "^1.3.0",
"debounce": "^1.0.0",
"express": "^4.16.1",
"numeral": "^2.0.4",
"vue": "^2.1.0",
"vue-axios": "^1.2.2",