date-picker-modal
Version:
A React date picker modal for selecting dates with a Persian calendar
28 lines (27 loc) • 750 B
JSON
{
"name": "date-picker-modal",
"version": "1.0.3",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc"
},
"keywords": ["react", "date-picker", "persian-date-picker", "modal"],
"author": "Your Name <your.email@example.com>",
"license": "ISC",
"description": "A React date picker modal for selecting dates with a Persian calendar",
"repository": {
"type": "git",
"url": "https://github.com/your-username/date-picker-modal.git"
},
"dependencies": {
"react": "^19.0.0",
"react-dom": "^19.0.0"
},
"devDependencies": {
"@types/react": "^19.0.2",
"@types/react-dom": "^19.0.2",
"typescript": "^5.7.2"
}
}