{
  "name": "wedding-invitation",
  "type": "module",
  "version": "1.0.0",
  "license": "MIT",
  "private": true,
  "author": {
    "name": "Yahya Zulfikri",
    "email": "zulfikriyahya18@gmail.com",
    "url": "https://wedding.zedlabs.id"
  },
  "scripts": {
    "dev": "astro dev",
    "start": "astro dev",
    "build": "astro build",
    "preview": "astro preview",
    "astro": "astro",
    "lint": "eslint .",
    "format": "prettier --write ."
  },
  "dependencies": {
    "@astrojs/node": "^11.0.0",
    "@astrojs/react": "^6.0.0",
    "@astrojs/sitemap": "^3.7.3",
    "@icons-pack/react-simple-icons": "^13.13.0",
    "@tailwindcss/vite": "^4.3.1",
    "@types/file-saver": "^2.0.7",
    "@types/papaparse": "^5.5.2",
    "astro": "^7.0.2",
    "better-sqlite3": "^12.11.1",
    "file-saver": "^2.0.5",
    "jspdf": "^4.2.1",
    "jszip": "^3.10.1",
    "lucide-react": "^1.21.0",
    "papaparse": "^5.5.4",
    "qrcode": "^1.5.4",
    "qrcode.react": "^4.2.0",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "tailwindcss": "^4.3.1"
  },
  "devDependencies": {
    "@types/better-sqlite3": "^7.6.13",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "@typescript-eslint/eslint-plugin": "^8.62.0",
    "@typescript-eslint/parser": "^8.62.0",
    "eslint": "^10.5.0",
    "eslint-config-prettier": "^10.1.8",
    "eslint-plugin-astro": "^2.1.0",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react": "^7.37.5",
    "eslint-plugin-react-hooks": "^7.1.1",
    "prettier": "^3.8.4",
    "prettier-plugin-astro": "^0.14.1",
    "prettier-plugin-tailwindcss": "^0.8.0",
    "typescript": "^6.0.3",
    "vite": "^8.1.0",
    "vite-plugin-pwa": "^1.3.0"
  },
  "peerDependencyRules": {
    "allowAny": [
      "react",
      "react-dom",
      "vite"
    ],
    "ignoreMissing": [
      "vite"
    ]
  }
}
