UNPKG

gatsby-plugin-gravity-forms

Version:

A component to take GraphQl Gravity Forms query data and return a usable form.

49 lines (48 loc) 1.34 kB
{ "name": "gatsby-plugin-gravity-forms", "version": "3.1.0", "description": "A component to take GraphQl Gravity Forms query data and return a usable form.", "main": "src/index.js", "scripts": {}, "repository": { "type": "git", "url": "git+https://github.com/robmarshall/gatsby-plugin-gravity-forms.git" }, "keywords": [ "gravity", "forms", "gravityforms", "WordPress", "form", "Gatsby" ], "author": "Robert Marshall (https://robertmarshall.dev)", "license": "MIT", "bugs": { "url": "https://github.com/robmarshall/gatsby-plugin-gravity-forms/issues" }, "homepage": "https://github.com/robmarshall/gatsby-plugin-gravity-forms#readme", "dependencies": { "@apollo/client": "^3.6.9", "classnames": "^2.3.1", "cross-fetch": "^3.1.5", "dotenv": "^16.0.1", "graphql": "^16.5.0", "nanoid": "^4.0.0", "prop-types": "^15.8.1", "react-google-recaptcha": "^2.1.0", "react-hook-form": "^7.33.0" }, "devDependencies": { "eslint": "^8.18.0", "eslint-loader": "^4.0.2", "eslint-plugin-import": "^2.26.0", "eslint-plugin-import-order-alphabetical": "^1.0.1", "eslint-plugin-react": "^7.30.1", "eslint-plugin-sort-destructure-keys": "^1.3.5", "react": "^18.2.0" }, "peerDependencies": { "gatsby": "^4.4.0" } }