{
  "name": "@kinan-x/core",
  "version": "0.1.2",
  "description": "Master Components Core Library",
  "license": "MIT",
  "main": "./index.js",
  "module": "./esm/index.modern.js",
  "types": "./index.d.ts",
  "typings": "./index.d.ts",
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "ppp": "npm publish"
  },
  "author": {
    "name": "Ahmed M. Sulaimani",
    "email": "ahmed@beyounds.com",
    "url": "https://gobeyound.com"
  },
  "bugs": {
    "url": "https://github.com/kinan-xyz/core/issues"
  },
  "homepage": "https://github.com/kinan-xyz/core#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/kinan-xyz/core"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/kinan-x-core"
  },
  "keywords": [
    "react",
    "react-component",
    "bund",
    "library"
  ],
  "peerDependencies": {
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-flash-message": "^1.0.7"
  },
  "peerDependenciesMeta": {
    "@types/react": {
      "optional": true
    }
  },
  "dependencies": {
    "react": "^17.0.2",
    "react-is": "^17.0.1",
    "react-dom": "^17.0.2",
    "prop-types": "^15.7.2",
    "uuid": "^8.3.1",
    "clsx": "^1.1.1",
    "react-jss": "^10.5.0",
    "styled-components": "^5.2.1",
    "@material-ui/core": "^4.11.0",
    "@material-ui/icons": "^4.9.1",
    "@material-ui/lab": "^4.0.0-alpha.57",
    "react-router-dom": "^5.2.0",
    "react-icons": "^3.11.0",
    "react-flash-message": "^1.0.7"
  },
  "devDependencies": {
    "@types/react": "^16.8.6",
    "@types/react-transition-group": "^4.4.0",
    "react-transition-group": "^4.4.1"
  },
  "bundleDependencies": false,
  "sideEffects": false,
  "private": false,
  "publishConfig": {
    "access": "public"
  }
}
