{
  "name": "@bradtech/form",
  "version": "1.0.67",
  "description": "Form generator for Brad apps",
  "main": "lib/index.js",
  "types": "lib/index.d.ts",
  "files": [
    "lib/",
    "README.md"
  ],
  "license": "MIT",
  "scripts": {
    "push": "tsc && yarn version --patch --no-git-tag-version && yarn publish --access public",
    "build": "tsc --watch"
  },
  "dependencies": {
    "@react-google-maps/api": "^2.1.1",
    "@types/styled-components": "^5.1.9",
    "@typescript-eslint/eslint-plugin": "^5.0.0",
    "bowser": "^2.4.0",
    "crypto-js": "^4.1.1",
    "draft-js": "^0.11.7",
    "draftjs-to-html": "^0.9.1",
    "eslint-plugin-prettier": "^3.1.1",
    "filesize": "^6.1.0",
    "firebase-admin": "^10.0.2",
    "html-to-draftjs": "^1.5.0",
    "humanize-duration": "^3.18.0",
    "lodash": "^4.17.21",
    "luxon": "^1.16.0",
    "object-hash": "^2.0.3",
    "react": "^18.2.0",
    "react-draft-wysiwyg": "^1.14.5",
    "react-dropzone": "^10.1.7",
    "react-phone-number-input": "^3.1.37",
    "react-router-dom": "^5.0.0",
    "recompose": "^0.30.0",
    "semantic-ui-react": "^0.88.2",
    "styled-components": "^5.0.0"
  },
  "devDependencies": {
    "@types/react": "^17.0.38",
    "@types/react-dom": "^17.0.1",
    "@types/react-router-dom": "^5.1.3",
    "apidoc": "^0.20.0",
    "prettier": "1.19",
    "typescript": "^4.2.2"
  },
  "resolutions": {
    "@types/react": "^17.0.38"
  }
}
