mindstream-react-gravity-form
Version:
A component for including Gravity Forms on React apps via the Wordpress API
51 lines (50 loc) • 1.4 kB
JSON
{
"name": "mindstream-react-gravity-form",
"version": "1.0.1",
"description": "A component for including Gravity Forms on React apps via the Wordpress API",
"files": [
"dist/*"
],
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "babel ./src --out-dir ./dist",
"prepublishOnly": "babel ./src --out-dir ./dist -s inline"
},
"repository": {
"type": "git",
"url": "git+ssh://minhoq@bitbucket.org/mindstreaminteractive/wordpress-jam-gravity-forms.git"
},
"keywords": [
"React",
"Gravity",
"Form",
"Forms",
"GravityForms",
"Component",
"Wordpress",
"API",
"Headless",
"CMS"
],
"author": "Mhoq",
"license": "ISC",
"homepage": "https://bitbucket.org/mindstreaminteractive/wordpress-jam-gravity-forms#readme",
"devDependencies": {
"@babel/cli": "^7.10.5",
"@babel/core": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/plugin-proposal-class-properties": "^7.10.4",
"@babel/preset-react": "^7.10.4",
"babel-preset-minify": "^0.5.1",
"react": "^16.13.1"
},
"dependencies": {
"i18n-iso-countries": "^6.4.0",
"isomorphic-unfetch": "^3.0.0",
"query-string": "^6.13.8",
"react-datepicker": "^3.1.3",
"react-dropzone": "^11.0.2",
"react-select": "^3.1.0"
}
}