@chynna/react-calendar
Version:
A flexible and feature-rich calendar component library for React applications with drag-and-drop support, multiple views (Day, Week, Month, Year), and plugin architecture
99 lines (98 loc) • 2.82 kB
JSON
{
"name": "@chynna/react-calendar",
"version": "1.0.1",
"description": "A flexible and feature-rich calendar component library for React applications with drag-and-drop support, multiple views (Day, Week, Month, Year), and plugin architecture",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
"files": [
"dist",
"README.md",
"LICENSE"
],
"sideEffects": [
"*.css",
"**/*.css"
],
"keywords": [
"react",
"calendar",
"schedule",
"events",
"typescript",
"drag-drop",
"react-calendar",
"event-calendar",
"day-view",
"week-view",
"month-view",
"year-view",
"virtual-scroll",
"plugin-architecture"
],
"author": "Jayce Li",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/dayflow-js/dayflow.git"
},
"bugs": {
"url": "https://github.com/dayflow-js/dayflow/issues"
},
"homepage": "https://github.com/dayflow-js/dayflow#readme",
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite --port 5529",
"build": "rollup -c --bundleConfigAsCjs",
"typecheck": "tsc --noEmit",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage",
"prepublishOnly": "npm run typecheck && npm run test && npm run build"
},
"peerDependencies": {
"lucide-react": ">=0.400.0",
"react": ">=16.0.0",
"react-dom": ">=16.0.0"
},
"dependencies": {
"temporal-polyfill": "^0.3.0",
"tslib": "^2.8.1"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^28.0.2",
"@rollup/plugin-node-resolve": "^16.0.0",
"@rollup/plugin-typescript": "^12.1.2",
"@tailwindcss/postcss": "^4.1.14",
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^12.1.5",
"@testing-library/user-event": "^13.5.0",
"@types/jest": "^29.5.14",
"@types/lodash": "^4.17.13",
"@types/node": "^22.10.2",
"@types/react": "^16.14.60",
"@types/react-dom": "^16.9.24",
"@vitejs/plugin-react": "^4.7.0",
"autoprefixer": "^10.4.21",
"identity-obj-proxy": "^3.0.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"lucide-react": "^0.552.0",
"postcss": "^8.5.6",
"prettier": "^3.6.2",
"react": "^16.2.0",
"react-dom": "^16.2.0",
"rollup": "^4.29.1",
"rollup-plugin-peer-deps-external": "^2.2.4",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-terser": "^7.0.2",
"rollup-plugin-visualizer": "^6.0.5",
"tailwindcss": "^4.1.14",
"ts-jest": "^29.4.5",
"typescript": "^5.7.2",
"vite": "^5.4.20"
},
"packageManager": "pnpm@8.15.9+sha512.499434c9d8fdd1a2794ebf4552b3b25c0a633abcee5bb15e7b5de90f32f47b513aca98cd5cfd001c31f0db454bc3804edccd578501e4ca293a6816166bbd9f81"
}