react-elasticsearch-calendar
Version:
booking calendar on React with Elasticsearch
56 lines (55 loc) • 1.41 kB
JSON
{
"name": "react-elasticsearch-calendar",
"version": "0.1.0",
"description": "booking calendar on React with Elasticsearch",
"main": "build/index.js",
"files": [
"package.json",
"README.md",
"LICENSE",
"types",
"build"
],
"scripts": {
"build": "tsc",
"test": "jest",
"prepare": "npm run build",
"preview": "npx ladle serve",
"create-index": "index-template/create-es-index.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/octerv/react-elasticsearch-calendar.git"
},
"keywords": [
"FullCalendar",
"Elasticsearch",
"React"
],
"author": "Octerv",
"license": "MIT",
"homepage": "https://github.com/octerv/react-elasticsearch-calendar#readme",
"bugs": {
"url": "https://github.com/octerv/react-elasticsearch-calendar/issues"
},
"devDependencies": {
"@ladle/react": "^3.2.1",
"@types/jest": "^29.5.5",
"@types/react": "^18.2.28",
"@types/react-dom": "^18.2.13",
"jest": "^29.7.0",
"ts-jest": "^29.1.1",
"typescript": "^5.2.2"
},
"dependencies": {
"@fullcalendar/core": "^6.1.9",
"@fullcalendar/daygrid": "^6.1.9",
"@fullcalendar/interaction": "^6.1.9",
"@fullcalendar/list": "^6.1.9",
"@fullcalendar/react": "^6.1.9",
"@fullcalendar/timegrid": "^6.1.9",
"dayjs": "^1.11.10",
"react": "^18.2.0",
"react-dom": "^18.2.0"
}
}