UNPKG

@brightsoftware/date-np

Version:

Simple & minimal Nepali date picker that just works.

84 lines 2.54 kB
{ "name": "@brightsoftware/date-np", "version": "0.6.89", "author": { "name": "bright office" }, "description": "Simple & minimal Nepali date picker that just works.", "repository": { "url": "https://github.com/bright-office/date-np", "type": "git" }, "bugs": "https://github.com/bright-office/date-np/issues", "keywords": [ "react-date", "date-picker", "nepali-date-picker", "nepali-date-picker-react", "date-functions", "date-functions-nepali" ], "exports": { ".": { "import": "./dist/src/core.js", "types": "./dist/types/src/core.d.ts" }, "./core": { "import": "./dist/src/core.js", "types": "./dist/types/src/core.d.ts" }, "./ui": { "import": "./dist/src/ui.js", "types": "./dist/types/src/ui.d.ts" }, "./style.css": "./dist/style.css" }, "main": "./dist/src/core.js", "types": "./dist/types/src/core.d.ts", "type": "module", "module": "./dist/src/core.js", "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "watch:auto-gen-docs": "typedoc --watch --tsconfig tsconfig.typedoc.json", "preview:docs": "cd docs && bun run start", "dev:lib": "vite build --watch", "build:lib": "vite build --mode release", "build:types": "tsc --emitDeclarationOnly", "build": "bun run build:lib && bun run build:types", "dev:example": "cd example/react && bun run dev", "link": "bun link && cd example/react/ && bun link date-np", "dev": "concurrently \"bun run watch:auto-gen-docs\" \"bun run preview:docs\" \"bun run dev:lib\" \"bun run link && bun run dev:example\" -c \"green,blue,gray,white\" -n \"gen-docs,preview,library,example\"", "test": "vitest", "prepublishOnly": "bun run build:lib && bun run build:types", "publish:docs": "typedoc --tsconfig tsconfig.typedoc.json && cd docs && bun run deploy" }, "devDependencies": { "@types/bun": "latest", "@vitest/ui": "^2.1.9", "concurrently": "^9.1.2", "react": "^19.1.0", "typedoc": "^0.28.5", "typedoc-plugin-markdown": "^4.6.4", "vite": "^5.4.19", "vite-plugin-dts": "^4.5.4", "vitest": "^2.1.9", "@tailwindcss/vite": "^4.1.8", "@vitejs/plugin-react": "^4.5.1", "tailwindcss": "^4.1.8", "@types/react": "^19.1.0", "@types/react-dom": "^19.1.0" }, "dependencies": { "clsx": "2.1.1", "tailwind-merge": "^2.6.0" }, "license": "MIT", "peerDependencies": { "react": "17 || 18 || 19", "react-dom": "17 || 18 || 19" } }