{
  "name": "react-weui-bidi",
  "version": "1.0.6",
  "description": "weui for react",
  "main": "./lib",
  "scripts": {
    "start": "webpack-dev-server --hot --inline --progress --colors --port 8080",
    "startdoc": "webpack-dev-server --config webpack.config.doc.js --hot --inline --progress --colors --port 8080",
    "clean": "rimraf ./lib ./coverage",
    "build": "npm run clean & NODE_ENV=production babel ./src --out-dir ./lib",
    "build:example": "rimraf ./dist && webpack --config webpack.config.prod.js --progress --colors -p",
    "build:doc": "rimraf ./dist/docs && webpack --config webpack.config.doc.js --progress --colors -p",
    "build:page": "npm run build:example && npm run build:doc",
    "lint": "eslint 'src/**/*.js'",
    "pretest": "npm run lint",
    "test": "mocha --compilers js:babel-core/register --recursive -r ignore-styles -r jsdom-global/register",
    "test:watch": "npm run test -- --watch",
    "coverage": "npm run lint & nyc --require babel-core/register mocha -r ignore-styles -r jsdom-global/register && nyc report --reporter=lcov",
    "c9startdoc": "webpack-dev-server --config webpack.config.doc.js --hot --inline --progress --colors --host $IP --port $PORT",
    "c9start": "webpack-dev-server --hot --inline --progress --colors --host $IP --port $PORT"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/weui/react-weui.git"
  },
  "keywords": [
    "mobile",
    "ui",
    "framework",
    "weui",
    "react"
  ],
  "author": "wechat ui team",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/weui/react-weui/issues"
  },
  "homepage": "https://github.com/weui/react-weui",
  "dependencies": {
    "classnames": "^2.2.0",
    "mobile-detect": "^1.3.3"
  },
  "devDependencies": {
    "autoprefixer": "^6.3.5",
    "babel": "^6.0.0",
    "babel-cli": "^6.18.0",
    "babel-core": "^6.0.0",
    "babel-eslint": "^6.0.0",
    "babel-loader": "^6.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-istanbul": "^3.0.0",
    "babel-plugin-transform-class-properties": "^6.18.0",
    "babel-polyfill": "^6.16.0",
    "babel-preset-es2015": "^6.18.0",
    "babel-preset-es2017": "^6.16.0",
    "babel-preset-react": "^6.16.0",
    "babel-preset-stage-2": "^6.18.0",
    "babel-standalone": "^6.18.2",
    "codemirror": "^5.20.2",
    "css-loader": "^0.23.0",
    "enzyme": "^2.6.0",
    "eslint": "^1.10.3",
    "eslint-plugin-react": "^3.11.3",
    "extract-text-webpack-plugin": "^1.0.1",
    "fastclick": "^1.0.6",
    "file-loader": "^0.8.5",
    "github-markdown-css": "^2.4.1",
    "history": "^1.17.0",
    "html-webpack-plugin": "^2.14.0",
    "ignore-styles": "^5.0.1",
    "jsdom": "9.8.3",
    "jsdom-global": "2.1.0",
    "json-loader": "^0.5.4",
    "less": "^2.5.3",
    "less-loader": "^2.2.1",
    "mocha": "^2.3.4",
    "nyc": "^9.0.1",
    "open-browser-webpack-plugin": "0.0.1",
    "postcss-loader": "^0.8.2",
    "raw-loader": "^0.5.1",
    "react-addons-css-transition-group": "^0.14.7 || ^15.0.0-0 || 15.x",
    "react-addons-test-utils": "^0.14.3 || ^15.0.0-0 || 15.x",
    "react-codemirror": "^0.2.6",
    "react-docgen": "^2.12.1",
    "react-fontawesome": "^1.3.1",
    "react-remarkable": "^1.1.1",
    "react-router": "^1.0.2",
    "react-split-pane": "^0.1.52",
    "rimraf": "^2.4.3",
    "sinon": "^1.17.2",
    "style-loader": "^0.13.0",
    "uglify-loader": "^1.2.0",
    "url-loader": "^0.5.7",
    "warning": "^3.0.0",
    "webpack": "^1.12.2",
    "webpack-dev-server": "^1.12.1",
    "weui": "^1.1.0"
  },
  "peerDependencies": {
    "react": "0.14.x || ^15.0.0-0 || 15.x",
    "react-dom": "^0.14.x || ^15.0.0-0 || 15.x"
  }
}
