{
  "name": "webpack-external-import",
  "description": "dynamic import() external urls!",
  "version": "2.2.4",
  "repository": {
    "type": "git",
    "url": "https://github.com/ScriptedAlchemy/webpack-external-import.git"
  },
  "author": "Zack Jackson <zack@ScriptedAlchemy.com> (https://github.com/ScriptedAlchemy)",
  "files": [
    "webpack",
    "babel",
    "corsImport.js",
    "index.js",
    "polyfill.js",
    "react.js",
    "loader"
  ],
  "keywords": [
    "import url",
    "dynamic imports url",
    "over the wire",
    "import() url",
    "external url import",
    "script injection",
    "webpack import url",
    "webpack",
    "manifest",
    "dynamic dll plugin",
    "dll plugin",
    "runtime"
  ],
  "scripts": {
    "compile": "rm -rf webpack index.js corsImport.js react.js polyfill.js; babel src -d .",
    "test": "yarn lint",
    "lint": "eslint --ext .js,.ts,.tsx src --fix",
    "kill-ports": "lsof -ti:3001 | xargs kill -9; lsof -ti:3002 | xargs kill -9; lsof -ti:3003 | xargs kill -9",
    "demo:one": "cd manual/website1; yarn manual:dev",
    "demo:one:prod": "cd manual/website1; yarn && yarn manual:prod",
    "demo:one:debug": "cd manual/website1; yarn && yarn manual:debug",
    "demo:two": "cd manual/website2; yarn manual:dev",
    "demo:two:prod": "cd manual/website2; yarn && yarn manual:prod",
    "demo:two:debug": "cd manual/website2; yarn && yarn manual:debug",
    "demo:three": "cd manual/website3; yarn manual:dev",
    "demo:three:debug": "cd manual/website3; yarn && yarn manual:debug",
    "demo:three:prod": "cd manual/website3; yarn && yarn manual:prod",
    "demo": "cd manual; yarn && cd ../; concurrently \"yarn compile\"  \"yarn demo:one\"  \"yarn demo:two\"  \"yarn demo:three\"",
    "demo:prod": "cd manual; yarn && cd ../; concurrently \"yarn kill-ports\" \"yarn compile\" \"yarn demo:one:prod\" \"yarn demo:two:prod\" \"yarn demo:three:prod \"",
    "demo:debug": "cd manual; yarn && cd ../; concurrently \"yarn kill-ports\" \"yarn compile\" \"yarn demo:one\" \"yarn demo:two:debug\" \"yarn demo:three\"",
    "demo:fast": "yarn compile && yarn demo:one:fast | yarn demo:two:fast",
    "prepare": "BABEL_ENV=production yarn compile",
    "semantic-release": "semantic-release",
    "commit": "npx git-cz"
  },
  "license": "MIT",
  "devDependencies": {
    "@babel/cli": "7.8.4",
    "@babel/core": "7.8.4",
    "@babel/helper-module-imports": "7.8.3",
    "@babel/plugin-proposal-class-properties": "7.8.3",
    "@babel/plugin-proposal-optional-chaining": "7.8.3",
    "@babel/plugin-syntax-dynamic-import": "7.8.3",
    "@babel/plugin-transform-react-jsx": "7.8.3",
    "@babel/plugin-transform-runtime": "7.8.3",
    "@babel/preset-env": "7.8.4",
    "@babel/preset-react": "7.8.3",
    "@babel/traverse": "7.8.4",
    "babel-core": "7.0.0-bridge.0",
    "babel-eslint": "10.0.3",
    "babel-loader": "8.0.6",
    "babel-plugin-transform-remove-console": "6.9.4",
    "babel-watch": "7.0.0",
    "commitizen": "4.0.3",
    "concurrently": "5.1.0",
    "cross-env": "7.0.0",
    "cz-conventional-changelog": "3.1.0",
    "eslint": "6.8.0",
    "eslint-config-airbnb": "18.0.1",
    "eslint-config-prettier": "6.10.0",
    "eslint-plugin-import": "2.20.1",
    "eslint-plugin-jsx-a11y": "6.2.3",
    "eslint-plugin-prettier": "3.1.2",
    "eslint-plugin-react": "7.18.3",
    "eslint-plugin-react-hooks": "1.7.0",
    "flow-bin": "0.119.1",
    "html-webpack-plugin": "3.2.0",
    "jest": "25.1.0",
    "jest-haste-map": "25.1.0",
    "jest-puppeteer": "4.4.0",
    "jest-resolve": "25.1.0",
    "marked": "0.7.0",
    "node-cipher": "6.3.3",
    "paralleljs": "0.2.1",
    "prettier": "1.19.1",
    "prop-types": "15.7.2",
    "puppeteer": "2.1.1",
    "react": "16.8.6",
    "react-dom": "16.8.6",
    "regenerator-runtime": "0.13.3",
    "schema-utils": "2.6.4",
    "semantic-release": "17.0.4",
    "source-map": "0.7.3",
    "travis-github-status": "1.6.3",
    "webpack": "4.41.6",
    "webpack-cli": "3.3.11",
    "webpack-dev-server": "3.10.3"
  },
  "peerDependencies": {
    "webpack": "^4.40.2"
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-react"
    ],
    "plugins": [
      "@babel/plugin-proposal-optional-chaining"
    ],
    "env": {
      "production": {
        "plugins": [
          "transform-remove-console"
        ]
      }
    }
  },
  "dependencies": {
    "assert": "^2.0.0",
    "dimport": "^1.0.0",
    "fs-extra": "^8.1.0",
    "loadjs": "^4.2.0",
    "mem": "^6.0.1",
    "pkg-up": "^3.1.0",
    "tapable": "^1.1.3"
  },
  "config": {
    "commitizen": {
      "path": "./node_modules/cz-conventional-changelog"
    }
  }
}
