UNPKG

bs-date-picker-react

Version:

A customizable Nepali date picker for React supporting English and Nepali languages.

89 lines (88 loc) 2.2 kB
{ "name": "bs-date-picker-react", "version": "1.2.4", "description": "A customizable Nepali date picker for React supporting English and Nepali languages.", "module": "dist/bs-date-picker.es.js", "types": "dist/index.d.ts", "private": false, "license": "GPL-3.0", "repository": { "type": "git", "url": "git+https://github.com/SumanTwati/bs-date-picker-react.git" }, "homepage": "https://github.com/SumanTwati/bs-date-picker-react#readme", "keywords": [ "react", "nepali-date-picker", "date-picker", "react-component", "bs-date-picker", "calendar", "nepali-calendar", "date-converter" ], "dependencies": { "@radix-ui/react-popover": "^1.1.4", "@types/jest": "^27.0.1", "@types/node": "18.15.11", "@types/react": "^19.0.2", "@types/react-dom": "^19.0.2", "lucide-react": "^0.469.0", "nepali-date-converter": "^3.3.2", "primeflex": "^3.3.1", "react": "18.2.0", "react-dom": "18.2.0", "react-scripts": "5.0.1", "vite-plugin-dts": "^4.4.0" }, "devDependencies": { "@vitejs/plugin-react": "^4.0.0", "clsx": "^2.1.1", "lucide-react": "^0.469.0", "nepali-date-converter": "^3.3.2", "react": "18.2.0", "react-dom": "18.2.0", "react-scripts": "5.0.1", "tailwind-merge": "^2.6.0", "typescript": "^5.0.0", "vite": "^4.0.0" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "scripts": { "start": "react-scripts start", "test": "react-scripts test", "eject": "react-scripts eject", "build": "vite build", "lint": "eslint src --ext .ts,.tsx", "prepare": "npm run build" }, "files": [ "dist", "README.md", "index.css", "tailwind.config.js", "postcss.config.js" ], "engines": { "node": ">=14.0.0", "npm": ">=7.0.0" }, "bugs": { "url": "https://github.com/SumanTwati/bs-date-picker-react/issues" }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }