{
  "name": "github-embed-repo",
  "homepage": "https://github.com/oct4pie/github-embed-repo",
  "author": "oct4pie",
  "version": "0.1.3",
  "license": "MIT",
  "description": "A plugin for embeding your GitHub repo",
  "main": "./lib/index-r.js",
  "types": "./types/index-r.d.ts",
  "files": [
    "types",
    "lib",
    "dist",
    "README.md"
  ],
  "exports": {
    ".": {
      "import": "./lib/index-r.js",
      "require": "./dist/github_embed_repo.min.js",
      "types": "./types/index-r.d.ts"
    }
  },
  "dependencies": {
    "@chakra-ui/react": "^2.8.2",
    "@emotion/react": "^11.13.0",
    "@emotion/styled": "^11.13.0",
    "framer-motion": "^11.3.8",
    "prop-types": "^15.8.1",
    "react-icons": "^5.2.1"
  },
  "peerDependencies": {
    "@chakra-ui/react": "^2.8.2",
    "@emotion/react": "^11.13.0",
    "framer-motion": "^11.3.8",
    "prop-types": "^15.8.1",
    "react-icons": "^5.2.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "webpack --mode production && babel src --out-dir lib && tsc",
    "prepublishOnly": "npm run build"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@babel/cli": "^7.24.8",
    "@babel/core": "^7.24.9",
    "@babel/preset-env": "^7.24.8",
    "@babel/preset-react": "^7.24.7",
    "@babel/preset-typescript": "^7.24.7",
    "babel-loader": "^9.1.3",
    "preact": "^10.22.1",
    "preact-compat": "^3.19.0",
    "react-icons": "^5.2.1",
    "react-scripts": "5.0.1",
    "typescript": "^5.5.4",
    "uglifyjs-webpack-plugin": "^2.2.0",
    "webpack": "^5.93.0",
    "webpack-cli": "^5.1.4"
  },
  "keywords": [
    "github repository embed",
    "react github component",
    "preact github component",
    "chakra-ui github integration",
    "github repo viewer",
    "github stats",
    "embed github profile",
    "github repo card",
    "github repo details",
    "open source github component",
    "customizable github embed",
    "repository stats display",
    "react github widget",
    "preact github widget",
    "github ui component",
    "react ui github",
    "preact ui github",
    "github repo stats",
    "react embed github",
    "preact embed github",
    "chakra ui embed github",
    "react github repo integration",
    "preact github repo integration"
  ]
}