{
  "name": "kbin-ui",
  "version": "2.3.9",
  "description": "collection of react ui components",
  "main": "build/index.js",
  "scripts": {
    "publish-package": "tsc && npm publish",
    "build": "tsc",
    "gen-docs": "typedoc src/index.ts --readme none --name readme.md --plugin typedoc-plugin-markdown --namedAnchors"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mbecker20/kbin-ui.git"
  },
  "author": "mbecker20",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/mbecker20/kbin-ui/issues"
  },
  "homepage": "https://github.com/mbecker20/kbin-ui#readme",
  "devDependencies": {
    "@types/react": "^17.0.0",
    "typedoc": "^0.20.20",
    "typedoc-plugin-markdown": "^3.4.5",
    "typescript": "^4.1.3"
  },
  "dependencies": {
    "kbin-state": "^1.1.1",
    "react": "^17.0.1",
    "react-jss": "^10.5.1",
    "react-spring": "^8.0.27"
  }
}
