react-nepali-date-picker-lite
Version:
61 lines (60 loc) • 1.59 kB
JSON
{
"name": "react-nepali-date-picker-lite",
"version": "1.2.0",
"private": false,
"type": "module",
"files": [
"/dist"
],
"main": "./dist/index.js",
"module": "./dist/index.umd.cjs",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.umd.cjs"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"dev": "vite --host",
"build": "vite build",
"lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0",
"prepare": "npm run build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"@types/react": "^18.2.15",
"@types/react-dom": "^18.2.7",
"@vitejs/plugin-react-swc": "^3.3.2",
"eslint": "^8.45.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
"vite": "^4.4.5",
"vite-plugin-dts": "^3.6.0",
"vite-plugin-lib-inject-css": "^1.3.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/rohanadhikari1/react-nepali-datepicker.git"
},
"keywords": [
"nepali-calendar",
"nepali-datepicker",
"react-nepali-calendar",
"react-nepali-datepicker",
"react-nepali-date-picker-lite"
],
"author": "Rohan Adhikari<adhikarirohan249@gmail.com>",
"bugs": {
"url": "https://github.com/rohanadhikari1/react-nepali-datepicker/issues"
},
"homepage": "https://github.com/rohanadhikari1/react-nepali-datepicker#readme",
"license": "MIT"
}