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.

Revisions

  1. sivaraj-v created this gist Mar 22, 2018.
    28 changes: 28 additions & 0 deletions package.json
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,28 @@
    {
    "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"
    }
    }