Skip to content

Instantly share code, notes, and snippets.

/dist
bundle.js
index.html
styles.css
/node_modules
/src
index.js
styles.scss
.babelrc
.postcssrc
@mycolaos
mycolaos / package.json
Last active March 2, 2023 15:06
The simplest React-Redux project package.json
{
"name": "Mycolaos",
"version": "1.0.0",
"scripts": {
"build": "webpack src/index.js static/bundle.js"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
// Intentionally showing only dependencies
"dependencies": {
"react": "^15.4.2",
"react-bootstrap": "^0.30.7",
"react-dom": "^15.4.2",
"react-redux": "^5.0.2",
"react-router": "^3.0.1",
"react-router-bootstrap": "^0.23.1",
"react-router-redux": "^4.0.7",
"redux": "^3.6.0",