{
  "name": "@webtie-ch/webtie-registrations-form",
  "version": "1.3.0",
  "homepage": ".",
  "outDir": "dist",
  "license": "UNLICENSED",
  "files": [
    "/dist"
  ],
  "dependencies": {
    "@webtie-ch/form-widget-library": "^1.5.2",
    "deasync": "^0.1.30",
    "react": "^19.2.0",
    "react-dom": "^19.2.0"
  },
  "devDependencies": {
    "@types/react": "^19.2.2",
    "@types/react-dom": "^19.2.1",
    "parcel": "^2.7.2",
    "sass": "^1.85.1"
  },
  "scripts": {
    "build": "parcel build src/index.tsx --no-source-maps --no-cache --dist-dir dist",
    "build:staging": "yarn build",
    "build:prod": "yarn build",
    "lint": "eslint src --fix"
  },
  "publishConfig": {
    "registry": "https://registry.npmjs.org/"
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all",
      "not edge > 90",
      "not opera > 76"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "gitHead": "9412de370630f97a3db146e8c5fff324c40e479f"
}
