{
  "name": "react-logininit",
  "version": "1.1.0",
  "description": "LoginInit React component",
  "main": "lib/index.js",
  "module": "es/index.js",
  "files": [
    "css",
    "es",
    "lib",
    "umd"
  ],
  "scripts": {
    "build": "nwb build-react-component",
    "clean": "nwb clean-module && nwb clean-demo",
    "prepublishOnly": "npm run build",
    "start": "nwb serve-react-demo",
    "test": "nwb test-react",
    "test:coverage": "nwb test-react --coverage",
    "test:watch": "nwb test-react --server"
  },
  "dependencies": {},
  "peerDependencies": {
    "react": "16.x"
  },
  "devDependencies": {
    "antd": "^3.12.4",
    "classnames": "^2.2.6",
    "css-loader": "^2.1.0",
    "dbfac": "^2.0.3",
    "history": "^4.7.2",
    "lodash": "^4.17.11",
    "mobx": "^5.9.0",
    "mobx-react": "^5.4.3",
    "mobx-react-router": "^4.0.5",
    "nwb": "0.23.x",
    "nwb-sass": "^0.9.0",
    "postcss-loader": "^3.0.0",
    "react": "^16.7.0",
    "react-dom": "^16.7.0",
    "react-hot-loader": "^4.6.3",
    "react-router-dom": "^4.3.1",
    "sass-loader": "^7.1.0"
  },
  "author": "",
  "homepage": "https://github.com/moiamoia/LoginInit#readme",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/moiamoia/LoginInit.git"
  },
  "keywords": [
    "react-component"
  ],
  "directories": {
    "test": "tests"
  },
  "bugs": {
    "url": "https://github.com/moiamoia/LoginInit/issues"
  }
}
