UNPKG

react-gravity-form

Version:

A component for including Gravity Forms on React apps via the Wordpress API

67 lines (66 loc) 1.81 kB
{ "name": "react-gravity-form", "version": "1.1.5", "description": "A component for including Gravity Forms on React apps via the Wordpress API", "files": [ "dist/*" ], "main": "dist/index.js", "scripts": { "test": "jest", "test:watch": "jest --watch", "build": "babel ./src --out-dir ./dist", "prepublishOnly": "babel ./src --out-dir ./dist -s inline", "npm:publish": "npm run build && npm publish --access public" }, "repository": { "type": "git", "url": "git+ssh://git@bitbucket.org/gohike/gravity-forms.git" }, "keywords": [ "React", "Gravity", "Form", "Forms", "GravityForms", "Component", "Wordpress", "API", "Headless", "CMS" ], "author": "Hike", "license": "ISC", "homepage": "https://bitbucket.org/gohike/gravity-forms#readme", "devDependencies": { "@babel/cli": "^7.23.9", "@babel/core": "^7.23.9", "@babel/plugin-proposal-class-properties": "^7.10.4", "@babel/plugin-transform-runtime": "^7.23.9", "@babel/preset-env": "^7.23.9", "@babel/preset-react": "^7.23.3", "@testing-library/jest-dom": "^6.3.0", "@testing-library/react": "^12.1.5", "@types/jest": "^29.5.11", "babel-jest": "^29.7.0", "babel-preset-minify": "^0.5.1", "encoding": "^0.1.13", "jest": "^29.7.0", "jest-environment-jsdom": "^29.7.0", "react-dom": "^16.13.1", "react": "^16.13.1", "jest-fetch-mock": "^3.0.3" }, "dependencies": { "i18n-iso-countries": "^7.8.0", "isomorphic-unfetch": "^3.0.0", "query-string": "7.1.3", "react-datepicker": "^3.1.3", "react-dropzone": "^11.0.2", "react-google-recaptcha": "^2.1.0", "react-input-mask": "^2.0.4", "react-is": "^18.2.0", "react-select": "^3.1.0", "date-fns": "2.3.0" } }