{
  "name": "micro-frontends-starter",
  "version": "1.0.0",
  "description": "",
  "main": "",
  "scripts": {
    "start": "micro-frontends-start",
    "build": "webpack --config webbpack.config.production.js",
    "deploy": "build && deploy-gh-pages dist --local"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/one-more/micro-frontends-starter.git"
  },
  "keywords": [
    "micro-frontends"
  ],
  "author": "one-more",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/one-more/micro-frontends-starter.git/issues"
  },
  "homepage": "https://github.com/one-more/micro-frontends-starter.git#readme",
  "sideEffects": false,
  "devDependencies": {
    "@micro-frontends/config": "^1.0.16",
    "@types/redux-actions": "^2.6.1",
    "@types/styled-components": "^4.1.19",
    "babel-merge": "^3.0.0",
    "deploy-gh-pages": "^1.0.0",
    "webpack-merge": "^4.2.2"
  },
  "dependencies": {
    "@micro-frontends/core": "^1.0.12",
    "@micro-frontends/framework": "^1.0.10",
    "@micro-frontends/scripts": "^1.0.4",
    "document-register-element": "^1.13.2",
    "redux": "^4.0.4",
    "redux-actions": "^2.6.5",
    "styled-components": "^4.3.2"
  }
}
