survey-creator-angular
Version:
A white-label drag-and-drop form builder for Angular 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 Angular app.
59 lines • 1.73 kB
JSON
{
"name": "survey-creator-angular",
"version": "2.5.4",
"description": "A white-label drag-and-drop form builder for Angular 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 Angular app.",
"author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
"homepage": "https://surveyjs.io/",
"license": "SEE LICENSE IN LICENSE",
"licenseUrl": "https://surveyjs.io/licensing",
"keywords": [
"angular",
"survey",
"form",
"surveyjs",
"survey-library",
"angular-component",
"form-builder",
"dynamic-form-builder",
"drag-and-drop-form-builder",
"form-library",
"form-management",
"questionnaire",
"data-collection",
"ui-component",
"json",
"json-schema",
"angular-schema-form",
"survey-creator",
"survey-builder",
"client-side",
"frontend",
"javascript",
"typescript"
],
"repository": {
"type": "git",
"url": "https://github.com/surveyjs/survey-creator.git"
},
"typings": "survey-creator-angular.d.ts",
"peerDependencies": {
"@angular/cdk": "*",
"@angular/core": "*",
"@angular/forms": "*",
"survey-angular-ui": "2.5.4",
"survey-core": "2.5.4",
"survey-creator-core": "2.5.4"
},
"overrides": {
"stylus": "github:stylus/stylus#0.54.8"
},
"main": "bundles/survey-creator-angular.umd.js",
"module": "fesm2015/survey-creator-angular.js",
"es2015": "fesm2015/survey-creator-angular.js",
"esm2015": "esm2015/survey-creator-angular.js",
"fesm2015": "fesm2015/survey-creator-angular.js",
"sideEffects": false,
"dependencies": {
"tslib": "^2.2.0"
}
}