survey-creator-vue 2.3.15 → 2.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +32 -14
package/package.json CHANGED
@@ -1,18 +1,36 @@
1
1
  {
2
2
  "name": "survey-creator-vue",
3
- "version": "2.3.15",
4
- "description": "Use SurveyJS Creator to create or edit JSON for SurveyJS Form Library.",
3
+ "version": "2.4.0",
4
+ "description": "A white-label drag-and-drop form builder for Vue.js 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 Vue.js app.",
5
+ "author": "DevSoft Baltic OU <info@devsoftbaltic.com>",
6
+ "homepage": "https://surveyjs.io/",
7
+ "license": "SEE LICENSE IN LICENSE",
8
+ "licenseUrl": "https://surveyjs.io/licensing",
5
9
  "keywords": [
6
- "Survey",
7
- "Survey Creator",
8
- "Form Builder",
9
- "Survey Maker",
10
- "SurveyJS",
11
- "JavaScript",
12
- "TypeScript"
10
+ "vue",
11
+ "survey",
12
+ "form",
13
+ "surveyjs",
14
+ "survey-library",
15
+ "vue-component",
16
+ "form-builder",
17
+ "dynamic-form-builder",
18
+ "drag-and-drop-form-builder",
19
+ "form-library",
20
+ "form-management",
21
+ "questionnaire",
22
+ "data-collection",
23
+ "ui-component",
24
+ "json",
25
+ "json-schema",
26
+ "vue-schema-form",
27
+ "survey-creator",
28
+ "survey-builder",
29
+ "client-side",
30
+ "frontend",
31
+ "javascript",
32
+ "typescript"
13
33
  ],
14
- "homepage": "https://surveyjs.io/Overview/Survey-Creator",
15
- "license": "https://surveyjs.io/Licenses#SurveyCreator",
16
34
  "main": "survey-creator-vue.umd.js",
17
35
  "module": "survey-creator-vue.es.js",
18
36
  "types": "types/index.d.ts",
@@ -21,9 +39,9 @@
21
39
  "url": "https://github.com/surveyjs/survey-creator.git"
22
40
  },
23
41
  "peerDependencies": {
24
- "survey-core": "2.3.15",
25
- "survey-creator-core": "2.3.15",
26
- "survey-vue3-ui": "2.3.15",
42
+ "survey-core": "2.4.0",
43
+ "survey-creator-core": "2.4.0",
44
+ "survey-vue3-ui": "2.4.0",
27
45
  "vue": "^3.2.41"
28
46
  }
29
47
  }