@object-ui/console 1.0.0 → 3.0.1
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 +39 -41
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/console",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "3.0.1",
|
|
4
4
|
"description": "ObjectStack Console - The standard runtime UI for ObjectStack applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./plugin.ts",
|
|
@@ -14,51 +14,14 @@
|
|
|
14
14
|
"dist",
|
|
15
15
|
"plugin.ts"
|
|
16
16
|
],
|
|
17
|
-
"
|
|
17
|
+
"devDependencies": {
|
|
18
|
+
"@objectstack/cli": "^3.0.2",
|
|
18
19
|
"@objectstack/client": "^3.0.2",
|
|
19
20
|
"@objectstack/driver-memory": "^3.0.2",
|
|
20
21
|
"@objectstack/objectql": "^3.0.2",
|
|
21
22
|
"@objectstack/plugin-msw": "^3.0.2",
|
|
22
23
|
"@objectstack/runtime": "^3.0.2",
|
|
23
24
|
"@objectstack/spec": "^3.0.2",
|
|
24
|
-
"lucide-react": "^0.563.0",
|
|
25
|
-
"react": "19.2.4",
|
|
26
|
-
"react-dom": "19.2.4",
|
|
27
|
-
"react-router-dom": "^7.13.0",
|
|
28
|
-
"sonner": "^2.0.7",
|
|
29
|
-
"@object-ui/auth": "2.0.0",
|
|
30
|
-
"@object-ui/components": "2.0.0",
|
|
31
|
-
"@object-ui/core": "2.0.0",
|
|
32
|
-
"@object-ui/collaboration": "2.0.0",
|
|
33
|
-
"@object-ui/example-crm": "1.0.0",
|
|
34
|
-
"@object-ui/data-objectstack": "2.0.0",
|
|
35
|
-
"@object-ui/example-todo": "1.0.0",
|
|
36
|
-
"@object-ui/example-kitchen-sink": "1.0.0",
|
|
37
|
-
"@object-ui/fields": "2.0.0",
|
|
38
|
-
"@object-ui/i18n": "2.0.0",
|
|
39
|
-
"@object-ui/layout": "2.0.0",
|
|
40
|
-
"@object-ui/plugin-calendar": "2.0.0",
|
|
41
|
-
"@object-ui/permissions": "2.0.0",
|
|
42
|
-
"@object-ui/plugin-charts": "2.0.0",
|
|
43
|
-
"@object-ui/mobile": "2.0.0",
|
|
44
|
-
"@object-ui/plugin-dashboard": "2.0.0",
|
|
45
|
-
"@object-ui/plugin-designer": "2.0.0",
|
|
46
|
-
"@object-ui/plugin-form": "2.0.0",
|
|
47
|
-
"@object-ui/plugin-detail": "2.0.0",
|
|
48
|
-
"@object-ui/plugin-gantt": "2.0.0",
|
|
49
|
-
"@object-ui/plugin-grid": "2.0.0",
|
|
50
|
-
"@object-ui/plugin-kanban": "2.0.0",
|
|
51
|
-
"@object-ui/plugin-list": "2.0.0",
|
|
52
|
-
"@object-ui/plugin-map": "2.0.0",
|
|
53
|
-
"@object-ui/plugin-markdown": "2.0.0",
|
|
54
|
-
"@object-ui/plugin-timeline": "2.0.0",
|
|
55
|
-
"@object-ui/plugin-view": "2.0.0",
|
|
56
|
-
"@object-ui/plugin-report": "2.0.0",
|
|
57
|
-
"@object-ui/react": "2.0.0",
|
|
58
|
-
"@object-ui/types": "2.0.0"
|
|
59
|
-
},
|
|
60
|
-
"devDependencies": {
|
|
61
|
-
"@objectstack/cli": "^3.0.2",
|
|
62
25
|
"@tailwindcss/postcss": "^4.1.18",
|
|
63
26
|
"@testing-library/jest-dom": "^6.9.1",
|
|
64
27
|
"@testing-library/react": "^16.3.2",
|
|
@@ -70,12 +33,47 @@
|
|
|
70
33
|
"@vitest/ui": "^4.0.18",
|
|
71
34
|
"autoprefixer": "^10.4.24",
|
|
72
35
|
"happy-dom": "^20.6.1",
|
|
36
|
+
"lucide-react": "^0.563.0",
|
|
73
37
|
"msw": "^2.12.10",
|
|
74
38
|
"postcss": "^8.5.6",
|
|
39
|
+
"react": "19.2.4",
|
|
40
|
+
"react-dom": "19.2.4",
|
|
41
|
+
"react-router-dom": "^7.13.0",
|
|
42
|
+
"sonner": "^2.0.7",
|
|
75
43
|
"tailwindcss": "^4.1.18",
|
|
76
44
|
"typescript": "^5.9.3",
|
|
77
45
|
"vite": "^6.4.1",
|
|
78
|
-
"vitest": "^4.0.18"
|
|
46
|
+
"vitest": "^4.0.18",
|
|
47
|
+
"@object-ui/auth": "3.0.1",
|
|
48
|
+
"@object-ui/collaboration": "3.0.1",
|
|
49
|
+
"@object-ui/components": "3.0.1",
|
|
50
|
+
"@object-ui/core": "3.0.1",
|
|
51
|
+
"@object-ui/data-objectstack": "3.0.1",
|
|
52
|
+
"@object-ui/example-crm": "1.0.0",
|
|
53
|
+
"@object-ui/example-kitchen-sink": "1.0.0",
|
|
54
|
+
"@object-ui/example-todo": "1.0.0",
|
|
55
|
+
"@object-ui/fields": "3.0.1",
|
|
56
|
+
"@object-ui/i18n": "3.0.1",
|
|
57
|
+
"@object-ui/layout": "3.0.1",
|
|
58
|
+
"@object-ui/mobile": "3.0.1",
|
|
59
|
+
"@object-ui/permissions": "3.0.1",
|
|
60
|
+
"@object-ui/plugin-calendar": "3.0.1",
|
|
61
|
+
"@object-ui/plugin-charts": "3.0.1",
|
|
62
|
+
"@object-ui/plugin-dashboard": "3.0.1",
|
|
63
|
+
"@object-ui/plugin-designer": "3.0.1",
|
|
64
|
+
"@object-ui/plugin-detail": "3.0.1",
|
|
65
|
+
"@object-ui/plugin-form": "3.0.1",
|
|
66
|
+
"@object-ui/plugin-gantt": "3.0.1",
|
|
67
|
+
"@object-ui/plugin-grid": "3.0.1",
|
|
68
|
+
"@object-ui/plugin-kanban": "3.0.1",
|
|
69
|
+
"@object-ui/plugin-list": "3.0.1",
|
|
70
|
+
"@object-ui/plugin-map": "3.0.1",
|
|
71
|
+
"@object-ui/plugin-markdown": "3.0.1",
|
|
72
|
+
"@object-ui/plugin-report": "3.0.1",
|
|
73
|
+
"@object-ui/plugin-timeline": "3.0.1",
|
|
74
|
+
"@object-ui/plugin-view": "3.0.1",
|
|
75
|
+
"@object-ui/react": "3.0.1",
|
|
76
|
+
"@object-ui/types": "3.0.1"
|
|
79
77
|
},
|
|
80
78
|
"msw": {
|
|
81
79
|
"workerDirectory": [
|