react-big-nepali-calendar
Version:
The Nepali Calendar Package is a lightweight and easy-to-use library that allows users to view the Nepali (Bikram Sambat) calendar and explore events on specific dates. Designed for developers and applications that require localized date management.
73 lines (72 loc) • 2.11 kB
JSON
{
"name": "react-big-nepali-calendar",
"version": "1.0.0",
"main": "dist/react-nepali-calendar.cjs.js",
"module": "dist/react-nepali-calendar.es.js",
"types": "dist/index.d.ts",
"keywords": [
"nepali",
"calendar",
"events",
"react",
"react-nepali",
"react-nepali-calendar"
],
"author": {
"name": "Sudan Shakya",
"email": "sudanshakya08@gmail.com"
},
"description": "The Nepali Calendar Package is a lightweight and easy-to-use library that allows users to view the Nepali (Bikram Sambat) calendar and explore events on specific dates. Designed for developers and applications that require localized date management.",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview",
"prepare": "npm run build",
"test": "echo \"No tests specified\" && exit 0",
"prepublishOnly": "npm test"
},
"files": [
"dist",
"README.md",
"LICENSE"
],
"dependencies": {
"@radix-ui/react-dialog": "^1.1.5",
"@radix-ui/react-select": "^2.1.3",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"dayjs": "^1.11.13",
"lucide-react": "^0.468.0",
"nepali-date-converter": "^3.3.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7"
},
"repository": {
"type" : "git",
"url": "https://github.com/Sudan08/react-calendar-nepali"
},
"devDependencies": {
"@eslint/js": "^9.15.0",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"autoprefixer": "^10.4.20",
"eslint": "^9.15.0",
"eslint-plugin-react-hooks": "^5.0.0",
"eslint-plugin-react-refresh": "^0.4.14",
"globals": "^15.12.0",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.16",
"typescript": "~5.6.2",
"typescript-eslint": "^8.15.0",
"vite": "^6.0.1",
"vite-plugin-dts": "^4.5.0"
}
}