{
  "name": "@raisenow/tamaro-core",
  "version": "2.18.1",
  "type": "module",
  "author": {
    "name": "RaiseNow",
    "email": "development@raisenow.com"
  },
  "engines": {
    "node": ">=24.14.1",
    "pnpm": ">=10.33.0",
    "npm": "please-use-pnpm",
    "yarn": "please-use-pnpm"
  },
  "files": [
    "dist/**"
  ],
  "dependencies": {
    "@bugsnag/js": "^8.9.0",
    "@bugsnag/plugin-react": "^8.9.0",
    "@headlessui/react": "^2.2.10",
    "@paypal/paypal-js": "^9.6.0",
    "@rnw-npm/content-processing": "1.2.0",
    "@rnw-npm/dom-manipulation": "1.1.0",
    "@rnw-npm/iframe-messaging-types": "1.2.0",
    "@rnw-npm/money": "2.0.1",
    "@rnw-npm/web-logger": "1.1.0",
    "@stripe/stripe-js": "^9.2.0",
    "ally.js": "^1.4.1",
    "axios": "^1.15.0",
    "chroma-js": "^3.2.0",
    "classnames": "^2.5.1",
    "constate": "^3.3.3",
    "dayjs": "^1.11.20",
    "entities": "^8.0.0",
    "i18next": "^26.0.4",
    "imask": "^7.6.1",
    "js-yaml": "^4.1.1",
    "lodash-es": "^4.18.1",
    "mobx": "^6.15.0",
    "mobx-react-lite": "^4.1.1",
    "nanoid": "^5.1.7",
    "p-retry": "^8.0.0",
    "penpal": "^7.0.6",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "react-google-recaptcha": "^3.1.0",
    "react-i18next": "^17.0.3",
    "react-imask": "^7.6.1",
    "react-transition-group": "^4.4.5",
    "resize-observer": "^1.0.4",
    "sprintf-js": "^1.1.3",
    "strip-indent": "^4.1.1",
    "validator": "^13.15.35",
    "what-input": "^5.2.12"
  },
  "devDependencies": {
    "@rnw-npm/eslint-config": "^2.0.0",
    "@rnw-npm/prettier-config": "^1.0.0",
    "@types/chroma-js": "^3.1.2",
    "@types/js-yaml": "^4.0.9",
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^24.12.2",
    "@types/react": "^18.3.28",
    "@types/react-dom": "^18.3.7",
    "@types/react-google-recaptcha": "^2.1.9",
    "@types/react-transition-group": "^4.4.12",
    "@types/sprintf-js": "^1.1.4",
    "@types/validator": "^13.15.10",
    "@types/webpack-env": "^1.18.8",
    "@vitejs/plugin-react": "^6.0.1",
    "chokidar": "^5.0.0",
    "cypress": "^15.13.1",
    "eslint": "^10.2.0",
    "husky": "^9.1.7",
    "jiti": "^2.6.1",
    "lint-staged": "^16.4.0",
    "mockdate": "^3.0.5",
    "prettier": "^3.8.2",
    "tailwindcss": "^0.7.4",
    "typescript": "^6.0.2",
    "vite": "^8.0.8"
  },
  "prettier": "@rnw-npm/prettier-config",
  "lint-staged": {
    "*.{js,jsx,ts,tsx,json,css,scss,md,yml,yaml}": [
      "eslint --fix",
      "prettier --write"
    ]
  },
  "scripts": {
    "dev": "pnpx --config.minimum-release-age=0 @raisenow/tamaro-cli@latest dev --https",
    "build": "pnpx --config.minimum-release-age=0 @raisenow/tamaro-cli@latest build",
    "e2e": "rm -rf .nyc_output/*; cypress run",
    "open-cypress": "cypress open",
    "lint": "DEBUG=eslint:eslint-helpers eslint .",
    "format": "prettier . --write --ignore-path .prettierignore",
    "typecheck": "tsc --build --emitDeclarationOnly"
  }
}