nepali-date-utility
Version:
A beautiful React date picker component with other date utilities for Nepali Bikram Sambat calendar
64 lines (63 loc) • 1.44 kB
JSON
{
"name": "nepali-date-utility",
"version": "1.6.0",
"description": "A beautiful React date picker component with other date utilities for Nepali Bikram Sambat calendar",
"type": "module",
"main": "dist/index.js",
"module": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsup",
"dev": "cd example && vite",
"test": "vitest run",
"test:watch": "vitest",
"prepare": "npm run build"
},
"peerDependencies": {
"react": ">=17.0.0"
},
"keywords": [
"nepali",
"date-picker",
"bikram-sambat",
"bs",
"calendar",
"react",
"tailwindcss",
"nepali-date",
"nepali-date-utility"
],
"author": "Abhinaya Aryal",
"repository": {
"type": "git",
"url": "git+https://github.com/abhinaya-aryal/nepali-date-utility.git"
},
"homepage": "https://date.aryalabhinaya.com.np",
"bugs": {
"url": "https://github.com/abhinaya-aryal/nepali-date-utility/issues"
},
"license": "MIT",
"devDependencies": {
"@types/react": "^18.2.0",
"@vitejs/plugin-react": "^4.2.0",
"eslint": "^8.56.0",
"react": "^18.2.0",
"ts-node": "^10.9.2",
"tsup": "^8.0.1",
"typescript": "^5.3.0",
"vite": "^5.0.0",
"vitest": "^1.2.1"
},
"dependencies": {
"tailwind-merge": "^3.3.1"
}
}