120 lines
3.8 KiB
JSON
120 lines
3.8 KiB
JSON
{
|
|
"_args": [
|
|
[
|
|
"@fullcalendar/react@5.7.0",
|
|
"/Users/nuwan/Code/jam-cloud/jam-ui"
|
|
]
|
|
],
|
|
"_from": "@fullcalendar/react@5.7.0",
|
|
"_id": "@fullcalendar/react@5.7.0",
|
|
"_inBundle": false,
|
|
"_integrity": "sha512-9JdaN/pZXlUFyUe8H1NHIvEt5UVe2p/sctcfsQbKSPJ9NNTVmK+kk3qfUpOWEho6DYuFRLqYI+VwmeVM5mE8rA==",
|
|
"_location": "/@fullcalendar/react",
|
|
"_phantomChildren": {},
|
|
"_requested": {
|
|
"type": "version",
|
|
"registry": true,
|
|
"raw": "@fullcalendar/react@5.7.0",
|
|
"name": "@fullcalendar/react",
|
|
"escapedName": "@fullcalendar%2freact",
|
|
"scope": "@fullcalendar",
|
|
"rawSpec": "5.7.0",
|
|
"saveSpec": null,
|
|
"fetchSpec": "5.7.0"
|
|
},
|
|
"_requiredBy": [
|
|
"/"
|
|
],
|
|
"_resolved": "https://registry.npmjs.org/@fullcalendar/react/-/react-5.7.0.tgz",
|
|
"_spec": "5.7.0",
|
|
"_where": "/Users/nuwan/Code/jam-cloud/jam-ui",
|
|
"bugs": {
|
|
"url": "https://github.com/fullcalendar/fullcalendar-react/issues"
|
|
},
|
|
"dependencies": {
|
|
"@fullcalendar/common": "~5.7.0",
|
|
"tslib": "^2.0.3"
|
|
},
|
|
"description": "An official FullCalendar component for React",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.0.0",
|
|
"@babel/preset-env": "^7.9.0",
|
|
"@babel/preset-react": "^7.9.4",
|
|
"@fullcalendar/daygrid": "~5.7.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": "^17.0.1",
|
|
"react-dom": "^17.0.1",
|
|
"react-testing-library": "^6.0.2",
|
|
"rollup": "^1.31.0",
|
|
"rollup-plugin-postcss": "^2.0.3",
|
|
"typescript": "^4.0.5"
|
|
},
|
|
"docs": "https://fullcalendar.io/docs/react",
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"homepage": "https://github.com/fullcalendar/fullcalendar-react#readme",
|
|
"keywords": [
|
|
"react",
|
|
"calendar",
|
|
"fullcalendar"
|
|
],
|
|
"license": "MIT",
|
|
"main": "dist/main.cjs.js",
|
|
"module": "dist/main.js",
|
|
"name": "@fullcalendar/react",
|
|
"peerDependencies": {
|
|
"react": "^16.7.0 || ^17",
|
|
"react-dom": "^16.7.0 || ^17"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/fullcalendar/fullcalendar-react.git"
|
|
},
|
|
"scripts": {
|
|
"build": "npm run tsc && npm run rollup:cjs",
|
|
"ci": "./scripts/ci.sh",
|
|
"clean": "rm -rf dist tmp",
|
|
"karma": "karma start karma.config.js --browsers ChromeHeadless --single-run --no-auto-watch",
|
|
"karma:watch": "karma start karma.config.js",
|
|
"lint": "eslint -c eslint.config.js tests --ext .js,.jsx --no-eslintrc",
|
|
"rollup:cjs": "rollup -c rollup.cjs.js",
|
|
"rollup:cjs:watch": "rollup -c rollup.cjs.js --watch",
|
|
"rollup:tests": "rollup -c rollup.tests.js",
|
|
"rollup:tests:watch": "rollup -c rollup.tests.js --watch",
|
|
"test": "npm run rollup:tests && npm run karma",
|
|
"test:watch": "npm run rollup:tests && concurrently 'npm:rollup:tests:watch' 'npm:karma:watch'",
|
|
"tsc": "tsc -p tsconfig.json",
|
|
"tsc:watch": "tsc -p tsconfig.json --watch",
|
|
"watch": "npm run tsc && concurrently 'npm:tsc:watch' 'npm:rollup:cjs:watch'"
|
|
},
|
|
"sideEffects": true,
|
|
"title": "FullCalendar React Component",
|
|
"types": "dist/main.d.ts",
|
|
"version": "5.7.0"
|
|
}
|