UNPKG

survey-creator-react

Version:

A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.

73 lines 2.02 kB
{ "name": "survey-creator-react", "version": "2.5.4", "description": "A white-label drag-and-drop form builder for React that lets you design complex, interactive forms and surveys without writing code. It generates JSON schemas used by the SurveyJS Form Library to render dynamic forms in your React app.", "author": "DevSoft Baltic OU <info@devsoftbaltic.com>", "homepage": "https://surveyjs.io/", "license": "SEE LICENSE IN LICENSE", "licenseUrl": "https://surveyjs.io/licensing", "keywords": [ "react", "survey", "form", "surveyjs", "survey-library", "react-component", "form-builder", "dynamic-form-builder", "drag-and-drop-form-builder", "form-library", "form-management", "questionnaire", "data-collection", "ui-component", "json", "json-schema", "react-schema-form", "survey-creator", "survey-builder", "client-side", "frontend", "javascript", "typescript" ], "files": [ "**/*" ], "module": "fesm/survey-creator-react.mjs", "main": "survey-creator-react.js", "repository": { "type": "git", "url": "https://github.com/surveyjs/survey-creator.git" }, "engines": { "node": ">=0.10.0" }, "typings": "./typings/entries/index.d.ts", "exports": { ".": { "types": "./typings/entries/index.d.ts", "import": "./fesm/survey-creator-react.mjs", "require": "./survey-creator-react.js" }, "./ui-preset-editor": { "types": "./typings/entries/presets.d.ts", "import": "./fesm/ui-preset-editor/index.mjs", "require": "./ui-preset-editor/index.js" } }, "peerDependencies": { "ace-builds": "^1.4.12", "react": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", "react-dom": "^16.5.0 || ^17.0.1 || ^18.1.0 || ^19.0.0", "survey-core": "2.5.4", "survey-react-ui": "2.5.4", "survey-creator-core": "2.5.4" }, "peerDependenciesMeta": { "ace-builds": { "optional": true } }, "devDependencies": {} }