UNPKG

nepali-calander

Version:

A beautiful and customizable Nepali Calendar component for React applications

89 lines (88 loc) 2.44 kB
{ "name": "nepali-calander", "version": "1.5.8", "description": "A beautiful and customizable Nepali Calendar component for React applications", "main": "dist/index.js", "module": "dist/index.esm.js", "types": "dist/index.d.ts", "style": "dist/styles.css", "files": [ "dist", "README.md" ], "scripts": { "build": "rm -rf dist && rollup -c", "dev": "next dev --port 3006", "prepare": "npm run build", "prepublishOnly": "npm run build", "release:patch": "npm version patch && npm publish --access public", "release:minor": "npm version minor && npm publish --access public", "release:major": "npm version major && npm publish --access public" }, "peerDependencies": { "react": ">=16.8.0", "react-dom": ">=16.8.0" }, "peerDependenciesMeta": { "react": { "optional": false }, "react-dom": { "optional": false } }, "devDependencies": { "@babel/core": "^7.27.4", "@babel/preset-env": "^7.27.2", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^24.1.0", "@rollup/plugin-node-resolve": "^15.3.1", "@rollup/plugin-typescript": "^11.1.6", "@rollup/pluginutils": "^5.1.2", "@types/node": "^18.19.0", "@types/react": "^18.2.0", "@types/react-dom": "^18.2.0", "eslint": "^8.57.0", "eslint-config-next": "^14.2.0", "next": "^14.2.0", "react": "^18.2.0", "react-dom": "^18.2.0", "rollup": "^3.29.5", "rollup-plugin-dts": "^6.1.0", "rollup-plugin-postcss": "^4.0.2", "typescript": "^5.1.0" }, "keywords": [ "react", "nepali", "calendar", "bikram-sambat", "bs", "ad", "date", "nepali-date", "bikram-sambat-calendar" ], "author": "Shirish Pokhrel", "license": "MIT", "repository": { "type": "git", "url": "https://git.techarttrekkies.com.np/shirishpokhrel/calendar.git" }, "bugs": { "url": "https://git.techarttrekkies.com.np/shirishpokhrel/calendar/issues" }, "homepage": "https://git.techarttrekkies.com.np/shirishpokhrel/calendar#readme", "publishConfig": { "access": "public", "registry": "https://registry.npmjs.org/" }, "engines": { "node": ">=14.0.0" }, "volta": { "node": "24.11.1" } }