nepali-patro-datepicker-react
Version:
Nepali Patro Datepicker as a ReactJS component
62 lines (61 loc) • 1.47 kB
JSON
{
"name": "nepali-patro-datepicker-react",
"private": false,
"version": "1.0.9",
"type": "module",
"description": "Nepali Patro Datepicker as a ReactJS component",
"keywords": [
"nepali patro datepicker react",
"nepali",
"patro",
"datepicker",
"bikram",
"sambat",
"bikramsambat",
"calender"
],
"files": [
"dist"
],
"main": "./dist/index.umd.cjs",
"module": "./dist/index.js",
"types": "./dist/types/index.d.ts",
"exports": {
".": {
"types": "./dist/types/index.d.ts",
"import": "./dist/index.es.js",
"require": "./dist/index.umd.js"
},
"./style.css": "./dist/index.css"
},
"author": "Shlok Shrestha",
"license": "MIT",
"repository": "https://github.com/ShlokShrestha/nepali-patro-datepicker-react",
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"lint": "eslint .",
"preview": "vite preview"
},
"engines": {
"node": ">=10"
},
"peerDependencies": {
"react": "^18.2.0"
},
"devDependencies": {
"@eslint/js": "^9.25.0",
"@types/node": "^24.0.3",
"@types/react": "^18.2.66",
"@types/react-dom": "^18.2.22",
"@vitejs/plugin-react": "^4.4.1",
"eslint": "^9.25.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.19",
"globals": "^16.0.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.30.1",
"vite-plugin-dts": "^4.5.4",
"vite": "^6.3.5"
}
}