{
  "name": "rc-new-window",
  "version": "0.1.13",
  "description": "popup new browser window with react",
  "keywords": [
    "react",
    "react-component",
    "react-new-window",
    "new-window"
  ],
  "files": [
    "lib",
    "es"
  ],
  "homepage": "https://github.com/ticlo/rc-new-window",
  "author": "",
  "repository": {
    "type": "git",
    "url": "https://github.com/ticlo/rc-new-window.git"
  },
  "bugs": {
    "url": "https://github.com/ticlo/rc-new-window/issues"
  },
  "license": "Apache-2.0",
  "main": "./lib/index",
  "module": "./es/index",
  "scripts": {
    "start": "cross-env NODE_ENV=development father doc dev --storybook",
    "build": "father doc build --storybook",
    "lint": "eslint src/ examples/ --ext .tsx,.ts,.jsx,.js",
    "build-lib": "tsc",
    "build-es": "tsc --module es2020 --outDir ./es"
  },
  "peerDependencies": {
    "react": ">=16.9.0",
    "react-dom": ">=16.9.0"
  },
  "dependencies": {
    "@babel/runtime": "^7.10.1",
    "bowser": "^2.11.0",
    "classnames": "2.x",
    "lodash": "^4.17.20"
  },
  "devDependencies": {
    "@types/jest": "^26.0.18",
    "@types/lodash": "^4.14.165",
    "@types/react": "^17.0.0",
    "@types/react-dom": "^17.0.0",
    "@types/vfile-message": "^2.0.0",
    "@types/warning": "^3.0.0",
    "@typescript-eslint/eslint-plugin": "^4.9.1",
    "cross-env": "^7.0.3",
    "enzyme": "^3.3.0",
    "enzyme-adapter-react-16": "^1.14.0",
    "enzyme-to-json": "^3.4.0",
    "eslint": "^7.1.0",
    "eslint-plugin-eslint-comments": "^3.2.0",
    "eslint-plugin-jest": "^24.1.3",
    "eslint-plugin-react-hooks": "^4.2.0",
    "father": "^2.13.2",
    "np": "^7.0.0",
    "typescript": "^4.0.3",
    "vfile-message": "^2.0.4"
  }
}
