@rgramblado/react-google-forms-interface
Version:
Tools to work with Google Forms and custom forms in react
25 lines (24 loc) • 537 B
JSON
{
"name": "@rgramblado/react-google-forms-interface",
"version": "0.0.11",
"description": "Tools to work with Google Forms and custom forms in react",
"main": "index.js",
"type": "module",
"scripts": {
"test": "test"
},
"keywords": [
"GOOGLE",
"FORMS"
],
"author": "rgramblado",
"license": "ISC",
"dependencies": {
"@babel/preset-env": "^7.16.11",
"@babel/preset-react": "^7.16.7",
"cheerio": "^1.0.0-rc.10",
"node": "^17.7.2",
"node-fetch": "^3.2.3",
"react": "^18.0.0"
}
}