{
  "name": "@webtie-ch/webtie-registrations-form",
  "version": "1.3.9",
  "homepage": ".",
  "outDir": "dist",
  "license": "UNLICENSED",
  "files": [
    "/dist"
  ],
  "dependencies": {
    "@webtie-ch/form-widget-library": "^1.5.6",
    "deasync": "^0.1.31",
    "react": "^19.2.7",
    "react-dom": "^19.2.7"
  },
  "devDependencies": {
    "@types/react": "^19.2.16",
    "@types/react-dom": "^19.2.3",
    "parcel": "^2.16.4",
    "sass": "^1.100.0"
  },
  "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/",
    "access": "public"
  },
  "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": "84561d3b9ece52eece3aa2836592bae6d81dad40"
}
