Browse Source

fixed npm dependecies for heroku

pull/141/head
Davide 7 years ago
parent
commit
75f2d6134f
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      package.json

+ 3
- 3
package.json View File

@ -14,6 +14,8 @@
"lint": "npm run lint:js && npm run lint:scss"
},
"devDependencies": {
},
"dependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.1",
"babel-loader": "^7.1.2",
@ -43,9 +45,7 @@
"stylelint-config-standard": "^17.0.0",
"webpack": "^3.8.1",
"webpack-dashboard": "^1.0.0",
"webpack-dev-server": "^2.9.3"
},
"dependencies": {
"webpack-dev-server": "^2.9.3",
"babel-polyfill": "^6.26.0",
"bootstrap": "^4.0.0",
"bootstrap-datepicker": "^1.7.1",


Loading…
Cancel
Save