UNPKG

@moamfar/react-time-date-picker

Version:

A React component library providing elegant and intuitive iOS-style pickers for Gregorian dates times and Jalaali (Persian) dates and Hijri dates offering a consistent user experience in your React applications.

61 lines (60 loc) 1.73 kB
{ "name": "@moamfar/react-time-date-picker", "version": "1.2.4", "description": "A React component library providing elegant and intuitive iOS-style pickers for Gregorian dates times and Jalaali (Persian) dates and Hijri dates offering a consistent user experience in your React applications.", "repository": { "type": "git", "url": "git+https://github.com/moamfar/react-time-date-picker.git" }, "main": "dist/index.js", "types": "dist/index.d.ts", "files": [ "dist" ], "scripts": { "build": "npm run clean && tsc && npm run copy-files", "release": "standard-version && git push --follow-tags && npm publish", "clean": "rm -rf ./dist", "copy-files": "cp ./src/style.css ./dist/" }, "keywords": [ "react-time-picker", "react-date-picker", "time-picker", "date-picker", "jalaali", "hijri", "moment", "moment-jalaali", "moment-hijri" ], "author": "moamfar", "license": "MIT", "bugs": { "url": "https://github.com/moamfar/react-time-date-picker/issues" }, "dependencies": { "embla-carousel": "^8.6.0", "embla-carousel-react": "^8.6.0", "lodash": "^4.17.21", "moment": "^2.30.1", "moment-hijri": "^3.0.0", "moment-jalaali": "^0.10.4", "sonner": "^2.0.6", "tailwindcss": "^4.0.14" }, "devDependencies": { "@types/lodash": "^4.17.16", "@types/moment-hijri": "^2.1.4", "@types/moment-jalaali": "^0.7.6", "@types/react": "^19.1.4", "@types/react-dom": "19.1.2", "standard-version": "^9.5.0", "typescript": "^5.8.3" }, "peerDependencies": { "react": "^19.1.0", "react-dom": "19.1.0" }, "homepage": "https://github.com/moamfar/react-time-date-picker#readme" }