UNPKG

react-nepali-datetime

Version:

React components for a Nepali DateTime picker, built on top of nepali-datetime.

78 lines (77 loc) 1.95 kB
{ "name": "react-nepali-datetime", "version": "0.3.0", "type": "module", "main": "./dist/index.umd.js", "module": "./dist/index.es.js", "types": "./dist/types/index.d.ts", "files": [ "dist" ], "description": "React components for a Nepali DateTime picker, built on top of nepali-datetime.", "keywords": [ "javascript", "typescript", "node", "nepal", "nepali", "nepali-date", "nepali-datetime", "nepali-picker", "nepali-date-picker", "nepali-datetime-picker", "nepali-time", "nepali-time-picker", "calendar", "nepali-calendar" ], "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "lint-fix": "eslint . --fix", "preview": "vite preview", "prepare": "husky && npm run build" }, "lint-staged": { "*": "eslint --fix" }, "author": "OpenSource Nepal", "license": "GPL-3.0", "repository": { "url": "https://github.com/opensource-nepal/react-nepali-datetime.git", "type": "git" }, "dependencies": { "nepali-datetime": "^1.3.0" }, "peerDependencies": { "react": ">=18.0.0", "react-dom": ">=18.0.0" }, "devDependencies": { "react": "^18.3.1", "react-dom": "^18.3.1", "@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", "eslint": "^9.15.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-prettier": "^5.2.1", "eslint-plugin-react": "^7.37.2", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.12.0", "husky": "^9.1.7", "lint-staged": "^15.2.10", "prettier": "^3.4.2", "sass": "^1.82.0", "typescript": "~5.6.2", "typescript-eslint": "^8.15.0", "vite": "^6.0.3", "vite-plugin-css-injected-by-js": "^3.5.2", "vite-plugin-dts": "^4.3.0" } }