{
  "name": "react-floating-profile",
  "version": "1.1.4",
  "main": "dist/index.js",
  "type": "module",
  "types": "dist/index.d.ts",
  "browser": "./browser/specific/main.js",
  "scripts": {
    "dev": "vite",
    "start": "react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test",
    "eject": "react-scripts eject",
    "prepare": "if exist dist rmdir /s /q dist & mkdir dist & tsc & tsc-alias & xcopy src\\lib\\react-floating-profile\\ui\\style.css dist\\ui\\style.css /y /i"
  },
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    }
  },
  "dependencies": {
    "module-alias": "^2.2.3",
    "path": "^0.12.7",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-markdown": "^9.0.3",
    "rehype-raw": "^7.0.0",
    "remark-directive": "^4.0.0",
    "remark-gemoji": "^8.0.0",
    "remark-gfm": "^4.0.1"
  },
  "devDependencies": {
    "@eslint/js": "^9.17.0",
    "@types/react": "^18.3.18",
    "@types/react-dom": "^18.3.5",
    "@vitejs/plugin-react": "^4.3.4",
    "eslint": "^9.17.0",
    "eslint-plugin-react-hooks": "^5.0.0",
    "eslint-plugin-react-refresh": "^0.4.16",
    "globals": "^15.14.0",
    "tsc-alias": "^1.8.11",
    "typescript": "~5.6.2",
    "typescript-eslint": "^8.18.2",
    "vite": "^6.0.5",
    "vite-tsconfig-paths": "^5.1.4"
  },
  "_moduleAliases": {
    "@context": "./dist/lib/react-floating-profile/context"
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "keywords": [
    "react",
    "github",
    "profile",
    "floating",
    "react-component",
    "github-profile",
    "react-github",
    "open-source"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/kangaroo19/react-floating-profile.git"
  },
  "license": "MIT"
}
