{ "name": "@fullcalendar/react", "version": "5.11.1", "title": "FullCalendar React Component", "description": "An official FullCalendar component for React", "keywords": [ "react", "calendar", "fullcalendar" ], "docs": "https://fullcalendar.io/docs/react", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/fullcalendar/fullcalendar-react.git" }, "main": "dist/main.cjs.js", "module": "dist/main.js", "types": "dist/main.d.ts", "files": [ "dist", "src" ], "sideEffects": true, "scripts": { "build": "npm run tsc && npm run rollup:cjs", "watch": "npm run tsc && concurrently 'npm:tsc:watch' 'npm:rollup:cjs:watch'", "clean": "rm -rf dist tmp", "tsc": "tsc -p tsconfig.json", "tsc:watch": "tsc -p tsconfig.json --watch", "rollup:tests": "rollup -c rollup.tests.js", "rollup:tests:watch": "rollup -c rollup.tests.js --watch", "rollup:cjs": "rollup -c rollup.cjs.js", "rollup:cjs:watch": "rollup -c rollup.cjs.js --watch", "karma": "karma start karma.config.js --browsers ChromeHeadless --single-run --no-auto-watch", "karma:watch": "karma start karma.config.js", "test": "npm run rollup:tests && npm run karma", "test:watch": "npm run rollup:tests && concurrently 'npm:rollup:tests:watch' 'npm:karma:watch'", "lint": "eslint -c eslint.config.js tests --ext .js,.jsx --no-eslintrc", "ci": "./scripts/ci.sh" }, "dependencies": { "@fullcalendar/common": "~5.11.0", "tslib": "^2.1.0" }, "peerDependencies": { "react": "^16.7.0 || ^17 || ^18", "react-dom": "^16.7.0 || ^17 || ^18" }, "devDependencies": { "@babel/core": "^7.0.0", "@babel/preset-env": "^7.9.0", "@babel/preset-react": "^7.9.4", "@fullcalendar/daygrid": "~5.11.0", "@rollup/plugin-babel": "^5.0.0", "@rollup/plugin-commonjs": "^11.1.0", "@rollup/plugin-json": "^4.0.3", "@rollup/plugin-node-resolve": "^7.1.3", "@rollup/plugin-replace": "^2.3.2", "@types/react": "^16.9.55", "@types/react-dom": "^16.9.9", "@typescript-eslint/eslint-plugin": "^3.1.0", "@typescript-eslint/parser": "^3.1.0", "babel-eslint": "^10.1.0", "concurrently": "^5.3.0", "eslint": "^7.2.0", "eslint-config-standard": "^14.1.1", "eslint-import-resolver-node": "^0.3.4", "eslint-plugin-import": "^2.21.1", "eslint-plugin-node": "^11.1.0", "eslint-plugin-promise": "^4.2.1", "eslint-plugin-react": "^7.20.0", "eslint-plugin-standard": "^4.0.1", "karma": "^6.3.2", "karma-chrome-launcher": "^3.1.0", "karma-jasmine": "^4.0.1", "karma-sourcemap-loader": "^0.3.8", "karma-spec-reporter": "^0.0.32", "react": "^18.0.0", "react-dom": "^18.0.0", "react-testing-library": "^6.0.2", "rollup": "^1.31.0", "rollup-plugin-postcss": "^2.0.3", "typescript": "^4.0.5" } }