UNPKG

ethiopian-datepicker-shadcn

Version:

A ShadCN-styled Ethiopian DatePicker React component using kenat.

74 lines (73 loc) 1.73 kB
{ "name": "ethiopian-datepicker-shadcn", "version": "1.2.3", "description": "A ShadCN-styled Ethiopian DatePicker React component using kenat.", "main": "./dist/index.cjs.js", "module": "./dist/index.es.js", "types": "./dist/index.d.ts", "repository": { "type": "git", "url": "https://github.com/henaorth16/ethiopian-datepicker-shadcn.git", "directory": "/" }, "exports": { ".": { "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" }, "./dist": { "import": "./dist/index.es.js", "require": "./dist/index.cjs.js" } }, "files": [ "src", "dist", "README.md" ], "type": "module", "scripts": { "build": "vite build", "dev": "vite", "prepublishOnly": "npm run build" }, "keywords": [ "ethiopian", "datepicker", "shadcn", "react", "tailwindcss", "kenat shadcn", "kenat datepicker", "ethiopian datepicker", "shadcn datepicker", "shadcn ethiopian datepicker", "habeshan datepicker" ], "author": "henaorth16", "license": "MIT", "peerDependencies": { "react": "^18 || ^19", "react-dom": "^18 || ^19" }, "dependencies": { "@radix-ui/react-slot": "^1.2.3", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "kenat": "^1.3.1", "lucide-react": "^0.513.0", "tailwind-merge": "^3.3.0" }, "devDependencies": { "@tailwindcss/postcss": "^4.1.8", "@types/node": "^22.15.30", "@types/react": "^19.1.6", "@vitejs/plugin-react": "^4.5.1", "autoprefixer": "^10.4.21", "postcss": "^8.5.4", "tailwindcss": "^4.1.8", "typescript": "^5.8.3", "vite": "^6.3.5", "vite-plugin-dts": "^4.5.4" } }