UNPKG

events-calendar

Version:

A flexible, responsive, and feature-rich calendar component for modern React applications.

100 lines (99 loc) 2.61 kB
{ "name": "events-calendar", "version": "2.0.2", "private": false, "description": "A flexible, responsive, and feature-rich calendar component for modern React applications.", "repository": { "type": "git", "url": "git+https://github.com/markshallue/events-calendar.git" }, "license": "MIT", "keywords": [ "calendar", "react-calendar", "events", "event-calendar", "react", "react-component", "typescript", "calendar-component" ], "main": "./dist/index.js", "module": "./dist/index.mjs", "types": "./dist/index.d.ts", "exports": { ".": { "import": { "types": "./dist/index.d.ts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } }, "./styles.css": "./dist/styles.css" }, "files": [ "./dist", "./README.md" ], "sideEffects": [ "**/*.css" ], "scripts": { "dev": "next dev --turbopack", "build:package": "rm -rf dist && tsup --config scripts/tsup.esm.ts && tsup --config scripts/tsup.cjs.ts && tsup --config scripts/tsup.dts.ts && postcss package/styles*.css --dir dist", "build:docs": "next build", "build": "npm run build:package && npm run build:docs", "prettier": "prettier --check \"**/*.{ts,tsx}\"", "prettier:write": "prettier --write \"**/*.{ts,tsx}\"", "start": "next start", "lint": "next lint", "check": "tsc", "test": "vitest" }, "peerDependencies": { "@floating-ui/core": "^1.7.1", "@floating-ui/react": "^0.27.12", "@floating-ui/react-dom": "^2.1.3", "dayjs": "^1.11.13", "react": ">=18.2", "react-dom": ">=18.2" }, "devDependencies": { "@eslint/eslintrc": "^3", "@ianvs/prettier-plugin-sort-imports": "^4.5.1", "@mantine/carousel": "^8.1.1", "@mantine/code-highlight": "^8.1.1", "@mantine/core": "^8.1.1", "@mantine/dates": "^8.1.1", "@mantine/form": "^8.1.1", "@mantine/hooks": "^8.1.1", "@tabler/icons-react": "^3.34.0", "@testing-library/dom": "^10.4.0", "@testing-library/jest-dom": "^6.6.3", "@testing-library/react": "^16.3.0", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "@vitejs/plugin-react": "^4.6.0", "cssnano": "^7.0.7", "eslint": "^9", "eslint-config-next": "15.3.4", "jsdom": "^26.1.0", "next": "15.3.4", "postcss": "^8.5.6", "postcss-cli": "^11.0.1", "postcss-import": "^16.1.1", "postcss-modules": "^6.0.1", "postcss-preset-mantine": "^1.17.0", "postcss-simple-vars": "^7.0.1", "prettier": "^3.6.1", "shiki": "^3.7.0", "tsup": "^8.5.0", "typescript": "^5", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" } }