Skip to content

Instantly share code, notes, and snippets.

@henriqueweiand
Created May 18, 2019 22:17
Show Gist options
  • Save henriqueweiand/5e93d0e08d44ca313f5becfc9748c16b to your computer and use it in GitHub Desktop.
Save henriqueweiand/5e93d0e08d44ca313f5becfc9748c16b to your computer and use it in GitHub Desktop.
{
"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/cli": "^7.4.4",
"@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",
"webpack-dev-server": "^3.4.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment