react-schedule-meeting
Version:

94 lines (93 loc) • 2.59 kB
JSON
{
"name": "react-schedule-meeting",
"version": "5.0.0",
"type": "module",
"main": "dist/index.cjs.js",
"module": "dist/index.esm.js",
"homepage": "https://react-schedule-meeting.netlify.app",
"repository": "git@github.com:TylerAHolden/react-schedule-meeting.git",
"license": "MIT",
"author": "Tyler Holden",
"contributors": [
{
"name": "Tyler Holden",
"url": "https://github.com/TylerAHolden"
},
{
"name": "Justin Mozley",
"url": "https://github.com/jtmozley"
},
{
"name": "Devion Villegas",
"url": "https://github.com/d3vhound"
},
{
"name": "Alfredo Ortegón",
"url": "https://github.com/Alorse"
}
],
"types": "dist/index.d.ts",
"devDependencies": {
"@rollup/plugin-terser": "^0.4.4",
"@types/color": "^4.2.0",
"@types/react": "^18.3.23",
"@types/react-calendar": "^4.1.0",
"@types/react-dom": "^18.3.7",
"@types/styled-components": "^5",
"@typescript-eslint/eslint-plugin": "^8.34.0",
"@typescript-eslint/parser": "^8.34.0",
"concurrently": "^9.1.2",
"eslint": "^9.28.0",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.33.2",
"install-peers-cli": "^2.2.0",
"postcss": "^8.4.33",
"prepend-file": "^2.0.1",
"prettier": "^3.1.1",
"rollup": "^4.9.6",
"rollup-plugin-cleanup": "^3.2.1",
"rollup-plugin-postcss": "^4.0.2",
"rollup-plugin-typescript2": "^0.36.0",
"rollup-plugin-visualizer": "^6.0.3",
"ts-node": "^10.9.2",
"tslib": "^2.6.2",
"typescript": "^5.3.3"
},
"peerDependencies": {
"react": "^18",
"react-dom": "^18"
},
"scripts": {
"build": "rollup -c",
"build-watch": "rollup -c -w",
"prepublishOnly": "npm run build",
"start-example": "cd docs && npm start",
"deploy-example": "cd docs && yarn && npm run build",
"dev": "concurrently --kill-others \"npm run build-watch\" \"npm run start-example\"",
"test": "npm run test:lint && npm run test:unit",
"pretest": "npm run build",
"test:unit": "ts-node test/test.ts",
"test:lint": "eslint './src/**/*.{ts,tsx}' './docs/src/**/*.{ts,tsx,js}'",
"test:lint:fix": "npm run test:lint -- --fix"
},
"files": [
"dist"
],
"dependencies": {
"color": "^5.0.0",
"date-fns": "^4.1.0",
"goober": "^2.1.16",
"react-calendar": "^6.0.0"
},
"keywords": [
"react",
"schedule",
"meeting",
"calendar",
"scheduler",
"event",
"timeslot"
],
"packageManager": "yarn@4.9.2"
}