Skip to content

Instantly share code, notes, and snippets.

@jonatasmaxi
Created April 12, 2020 04:00
Show Gist options
  • Select an option

  • Save jonatasmaxi/ef202896e9ffba00a5aa26d248f955e9 to your computer and use it in GitHub Desktop.

Select an option

Save jonatasmaxi/ef202896e9ffba00a5aa26d248f955e9 to your computer and use it in GitHub Desktop.
{
"name": "conceitos-frontend",
"version": "1.0.0",
"main": "./src/index.js",
"license": "MIT",
"scripts": {
"dev": "webpack-dev-server --mode development",
"build": "webpack --mode production"
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/preset-env": "^7.9.5",
"@babel/preset-react": "^7.9.4",
"babel-loader": "^8.1.0",
"css-loader": "^3.5.2",
"file-loader": "^6.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"style-loader": "^1.1.3",
"webpack": "^4.42.1",
"webpack-cli": "^3.3.11",
"webpack-dev-server": "^3.10.3"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment