{
  "name": "tossjs",
  "version": "0.0.23",
  "description": "Toss a coin to your witcher.",
  "main": "index.js",
  "bin": {
    "toss": "./cli.js"
  },
  "scripts": {
    "start": "toss start",
    "build": "toss build",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "toss",
    "micro",
    "frontends",
    "SPA",
    "MPA"
  ],
  "exports": {
    "./action/": "./runtime/action/",
    "./helpers/": "./runtime/helpers/",
    "./history/": "./runtime/history/",
    "./components/": "./runtime/components/",
    "./spa/": "./runtime/spa/",
    "./store/": "./runtime/store/",
    "./utils/": "./runtime/utils/"
  },
  "author": "Margox",
  "license": "ISC",
  "dependencies": {
    "@babel/cli": "^7.8.4",
    "@babel/core": "^7.8.4",
    "@babel/plugin-proposal-class-properties": "^7.8.3",
    "@babel/plugin-proposal-decorators": "^7.8.3",
    "@babel/plugin-proposal-optional-chaining": "^7.8.3",
    "@babel/plugin-syntax-dynamic-import": "^7.8.3",
    "@babel/plugin-transform-runtime": "^7.8.3",
    "@babel/preset-env": "^7.8.4",
    "@babel/preset-react": "^7.8.3",
    "@hot-loader/react-dom": "^16.8.6",
    "@rematch/core": "^1.1.0",
    "add-asset-html-webpack-plugin": "^3.1.3",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.0",
    "babel-merge": "^3.0.0",
    "babel-plugin-dynamic-import-webpack": "^1.1.0",
    "babel-plugin-import": "^1.9.1",
    "chokidar": "^3.0.2",
    "cli-color": "^2.0.0",
    "commander": "^4.1.1",
    "copy-webpack-plugin": "^5.0.4",
    "cross-env": "^5.2.0",
    "css-hot-loader": "^1.4.2",
    "css-loader": "^0.28.11",
    "eslint": "^5.4.0",
    "eslint-config-standard": "^12.0.0",
    "eslint-loader": "^2.2.1",
    "eslint-plugin-react": "^7.14.3",
    "eslint-plugin-standard": "^4.0.0",
    "extract-text-webpack-plugin": "next",
    "fast-sass-loader": "^1.5.0",
    "file-loader": "^2.0.0",
    "git-clone": "^0.1.0",
    "history": "^4.10.1",
    "html-webpack-plugin": "^4.0.0-beta.8",
    "husky": "^2.2.0",
    "less": "3.9.0",
    "less-loader": "^5.0.0",
    "lint-staged": "^8.1.6",
    "mini-css-extract-plugin": "^0.4.3",
    "node-sass": "^4.12.0",
    "optimize-css-assets-webpack-plugin": "^4.0.2",
    "ora": "^4.0.3",
    "prismjs": "^1.17.1",
    "react": "^16.8.6",
    "react-custom-scrollbars": "^4.2.1",
    "react-dom": "^16.8.6",
    "react-hot-loader": "^4.12.19",
    "react-redux": "^7.1.1",
    "react-router-dom": "^5.0.0",
    "react-router-redux": "^4.0.8",
    "redux": "^4.0.4",
    "redux-saga": "^1.0.5",
    "rimraf": "^2.6.3",
    "style-loader": "^0.21.0",
    "stylelint": "^10.0.1",
    "stylelint-config-standard": "^18.3.0",
    "stylelint-scss": "^3.9.2",
    "tracer": "^1.0.2",
    "url-loader": "^2.2.0",
    "webpack": "^4.41.5",
    "webpack-ant-icon-loader": "^1.0.8",
    "webpack-bundle-analyzer": "^3.4.1",
    "webpack-cli": "^3.3.6",
    "webpack-dashboard": "^3.0.7",
    "webpack-dev-server": "^3.7.2",
    "webpack-merge": "^4.1.3"
  }
}
