UNPKG

react-contribution-calendar

Version:
72 lines (71 loc) 2.11 kB
{ "name": "react-contribution-calendar", "description": "A GitHub-like contribution calendar component for React", "version": "2.0.4", "type": "module", "main": "./dist/index.js", "types": "./dist/types/react-contribution-calendar.d.ts", "scripts": { "test": "vitest --run", "test:coverage": "vitest run --coverage", "dev": "vite", "build": "tsc && vite build", "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0" }, "files": [ "./dist" ], "publishConfig": { "access": "public" }, "repository": { "type": "git", "url": "git+https://github.com/SeiwonPark/react-contribution-calendar.git" }, "keywords": [ "react-contribution-calendar", "react", "contribution", "calendar", "heatmap" ], "author": "Seiwon Park <psw7347@gmail.com>", "license": "MIT", "bugs": { "url": "https://github.com/SeiwonPark/react-contribution-calendar/issues" }, "homepage": "https://github.com/SeiwonPark/react-contribution-calendar#readme", "peerDependencies": { "react": "^18.2.0", "react-dom": "^18.2.0" }, "devDependencies": { "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.2.0", "@testing-library/user-event": "^14.6.1", "@types/jsdom": "^21.1.7", "@types/node": "^20.5.9", "@types/react": "^18.2.21", "@types/react-dom": "^18.2.7", "@typescript-eslint/eslint-plugin": "^6.5.0", "@typescript-eslint/parser": "^6.5.0", "@vitejs/plugin-react": "^4.3.4", "@vitejs/plugin-react-swc": "^3.7.2", "@vitest/coverage-v8": "^3.0.4", "eslint": "^8.48.0", "eslint-plugin-prettier": "^4.2.1", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.3", "prettier": "^2.8.8", "react": "^18.2.0", "react-dom": "^18.2.0", "typescript": "^5.2.2", "vite": "^6.0.11", "vite-plugin-dts": "^3.5.3", "vite-plugin-libcss": "^1.1.1", "vite-plugin-testing": "^2.1.14", "vite-tsconfig-paths": "^4.2.0", "vitest": "^3.0.4" } }