Skip to content

Instantly share code, notes, and snippets.

@jackcoral89
Last active December 30, 2020 09:49
Show Gist options
  • Select an option

  • Save jackcoral89/6cfc7d8da17355e33f5d31f8b0ef9be4 to your computer and use it in GitHub Desktop.

Select an option

Save jackcoral89/6cfc7d8da17355e33f5d31f8b0ef9be4 to your computer and use it in GitHub Desktop.
{
"name": "wpwebpack",
"version": "1.0.0",
"description": "wp__webPack",
"scripts": {
"dev": "webpack -w -d --env=dev",
"prod": "webpack -p --env=prod"
},
"dependencies": {
"bootstrap": "^5.0.0-alpha3"
},
"devDependencies": {
"@babel/core": "^7.10.5",
"@babel/plugin-proposal-class-properties": "^7.12.1",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/preset-env": "^7.10.4",
"@babel/preset-react": "^7.12.5",
"babel-core": "^6.26.3",
"babel-loader": "^8.1.0",
"babel-preset-env": "^1.7.0",
"browser-sync": "^2.26.10",
"browser-sync-webpack-plugin": "^2.2.2",
"classnames": "^2.2.6",
"css-loader": "^3.6.0",
"html-webpack-plugin": "^4.3.0",
"mini-css-extract-plugin": "^1.3.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"sass": "^1.26.10",
"sass-loader": "^9.0.2",
"style-loader": "^1.2.1",
"webpack": "^4.43.0",
"webpack-cli": "^3.3.12"
},
"author": "Giacomo Corallini - Software Developer",
"license": "ISC"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment