{
  "name": "@alicloud/console-components-fake-browser",
  "version": "2.0.7",
  "description": "",
  "main": "lib/index.js",
  "typings": "lib/index.d.ts",
  "module": "es/index.js",
  "unpkg": "dist/index.js",
  "publishConfig": {
    "access": "public"
  },
  "keywords": [
    "wind",
    "wind-rc-actions",
    "react",
    "react component"
  ],
  "author": {
    "name": "csr632",
    "email": "632882184@qq.com"
  },
  "license": "MIT",
  "engines": {
    "node": ">=7.6.0"
  },
  "scripts": {
    "prepare": "npm run clean && npm run babel && npm run babel:esm && npm run types && npm run build",
    "clean": "rm -rf dist lib es api-temp api-json",
    "babel": "breezr build --engine babel",
    "babel:esm": "breezr build --engine babel --es-module",
    "types": "tsc -p src --emitDeclarationOnly",
    "build": "breezr build --engine webpack",
    "test": "breezr test:unit",
    "storybook": "breezr start-storybook",
    "lint": "eslint src/",
    "format": "prettier-eslint \"src/**/*.js?(x)\" \"test/**/*.js?(x)\" --write"
  },
  "peerDependencies": {
    "@alicloud/console-components": "^1.0.0",
    "prop-types": "^15.x",
    "react": "^16.x",
    "react-dom": "^16.x",
    "react-router-dom": "^5.2.0",
    "styled-components": "^4.2.0"
  },
  "dependencies": {
    "react-rnd": "^10.1.0"
  },
  "gitHead": "1622716b160a6e64017c29476ac21005bb662039"
}
