{
  "name": "react-inline-date-input",
  "version": "1.0.6",
  "description": "A contenteditable DD-MM-YYYY date input for React",
  "main": "index.tsx",
  "module": "index.tsx",
  "homepage": "https://react-inline-date-input.vercel.app",
  "type": "module",
  "exports": {
    ".": {
      "import": "./index.tsx"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/hardik-143/react-inline-date-input.git"
  },
  "keywords": [
    "react",
    "date-input",
    "contenteditable",
    "dd-mm-yyyy",
    "inline-date-input",
    "react-inline-date-input",
    "react-inline-date-input-component"
  ],
  "author": "Hardik Desai",
  "license": "MIT",
  "dependencies": {
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.0.0",
    "@vitejs/plugin-react": "^4.5.1",
    "moment": "^2.30.1",
    "react": "^18.0.0",
    "react-dom": "^18.0.0",
    "typescript": "^5.0.0",
    "vite": "^6.3.5"
  },
  "devDependencies": {
    "@eslint/js": "^9.28.0",
    "@typescript-eslint/eslint-plugin": "^8.33.1",
    "@typescript-eslint/parser": "^8.33.1",
    "autoprefixer": "^10.4.21",
    "eslint": "^9.28.0",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^5.2.0",
    "postcss": "^8.5.4",
    "sass-embedded": "^1.89.1",
    "tailwindcss": "^3.4.17"
  },
  "scripts": {
    "dev:demo": "vite",
    "build:demo": "vite build",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix"
  }
}