UNPKG

@alihosseinbaki/calendar

Version:

This template provides a minimal setup to get React working in Vite with HMR and some ESLint rules.

67 lines (66 loc) 1.82 kB
{ "name": "@alihosseinbaki/calendar", "version": "1.4.0", "main": "dist/cjs/index.js", "module": "dist/esm/index.js", "types": "dist/index.d.ts", "exports": { ".": { "import": "./dist/esm/index.js", "require": "./dist/cjs/index.js", "types": "./dist/index.d.ts" }, "./dist/calendar.css": "./dist/calendar.css" }, "files": [ "dist" ], "keywords": [ "calendar", "react", "datepicker", "custom-calendar" ], "author": "Ali Hosseinbaki", "license": "MIT", "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "scripts": { "clean": "rimraf dist types", "build:types": "tsc -p tsconfig.build.json", "build": "rollup -c", "prebuild": "npm run build:types", "prepare": "npm run build" }, "devDependencies": { "@babel/preset-env": "^7.28.0", "@babel/preset-react": "^7.27.1", "@babel/preset-typescript": "^7.27.1", "@rollup/plugin-babel": "^6.0.4", "@rollup/plugin-commonjs": "^24.0.0", "@rollup/plugin-json": "^6.1.0", "@rollup/plugin-node-resolve": "^15.0.0", "@rollup/plugin-typescript": "^12.1.4", "@rollup/plugin-url": "^8.0.2", "@types/i18next": "^13.0.0", "@types/jalaali-js": "^1.2.0", "@types/react": "^19.1.2", "@types/react-dom": "^19.1.2", "@types/react-i18next": "^8.1.0", "i18next": "^25.2.1", "i18next-browser-languagedetector": "^8.2.0", "jalaali-js": "^1.2.8", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0", "react-i18next": "^15.5.2", "rimraf": "^5.0.0", "rollup": "^3.0.0", "rollup-plugin-dts": "^6.2.1", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "tslib": "^2.8.1", "typescript": "^5.0.0" } }