{
  "version": "1.7.31",
  "license": "MIT",
  "main": "dist/index.js",
  "typings": "dist/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "engines": {
    "node": ">=10"
  },
  "scripts": {
    "start": "tsdx watch",
    "build": "tsdx build",
    "test": "tsdx test --passWithNoTests",
    "lint": "tsdx lint",
    "prepare": "tsdx build",
    "size": "size-limit",
    "analyze": "size-limit --why",
    "release:beta": "npm version prerelease --preid beta",
    "release:patch": "npm version patch",
    "release:minor": "npm version minor",
    "publish:current": "export $(cat .env | xargs) && npm publish && git push && git push --tags",
    "publish:patch": "export $(cat .env | xargs) && npm version patch && npm publish && git push && git push --tags",
    "publish:minor": "export $(cat .env | xargs) && npm version minor && npm publish && git push && git push --tags",
    "publish:beta": "export $(cat .env | xargs) && npm version prerelease --preid beta && npm publish --tag beta && git push && git push --tags",
    "start-example": "PORT=3002 parcel example/index.html --dist-dir example-dist --no-cache"
  },
  "peerDependencies": {
    "react": ">=16"
  },
  "husky": {
    "hooks": {
      "pre-commit": "tsdx lint"
    }
  },
  "prettier": {
    "printWidth": 90,
    "semi": false,
    "singleQuote": true,
    "trailingComma": "es5"
  },
  "name": "tf-checkout-react",
  "author": "ft-worker",
  "module": "dist/tf-checkout-react.esm.js",
  "size-limit": [
    {
      "path": "dist/tf-checkout-react.cjs.production.min.js",
      "limit": "10 KB"
    },
    {
      "path": "dist/tf-checkout-react.esm.js",
      "limit": "10 KB"
    }
  ],
  "devDependencies": {
    "@size-limit/preset-small-lib": "^6.0.4",
    "@types/lodash": "^4.14.176",
    "@types/react": "^17.0.34",
    "@types/react-dom": "^17.0.11",
    "@typescript-eslint/eslint-plugin": "^5.48.1",
    "@typescript-eslint/parser": "^5.52.0",
    "eslint": "^8.34.0",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-flowtype": "^8.0.3",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jsx-a11y": "^6.4.1",
    "eslint-plugin-react": "^7.32.2",
    "eslint-plugin-react-hooks": "^4.2.0",
    "eslint-plugin-simple-import-sort": "^7.0.0",
    "eslint-plugin-unused-imports": "^2.0.0",
    "eslint-webpack-plugin": "^3.2.0",
    "husky": "^7.0.4",
    "parcel": "^2.8.3",
    "prettier": "^2.8.4",
    "process": "^0.11.10",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "rollup-plugin-postcss": "^4.0.2",
    "rollup-plugin-static-files": "^0.2.0",
    "size-limit": "^6.0.4",
    "tsdx": "^0.14.1",
    "tslib": "^2.3.1",
    "typescript": "^4.9.5"
  },
  "dependencies": {
    "@emotion/react": "^11.7.0",
    "@emotion/styled": "^11.6.0",
    "@fortawesome/fontawesome-svg-core": "^6.1.1",
    "@mui/icons-material": "^5.18.0",
    "@mui/material": "^5.2.2",
    "@mui/private-theming": "^5.11.1",
    "@mui/styles": "^5.2.2",
    "@mui/x-date-pickers": "^5.0.1",
    "@stripe/react-stripe-js": "^5.2.0",
    "@stripe/stripe-js": "^8.1.0",
    "axios": "^1.9.0",
    "clsx": "^1.1.1",
    "formik": "^2.2.9",
    "jwt-decode": "^3.1.2",
    "lodash": "^4.17.21",
    "lodash-es": "^4.17.21",
    "material-ui-phone-number": "^3.0.0",
    "moment-timezone": "^0.5.34",
    "nanoid": "^3.1.30",
    "prop-types": "^15.7.2",
    "react-app-polyfill": "^1.0.0",
    "react-bootstrap": "^2.0.2",
    "react-countdown": "^2.3.2",
    "react-inlinesvg": "^2.3.0",
    "react-router-dom": "^6.0.2",
    "react-share": "^5.2.2",
    "react-tooltip": "^5.28.0",
    "rollup-plugin-svg": "^2.0.0",
    "tf-seat-map-view": "9.4.7-beta.33",
    "yup": "^0.32.11"
  }
}
