react nodejs dev
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "react-nodejs-example", | |
"version": "1.0.0", | |
"description": "example project react with nodejs", | |
"main": "server.js", | |
"scripts": { | |
"start": "node server.bundle.js", | |
"build": "webpack", | |
"dev": "nodemon ./server.js localhost 3080" | |
}, | |
"repository": { | |
"type": "git", | |
"url": "git+https://github.com/bbachi/react-nodejs-example.git" | |
}, | |
"author": "Bhargav Bachina", | |
"license": "ISC", | |
"bugs": { | |
"url": "https://github.com/bbachi/react-nodejs-example/issues" | |
}, | |
"homepage": "https://github.com/bbachi/react-nodejs-example#readme", | |
"dependencies": { | |
"express": "^4.17.1", | |
"http-proxy-middleware": "^1.0.4" | |
}, | |
"devDependencies": { | |
"del": "^5.1.0", | |
"fancy-log": "^1.3.3", | |
"gulp": "^4.0.2", | |
"gulp-zip": "^5.0.1", | |
"nodemon": "^2.0.4", | |
"webpack": "^4.43.0", | |
"webpack-cli": "^3.3.11", | |
"webpack-stream": "^5.2.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment