Created
May 18, 2019 21:29
-
-
Save henriqueweiand/b383e7b0206afb2f867f97971566bad3 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": "pratica", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1", | |
"dev": "webpack-dev-server --mode=development", | |
"build": "webpack --mode production" | |
}, | |
"keywords": [], | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"react": "^16.8.6", | |
"react-dom": "^16.8.6" | |
}, | |
"devDependencies": { | |
"@babel/core": "^7.4.4", | |
"@babel/preset-env": "^7.4.4", | |
"@babel/preset-react": "^7.0.0", | |
"babel-loader": "^8.0.6", | |
"css-loader": "^2.1.1", | |
"node-sass": "^4.12.0", | |
"sass-loader": "^7.1.0", | |
"style-loader": "^0.23.1", | |
"webpack": "^4.31.0", | |
"webpack-cli": "^3.1.1" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment