{
  "name": "@feathery/react",
  "version": "2.35.1",
  "description": "React library for Feathery",
  "author": "Boyang Dun",
  "license": "MIT",
  "repository": "https://github.com/feathery-org/feathery-react",
  "jsdelivr": "umd/index.js",
  "main": "cjs/index.js",
  "module": "dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./cjs/index.js",
      "default": "./cjs/index.js"
    }
  },
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "build": "npm-run-all -p build:node build:umd",
    "build:node": "rollup -c",
    "build:umd": "webpack --mode production --config webpack.umd.js",
    "dev": "webpack --mode development --config webpack.development.js --watch",
    "dev-local": "webpack --env BACKEND_ENV=local --mode development --config webpack.development.js --watch",
    "dev-staging": "webpack --env BACKEND_ENV=staging --mode development --config webpack.development.js --watch",
    "analyze:dev": "webpack --mode development --config webpack.development.js --env analyze",
    "analyze:umd": "webpack --mode production --config webpack.umd.js --env analyze",
    "analyze:node": "webpack --mode production --config webpack.node.js --env analyze",
    "stats": "npx webpack --mode production --config webpack.umd.js --profile --json > stats.json",
    "prepublishOnly": "yarn build",
    "test": "jest",
    "test:ci": "jest --silent --maxWorkers=50% --ci",
    "test:debug": "npm-run-all -p test:watch jest-preview",
    "test:watch": "jest --watchAll",
    "jest-preview": "jest-preview",
    "lint": "eslint ./src",
    "release": "standard-version",
    "prepare": "husky"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.10",
    "@babel/plugin-transform-runtime": "^7.14.3",
    "@babel/preset-env": "^7.12.11",
    "@babel/preset-react": "^7.18.6",
    "@babel/preset-typescript": "^7.18.6",
    "@commitlint/cli": "^19.5.0",
    "@commitlint/config-conventional": "^19.5.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@testing-library/jest-dom": "^5.17.0",
    "@testing-library/react": "^13.4.0",
    "@testing-library/user-event": "^14.5.0",
    "@types/acorn": "^6.0.0",
    "@types/jest": "^28.1.6",
    "@types/lodash.debounce": "^4.0.8",
    "@types/lodash.throttle": "^4.1.7",
    "@types/react-dom": "18.2.0",
    "@types/react-gtm-module": "^2.0.1",
    "@types/react-signature-canvas": "^1.0.7",
    "@types/scriptjs": "^0.0.2",
    "@types/uuid": "^8.3.4",
    "@types/webfontloader": "^1.6.34",
    "@typescript-eslint/eslint-plugin": "^5.28.0",
    "@typescript-eslint/parser": "^5.28.0",
    "babel-loader": "^8.2.2",
    "clean-webpack-plugin": "^3.0.0",
    "declaration-bundler-webpack-plugin": "^1.0.3",
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^6.7.0",
    "eslint-config-standard": "^14.1.0",
    "eslint-config-standard-react": "^9.2.0",
    "eslint-plugin-import": "^2.18.2",
    "eslint-plugin-node": "^11.0.0",
    "eslint-plugin-prettier": "^3.1.1",
    "eslint-plugin-promise": "^4.2.1",
    "eslint-plugin-react": "^7.17.0",
    "eslint-plugin-standard": "^4.0.1",
    "eslint-plugin-typescript": "^0.14.0",
    "husky": "^9.1.6",
    "jest": "^26.6.3",
    "jest-preview": "^0.3.1",
    "npm-run-all": "^4.1.5",
    "path": "^0.12.7",
    "prettier": "^2.0.4",
    "react": "18.2.0",
    "react-dom": "18.2.0",
    "react-test-renderer": "^17.0.2",
    "rollup": "^4.53.2",
    "rollup-plugin-delete": "^3.0.1",
    "rollup-plugin-typescript2": "^0.36.0",
    "standard-version": "^9.5.0",
    "ts-loader": "^9.3.0",
    "typescript": "^4.7.3",
    "webpack": "^5.11.0",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "^4.2.0",
    "webpack-node-externals": "^2.5.2"
  },
  "files": [
    "dist",
    "cjs",
    "umd"
  ],
  "dependencies": {
    "@ai-sdk/react": "^3.0.71",
    "@emotion/babel-preset-css-prop": "11.12.0",
    "@emotion/react": "11.14.0",
    "@emotion/styled": "11.14.0",
    "@feathery/client-utils": "^0.13.0",
    "@fingerprintjs/fingerprintjs": "4.6.2",
    "@rc-component/slider": "^1.0.0",
    "@stripe/react-stripe-js": "3.7.0",
    "@stripe/stripe-js": "7.3.0",
    "@stytch/vanilla-js": "5.23.1",
    "@uiw/react-color-sketch": "^2.5.4",
    "acorn": "^8.15.0",
    "acorn-loose": "^8.5.2",
    "acorn-walk": "^8.3.4",
    "ai": "^6.0.69",
    "country-flag-emoji-polyfill": "^0.1.8",
    "date-fns": "^4.1.0",
    "flat-map-polyfill": "^0.3.8",
    "is-url": "^1.2.4",
    "js-big-decimal": "^1.4.1",
    "jszip": "^3.10.1",
    "libphonenumber-js": "^1.12.38",
    "lodash.debounce": "^4.0.8",
    "lodash.throttle": "^4.1.1",
    "quill-delta": "^4.2.2",
    "react-datepicker": "7.6.0",
    "react-ga4": "^1.4.1",
    "react-gtm-module": "^2.0.11",
    "react-hotkeys-hook": "^3.4.4",
    "react-idle-timer": "5.6.2",
    "react-imask": "7.6.1",
    "react-intersection-observer": "^9.16.0",
    "react-select": "5.10.1",
    "react-signature-canvas": "1.1.0-alpha.2",
    "scriptjs": "^2.5.9",
    "uuid": "^8.3.2",
    "webfontloader": "^1.6.28",
    "zod": "^4.3.6"
  },
  "jest": {
    "collectCoverage": false,
    "coverageReporters": [
      "text",
      "lcov",
      "html"
    ],
    "coverageDirectory": "coverage",
    "collectCoverageFrom": [
      "src/**/*.{ts,tsx}",
      "!src/**/test-utils.{ts,tsx}",
      "!src/elements/components/data/states/*.ts",
      "!src/**/*.d.ts",
      "!src/**/*.spec.{ts,tsx}",
      "!src/**/*.test.{ts,tsx}"
    ],
    "setupFilesAfterEnv": [
      "<rootDir>/src/setupTests.ts"
    ]
  },
  "babel": {
    "presets": [
      "@babel/preset-env",
      "@babel/preset-typescript",
      "@babel/preset-react",
      "@emotion/babel-preset-css-prop"
    ],
    "plugins": [
      [
        "@babel/transform-runtime",
        {
          "regenerator": true
        }
      ]
    ]
  }
}
