{
  "name": "pin-ui",
  "version": "1.0.2",
  "description": "A highly customizable UI library",
  "main": "dist/index.js",
  "types": "types/index.d.ts",
  "files": [
    "dist",
    "src/lib",
    "types"
  ],
  "scripts": {
    "start": "webpack-dev-server --config ./webpack.config.docs.js --mode development",
    "build:docs": "webpack --config ./webpack.config.docs.js -p",
    "build:lib": "webpack --config ./webpack.config.lib.js -p"
  },
  "keywords": [
    "react",
    "ui",
    "hooks",
    "pin",
    "library",
    "front"
  ],
  "author": "RD_",
  "license": "MIT",
  "dependencies": {
    "codemirror": "^5.42.2",
    "core-js": "^2.5.7",
    "imask": "^4.1.3",
    "object-path": "^0.11.4",
    "object-path-immutable": "^3.0.0",
    "react-addons-css-transition-group": "^15.6.2",
    "react-fast-compare": "^2.0.4"
  },
  "peerDependencies": {
    "emotion": "^9.2.12",
    "polished": "^2.3.0",
    "react": "^16.8.1",
    "react-dom": "^16.8.1"
  },
  "devDependencies": {
    "@babel/core": "^7.1.6",
    "@babel/preset-env": "^7.1.6",
    "@babel/preset-react": "^7.0.0",
    "babel-eslint": "^10.0.1",
    "babel-loader": "^8.0.4",
    "emotion": "^9.2.12",
    "eslint": "^5.9.0",
    "eslint-loader": "^2.1.1",
    "eslint-plugin-react": "^7.11.1",
    "eslint-plugin-react-hooks": "^0.0.0",
    "jsx-to-string": "^1.4.0",
    "polished": "^2.3.0",
    "react": "^16.8.1",
    "react-dom": "^16.8.1",
    "webpack": "^4.26.0",
    "webpack-cli": "^3.1.2",
    "webpack-dev-server": "^3.1.10"
  }
}