UNPKG

@zener/nepali-datepicker-react

Version:

Nepali Datepicker React is a lightweight, highly customizable, and feature-rich datepicker component, specifically designed for handling Nepali dates in React.js applications. It offers seamless integration, intuitive user experience, and extensive config

110 lines (109 loc) 3.35 kB
{ "name": "@zener/nepali-datepicker-react", "author": "Bikash Ojha", "license": "MIT", "version": "1.6.2", "description": "Nepali Datepicker React is a lightweight, highly customizable, and feature-rich datepicker component, specifically designed for handling Nepali dates in React.js applications. It offers seamless integration, intuitive user experience, and extensive configuration options.", "private": false, "types": "./dist/index.d.ts", "main": "./dist/index.js", "module": "./dist/index.mjs", "sideEffects": false, "exports": { "./index.css": { "import": "./dist/index.css", "require": "./dist/index.css" }, ".": { "import": { "types": "./dist/index.d.mts", "default": "./dist/index.mjs" }, "require": { "types": "./dist/index.d.ts", "default": "./dist/index.js" } } }, "repository": { "type": "git", "url": "git+https://github.com/tulsiojha/nepali-datepicker-react.git" }, "keywords": [ "react", "input", "control", "form", "ui", "date-picker", "date-api", "customize", "nepali", "AD", "BS" ], "files": ["dist", "README.md", "LICENSE"], "publishConfig": { "access": "public" }, "scripts": { "start": "react-scripts start", "build": "npm run clean && npm run build:css && node build.mjs && npm run tsc", "pack": "npm run build && npm pack --pack-destination ./out", "clean": "rimraf dist", "dev:build": "npm run build", "tsc": "tsc --emitDeclarationOnly -p tsconfig-compile.json --outDir ./dist/@types", "build:css": "tailwindcss -i ./src/scss/build.scss -o ./src/css/index.scss", "release": "pnpm build && npm publish" }, "dependencies": { "@radix-ui/react-portal": "^1.1.1", "@zener/nepali-date": "^1.1.5", "classnames": "^2.3.2", "framer-motion": "^10.16.4" }, "peerDependencies": { "@types/react": "^18.2.22", "@types/react-dom": "^18.2.14", "react": "^18.2.0 || ^17.0.0 || ^16.0.0" }, "devDependencies": { "@radix-ui/react-dialog": "^1.1.1", "@typescript-eslint/eslint-plugin": "^6.4.1", "@typescript-eslint/parser": "^6.4.1", "esbuild": "^0.19.2", "esbuild-sass-plugin": "^2.16.0", "eslint": "^8.47.0", "eslint-config-airbnb": "19.0.4", "eslint-config-prettier": "^8.3.0", "eslint-import-resolver-jsconfig": "^1.1.0", "eslint-import-resolver-node": "^0.3.6", "eslint-import-resolver-typescript": "^3.6.0", "eslint-plugin-import": "^2.25.4", "eslint-plugin-jsx-a11y": "^6.5.1", "eslint-plugin-prefer-arrow-functions": "^3.1.4", "eslint-plugin-prettier": "^4.0.0", "eslint-plugin-react": "^7.28.0", "eslint-plugin-react-hooks": "^4.3.0", "glob": "^11.0.0", "prettier": "^2.8.8", "react-dom": "^18.2.0", "react-scripts": "^5.0.1", "rimraf": "^5.0.1", "tailwindcss": "^3.4.10", "tsup": "^8.3.0", "typescript": "^5.2.2" }, "browserslist": { "production": [">0.2%", "not dead", "not op_mini all"], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "bugs": { "url": "https://github.com/tulsiojha/nepali-datepicker-react/issues" }, "homepage": "https://nepali-datepicker-react.ojhabikash.com.np/" }