{
  "name": "polestar-antd",
  "version": "1.0.2",
  "description": "",
  "main": "./lib/index.js",
  "scripts": {
    "prepublish": "babel ./src -d lib --copy-files",
    "build": "babel ./src -d lib --copy-files",
    "example": "webpack-dev-server --config webpack.example.config.js",
    "doc": "styleguidist server",
    "doc:build": "styleguidist build && git add docs"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/nkiateam/polestar-antd.git"
  },
  "dependencies": {
    "antd": "^2.13.6",
    "prop-types": "^15.6.0",
    "react": "^16.0.0",
    "react-dom": "^16.0.0"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.23.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.1.1",
    "babel-polyfill": "^6.23.0",
    "babel-preset-es2015": "^6.24.1",
    "babel-preset-react": "^6.24.1",
    "babel-preset-stage-0": "^6.24.1",
    "babel-preset-stage-1": "^6.24.1",
    "eslint": "^4.5.0",
    "eslint-config-airbnb": "^15.1.0",
    "eslint-loader": "^1.9.0",
    "eslint-plugin-import": "^2.7.0",
    "eslint-plugin-jsx-a11y": "^6.0.2",
    "eslint-plugin-react": "^7.3.0",
    "react-hot-loader": "^3.0.0-beta.7",
    "react-router-dom": "^4.2.2",
    "react-styleguidist": "^6.0.31",
    "webpack": "^3.5.5",
    "webpack-dev-server": "^2.7.1"
  },
  "keywords": [
    "React",
    "AntDesign",
    "Polestar"
  ],
  "files": [
    "lib"
  ],
  "author": "NKIA",
  "license": "MIT"
}
