{
  "name": "soha",
  "private": false,
  "version": "0.1.0",
  "scripts": {
    "dev": "vite",
    "build": "yarn build:esm && yarn build:cjs",
    "build:esm": "tsc",
    "build:cjs": "tsc --module commonjs --outDir dist/cjs",
    "preview": "vite preview"
  },
  "dependencies": {
    "jalaali-js": "^1.2.6",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@types/jalaali-js": "^1.1.3",
    "@types/node": "^20.14.2",
    "@types/react": "^18.2.66",
    "@types/react-dom": "^18.2.22",
    "@typescript-eslint/eslint-plugin": "^7.2.0",
    "@typescript-eslint/parser": "^7.2.0",
    "@vitejs/plugin-react": "^4.2.1",
    "@vitejs/plugin-react-refresh": "^1.3.6",
    "antd": "^5.16.1",
    "dayjs": "1.11.18",
    "path": "^0.12.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.2.2",
    "vite": "^5.2.0",
    "vite-plugin-dts": "^3.9.1"
  },
  "peerDependencies": {
    "antd": ">=5.16.1",
    "dayjs": ">=1.11.10",
    "jalaali-js": ">=1.2.6",
    "react": ">=18.2.0",
    "react-dom": ">=18.2.0",
    "typescript": ">=5.2.2"
  },
  "main": "dist/cjs/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/SohaGroup/react-jalali-datepicker.git"
  },
  "keywords": [
    "react",
    "components",
    "antd",
    "jalaali",
    "persian datepicker",
    "jalali datepicker"
  ],
  "author": "Aslan Khorramie",
  "license": "MIT",
  "homepage": "https://github.com/SohaGroup/react-jalali-datepicker.git"
}
