Last active
March 2, 2023 15:07
-
-
Save mycolaos/0fcc713489107719d2b5af42973e1c2a to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "Mycolaos", | |
"version": "1.0.0", | |
"scripts": { | |
"build": "webpack" | |
}, | |
"dependencies": { | |
"react": "^15.6.1", | |
"react-dom": "^15.6.1", | |
"react-redux": "^5.0.5", | |
"redux": "^3.7.2" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.26.0", | |
"babel-loader": "^7.1.2", | |
"babel-preset-env": "^1.6.0", | |
"babel-preset-react": "^6.24.1", | |
"babel-preset-stage-0": "^6.24.1", | |
"css-loader": "^0.28.6", | |
"extract-text-webpack-plugin": "^3.0.0", | |
"node-sass": "^4.5.3", | |
"postcss-loader": "^2.0.6", | |
"sass-loader": "^6.0.6", | |
"style-loader": "^0.18.2", | |
"webpack": "^3.5.5" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment