Skip to content

Instantly share code, notes, and snippets.

@sivaraj-v
Created March 22, 2018 14:39
Show Gist options
  • Save sivaraj-v/82bc1bb8ac3bf285ae53fa2083fee466 to your computer and use it in GitHub Desktop.
Save sivaraj-v/82bc1bb8ac3bf285ae53fa2083fee466 to your computer and use it in GitHub Desktop.
package.json
{
"name": "projectwebpack",
"version": "1.0.0",
"description": "",
"main": "webpack.config.js",
"scripts": {
"build": "webpack --mode production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zural/webpack.git"
},
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zural/webpack/issues"
},
"homepage": "https://github.com/zural/webpack#readme",
"devDependencies": {
"@babel/core": "^7.0.0-beta.42",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.42",
"@babel/preset-env": "^7.0.0-beta.42",
"babel-loader": "^8.0.0-beta.2",
"webpack": "^4.2.0",
"webpack-cli": "^2.0.12"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment