@5minds/node-red-dashboard-2-processcube-dynamic-table 2.0.1-develop-ac58f3-mccdrc9q → 2.0.1-develop-23f8bd-md5ls48x

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,79 +1,79 @@
1
1
  {
2
- "name": "@5minds/node-red-dashboard-2-processcube-dynamic-table",
3
- "version": "2.0.1-develop-ac58f3-mccdrc9q",
4
- "description": "A ui component for showing dynamic Data with actions in a table",
5
- "keywords": [
6
- "processcube",
7
- "usertask",
8
- "node-red",
9
- "node-red-dashboard-2"
10
- ],
11
- "repository": {
12
- "type": "git",
13
- "url": "https://github.com/5minds/node-red-dashboard-2-processcube-dynamic-table.git"
14
- },
15
- "license": "Apache-2.0",
16
- "author": {
17
- "name": "Martin Moellenbeck",
18
- "url": "https://github.com/moellenbeck"
19
- },
20
- "contributors": [
21
- {
22
- "name": "Luis Thieme",
23
- "url": "https://github.com/luisthieme"
24
- }
25
- ],
26
- "exports": {
27
- "require": "./resources/ui-dynamic-table.umd.js"
28
- },
29
- "files": [
30
- "dist/*",
31
- "nodes/*",
32
- "ui/*",
33
- "resources/*"
34
- ],
35
- "scripts": {
36
- "build": "vite build",
37
- "build:dev": "NODE_ENV=development vite build",
38
- "dev": "NODE_ENV=development vite build --watch",
39
- "dev:prod": "vite build --watch",
40
- "lint": "npm run lint:js && npm run lint:package",
41
- "lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
42
- "lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
43
- "lint:js:fix": "yarn lint:js --fix",
44
- "lint:package": "sort-package-json --check 'package.json'",
45
- "lint:package:fix": "sort-package-json 'package.json'"
46
- },
47
- "dependencies": {
48
- "vue": "^3.3.8",
49
- "vuex": "^4.1.0"
50
- },
51
- "devDependencies": {
52
- "@vitejs/plugin-vue": "^4.5.0",
53
- "eslint": "^8.53.0",
54
- "eslint-config-standard": "^17.1.0",
55
- "eslint-plugin-import": "^2.29.0",
56
- "eslint-plugin-n": "^16.3.1",
57
- "eslint-plugin-vue": "^9.18.1",
58
- "vite": "^5.3.2",
59
- "vite-plugin-css-injected-by-js": "^3.3.0"
60
- },
61
- "engines": {
62
- "node": ">=14"
63
- },
64
- "node-red": {
65
- "version": ">=3.0.0",
66
- "nodes": {
67
- "ui-dynamic-table": "nodes/dynamic-table.js"
68
- }
69
- },
70
- "node-red-dashboard-2": {
71
- "version": "1.0.0",
72
- "widgets": {
73
- "ui-dynamic-table": {
74
- "output": "ui-dynamic-table.umd.js",
75
- "component": "UIDynamicTable"
76
- }
77
- }
2
+ "name": "@5minds/node-red-dashboard-2-processcube-dynamic-table",
3
+ "version": "2.0.1-develop-23f8bd-md5ls48x",
4
+ "description": "A ui component for showing dynamic Data with actions in a table",
5
+ "keywords": [
6
+ "processcube",
7
+ "usertask",
8
+ "node-red",
9
+ "node-red-dashboard-2"
10
+ ],
11
+ "repository": {
12
+ "type": "git",
13
+ "url": "https://github.com/5minds/node-red-dashboard-2-processcube-dynamic-table.git"
14
+ },
15
+ "license": "Apache-2.0",
16
+ "author": {
17
+ "name": "Martin Moellenbeck",
18
+ "url": "https://github.com/moellenbeck"
19
+ },
20
+ "contributors": [
21
+ {
22
+ "name": "Luis Thieme",
23
+ "url": "https://github.com/luisthieme"
78
24
  }
25
+ ],
26
+ "exports": {
27
+ "require": "./resources/ui-dynamic-table.umd.js"
28
+ },
29
+ "files": [
30
+ "dist/*",
31
+ "nodes/*",
32
+ "ui/*",
33
+ "resources/*"
34
+ ],
35
+ "scripts": {
36
+ "build": "vite build",
37
+ "build:dev": "NODE_ENV=development vite build",
38
+ "dev": "NODE_ENV=development vite build --watch",
39
+ "dev:prod": "vite build --watch",
40
+ "lint": "npm run lint:js && npm run lint:package",
41
+ "lint:fix": "npm run lint:js:fix && npm run lint:package:fix",
42
+ "lint:js": "eslint --ext .js,.vue,.cjs,.mjs .",
43
+ "lint:js:fix": "yarn lint:js --fix",
44
+ "lint:package": "sort-package-json --check 'package.json'",
45
+ "lint:package:fix": "sort-package-json 'package.json'"
46
+ },
47
+ "dependencies": {
48
+ "vue": "^3.3.8",
49
+ "vuex": "^4.1.0"
50
+ },
51
+ "devDependencies": {
52
+ "@vitejs/plugin-vue": "^4.5.0",
53
+ "eslint": "^8.53.0",
54
+ "eslint-config-standard": "^17.1.0",
55
+ "eslint-plugin-import": "^2.29.0",
56
+ "eslint-plugin-n": "^16.3.1",
57
+ "eslint-plugin-vue": "^9.18.1",
58
+ "vite": "^5.3.2",
59
+ "vite-plugin-css-injected-by-js": "^3.3.0"
60
+ },
61
+ "engines": {
62
+ "node": ">=14"
63
+ },
64
+ "node-red": {
65
+ "version": ">=3.0.0",
66
+ "nodes": {
67
+ "ui-dynamic-table": "nodes/dynamic-table.js"
68
+ }
69
+ },
70
+ "node-red-dashboard-2": {
71
+ "version": "1.0.0",
72
+ "widgets": {
73
+ "ui-dynamic-table": {
74
+ "output": "ui-dynamic-table.umd.js",
75
+ "component": "UIDynamicTable"
76
+ }
77
+ }
78
+ }
79
79
  }