survey-react
Version:
survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.
28 lines • 702 B
JSON
{
"name": "survey-react",
"version": "1.12.58",
"description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
"keywords": [
"Survey",
"JavaScript",
"Bootstrap",
"Library",
"react",
"react-component"
],
"homepage": "https://surveyjs.io/",
"license": "MIT",
"files": [
"**/*"
],
"main": "survey.react.js",
"repository": {
"type": "git",
"url": "https://github.com/surveyjs/surveyjs.git"
},
"typings": "survey.react.d.ts",
"peerDependencies": {
"react": "^16.5.0 || ^17.0.1 || ^18.1.0",
"react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0"
}
}