{
  "name": "@customgform-lib/react-customgform",
  "private": false,
  "version": "1.1.1",
  "type": "module",
  "main": "dist/react-customgform.umd.cjs",
  "module": "dist/react-customgform.js",
  "types": "dist/CustomGForm.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build --config vite.config.ts",
    "lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "preview": "vite preview"
  },
  "dependencies": {
    "@customgform-lib/customgform-core": "^1.1.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0"
  },
  "devDependencies": {
    "@types/react": "^18.3.0",
    "@types/react-dom": "^18.3.0",
    "@typescript-eslint/eslint-plugin": "^7.14.1",
    "@typescript-eslint/parser": "^7.14.1",
    "@vitejs/plugin-react": "^4.3.1",
    "eslint": "^9.5.0",
    "eslint-plugin-react-hooks": "^4.6.2",
    "eslint-plugin-react-refresh": "^0.4.7",
    "microbundle": "^0.15.1",
    "typescript": "^5.5.2",
    "vite": "^5.3.1",
    "vite-plugin-dts": "^3.9.1"
  },
  "peerDependencies": {
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/IOZ/customgform-lib",
    "directory": "packages/react-customgform"
  },
  "bugs": {
    "url": "https://github.com/IOZ/customgform-lib/issues"
  },
  "homepage": "https://github.com/IOZ/customgform-lib/tree/master/packages/react-customgform",
  "keywords": [
    "google-form",
    "forms",
    "form-customizer",
    "react"
  ]
}