{
  "name": "react-18-stripe-js",
  "version": "1.7.2",
  "description": "React components for Stripe.js and Stripe Elements (FORKED)",
  "main": "dist/react-stripe.js",
  "module": "dist/react-stripe.esm.js",
  "jsnext:main": "dist/react-stripe.esm.js",
  "browser:min": "dist/react-stripe.umd.min.js",
  "browser": "dist/react-stripe.umd.js",
  "types": "dist/react-stripe.d.ts",
  "scripts": {
    "typecheck": "tsc",
    "build": "yarn run clean && yarn run rollup -c && yarn checkimport",
    "checkimport": "scripts/check-imports",
    "clean": "rimraf dist"
  },
  "keywords": [
    "React",
    "Stripe",
    "Elements"
  ],
  "author": "Stripe (https://www.stripe.com)",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/stripe/react-stripe-js.git"
  },
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "prop-types": "^15.7.2"
  },
  "devDependencies": {
    "@babel/cli": "^7.7.0",
    "@babel/core": "^7.7.2",
    "@babel/preset-env": "^7.7.1",
    "@babel/preset-react": "^7.7.0",
    "@stripe/stripe-js": "^1.26.0",
    "@types/react-dom": "^17.0.0",
    "@wessberg/rollup-plugin-ts": "^1.2.15",
    "babel-loader": "^8.0.6",
    "fork-ts-checker-webpack-plugin": "^4.0.3",
    "react": "^18.1.0",
    "react-dom": "^18.1.0",
    "rimraf": "^2.6.2",
    "rollup": "^1.27.0",
    "rollup-plugin-babel": "^4.3.3",
    "rollup-plugin-commonjs": "^10.1.0",
    "rollup-plugin-node-resolve": "^5.2.0",
    "rollup-plugin-replace": "^2.2.0",
    "rollup-plugin-terser": "^5.1.2",
    "ts-loader": "^6.2.1",
    "typescript": "^3.7.5"
  },
  "peerDependencies": {
    "@stripe/stripe-js": "^1.26.0",
    "react": "^16.8.0 || ^17.0.0 || ^18.0.0",
    "react-dom": "^16.8.0 || ^17.0.0 || ^18.0.0"
  }
}
