UNPKG

react-gh-contribution-calendar

Version:

A beautiful and customizable GitHub contribution calendar component for React applications.

80 lines (79 loc) 2.17 kB
{ "name": "react-gh-contribution-calendar", "private": false, "version": "1.2.2", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js", "types": "./dist/index.d.ts", "exports": { ".": { "import": "./dist/index.js", "require": "./dist/index.cjs", "types": "./dist/index.d.ts" } }, "files": [ "dist" ], "scripts": { "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview", "prepare": "npm run build" }, "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "dependencies": { "@radix-ui/react-slot": "^1.2.3", "@radix-ui/react-tooltip": "^1.2.7", "@tanstack/react-query": "^5.0.0", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "date-fns": "^3.3.1", "lodash": "^4.17.21", "lucide-react": "^0.344.0", "react-gh-contribution-calendar": "file:react-gh-contribution-calendar-1.2.0.tgz", "react-router-dom": "^6.22.0", "tailwind-merge": "^3.3.0" }, "devDependencies": { "@types/lodash": "^4.17.17", "@types/react": "^18.2.56", "@types/react-dom": "^18.2.19", "@typescript-eslint/eslint-plugin": "^7.0.2", "@typescript-eslint/parser": "^7.0.2", "@vitejs/plugin-react": "^4.2.1", "@vitejs/plugin-react-swc": "^3.10.0", "autoprefixer": "^10.4.18", "eslint": "^8.56.0", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.5", "postcss": "^8.4.35", "tailwindcss": "^3.4.1", "typescript": "^5.2.2", "vite": "^5.1.4", "vite-plugin-dts": "^4.5.4" }, "keywords": [ "react", "github", "contribution", "calendar", "component", "typescript" ], "author": "", "license": "MIT", "repository": { "type": "git", "url": "git+https://github.com/yourusername/react-gh-contribution-calendar.git" }, "bugs": { "url": "https://github.com/yourusername/react-gh-contribution-calendar/issues" }, "homepage": "https://github.com/yourusername/react-gh-contribution-calendar#readme" }