calender-component
Version:
Özelleştirilebilir React takvim bileşeni
26 lines (25 loc) • 626 B
JSON
{
"name": "calender-component",
"version": "1.0.0",
"description": "Özelleştirilebilir React takvim bileşeni",
"main": "src/Calendar.jsx",
"keywords": ["calendar", "takvim", "react"],
"author": "Zeliha Aydoğan",
"license": "MIT",
"peerDependencies": {
"react": "^17.0.0 || ^18.0.0",
"react-dom": "^17.0.0 || ^18.0.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0"
},
"devDependencies": {
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"typescript": "^5.8.3"
}
}