@mayurphumatiya/calendar-ts
Version:

28 lines (27 loc) • 798 B
JSON
{
"name": "@mayurphumatiya/calendar-ts",
"version": "1.0.17",
"description": "",
"homepage": "https://github.com/mayurphumatiya/calendar-ts#readme",
"demo": "https://calendar-ts-three.vercel.app/",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build:css": "tailwindcss -o dist/index.css --minify"
},
"keywords": ["calendar", "react-calendar", "typescript", "date", "datepicker", "ts-calendar", "react"],
"author": "mayurphumatiya",
"license": "ISC",
"dependencies": {
"lucide-react": "^0.350.0",
"react": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.64",
"tailwindcss": "^3.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/mayurphumatiya/calendar-ts"
}
}