@5minds/node-red-dashboard-2-processcube-dynamic-form 2.7.9 → 7.6.0-develop-51b534-mjy56xgr

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@5minds/node-red-dashboard-2-processcube-dynamic-form",
3
- "version": "2.7.9",
3
+ "version": "7.6.0-develop-51b534-mjy56xgr",
4
4
  "description": "The ui component for the ProcessCube dynamic-form",
5
5
  "keywords": [
6
6
  "processcube",
@@ -10,7 +10,8 @@
10
10
  ],
11
11
  "repository": {
12
12
  "type": "git",
13
- "url": "git+https://github.com/5minds/node-red-dashboard-2-processcube-dynamic-form.git"
13
+ "url": "https://github.com/5minds/ProcessCube.LowCode.git",
14
+ "directory": "packages/node-red-dashboard-2-processcube-dynamic-form"
14
15
  },
15
16
  "license": "Apache-2.0",
16
17
  "author": {
@@ -41,19 +42,8 @@
41
42
  "ui/*",
42
43
  "resources/*"
43
44
  ],
44
- "scripts": {
45
- "build": "vite build",
46
- "build:dev": "NODE_ENV=development vite build",
47
- "dev": "NODE_ENV=development vite build --watch",
48
- "dev:prod": "vite build --watch",
49
- "lint": "npm run lint:js && npm run lint:package",
50
- "lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
51
- "lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
52
- "lint:js:fix": "yarn lint:js --fix",
53
- "lint:package": "sort-package-json --check 'package.json'",
54
- "lint:package:fix": "sort-package-json 'package.json'"
55
- },
56
45
  "dependencies": {
46
+ "@formkit/core": "^1.6.9",
57
47
  "@formkit/i18n": "^1.6.9",
58
48
  "@formkit/themes": "^1.6.9",
59
49
  "@formkit/vue": "^1.6.9",
@@ -90,5 +80,17 @@
90
80
  "component": "UIDynamicForm"
91
81
  }
92
82
  }
83
+ },
84
+ "scripts": {
85
+ "build": "vite build",
86
+ "build:dev": "NODE_ENV=development vite build",
87
+ "dev": "NODE_ENV=development vite build --watch",
88
+ "dev:prod": "vite build --watch",
89
+ "lint": "npm run lint:js && npm run lint:package",
90
+ "lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
91
+ "lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
92
+ "lint:js:fix": "yarn lint:js --fix",
93
+ "lint:package": "sort-package-json --check 'package.json'",
94
+ "lint:package:fix": "sort-package-json 'package.json'"
93
95
  }
94
- }
96
+ }