mirror of
https://github.com/KevinMidboe/seasonedRequest.git
synced 2026-01-06 01:15:51 +00:00
Node server configured
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user