Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DhananjayPurohit authored Sep 8, 2023
1 parent 37ec8b6 commit ec7e8f2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"name": "mainstay-mvc",
"scripts": {
"start": "HOST_API='localhost' PORT_API='4000' PORT='80' webpack-dev-server",
"dev": "HOST_API='localhost' PORT_API='4000' PORT='8080' webpack-dev-server"
"dev": "HOST_API='localhost' PORT_API='4000' PORT='8080' webpack-dev-server",
"test": "jest"
},
"dependencies": {
"axios": "^0.18.1",
Expand Down Expand Up @@ -70,6 +71,7 @@
"eslint-plugin-standard": "^4.0.1",
"html-loader": "^0.5.5",
"html-webpack-plugin": "^3.2.0",
"jest": "^29.6.4",
"mini-css-extract-plugin": "^0.4.5",
"mocha": "^6.2.3",
"node-mocks-http": "^1.7.5",
Expand Down

0 comments on commit ec7e8f2

Please sign in to comment.