@overmap-ai/forms 1.0.37-video-card.1 → 1.0.37
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 +47 -53
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@overmap-ai/forms",
|
|
3
|
-
"version": "1.0.37
|
|
3
|
+
"version": "1.0.37",
|
|
4
4
|
"license": "UNLICENSED",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -32,58 +32,57 @@
|
|
|
32
32
|
"jsonschema:bundle": "jsonschema bundle src/form/schema/FieldSchema.schema.json --resolve src/form/fields > static/fields-schema.json"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
|
-
"@dagrejs/dagre": "
|
|
36
|
-
"@hello-pangea/dnd": "
|
|
37
|
-
"@xyflow/react": "
|
|
38
|
-
"class-variance-authority": "
|
|
39
|
-
"file-saver": "
|
|
40
|
-
"formik": "
|
|
41
|
-
"graphology": "
|
|
42
|
-
"graphology-dag": "
|
|
43
|
-
"graphology-traversal": "
|
|
44
|
-
"lodash.get": "
|
|
45
|
-
"lodash.set": "
|
|
46
|
-
"react-zxing": "
|
|
47
|
-
"uuid": "
|
|
35
|
+
"@dagrejs/dagre": "1.1.5",
|
|
36
|
+
"@hello-pangea/dnd": "18.0.1",
|
|
37
|
+
"@xyflow/react": "12.8.4",
|
|
38
|
+
"class-variance-authority": "0.7.1",
|
|
39
|
+
"file-saver": "2.0.5",
|
|
40
|
+
"formik": "2.4.6",
|
|
41
|
+
"graphology": "0.26.0",
|
|
42
|
+
"graphology-dag": "0.4.1",
|
|
43
|
+
"graphology-traversal": "0.3.1",
|
|
44
|
+
"lodash.get": "4.4.2",
|
|
45
|
+
"lodash.set": "4.3.2",
|
|
46
|
+
"react-zxing": "2.1.0",
|
|
47
|
+
"uuid": "11.1.0"
|
|
48
48
|
},
|
|
49
49
|
"devDependencies": {
|
|
50
|
-
"@chromatic-com/storybook": "
|
|
51
|
-
"@overmap-ai/blocks": "1.0.
|
|
52
|
-
"@radix-ui/colors": "
|
|
53
|
-
"@sourcemeta/jsonschema": "
|
|
54
|
-
"@storybook/addon-a11y": "
|
|
55
|
-
"@storybook/addon-docs": "
|
|
56
|
-
"@storybook/addon-onboarding": "
|
|
57
|
-
"@storybook/addon-themes": "
|
|
58
|
-
"@storybook/react-vite": "
|
|
59
|
-
"@tailwindcss/vite": "
|
|
60
|
-
"@types/file-saver": "
|
|
61
|
-
"@types/lodash.
|
|
62
|
-
"@types/lodash.
|
|
63
|
-
"@types/
|
|
64
|
-
"@types/
|
|
65
|
-
"@types/react": "
|
|
66
|
-
"@
|
|
67
|
-
"@vitejs/plugin-react": "
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
71
|
-
"
|
|
72
|
-
"oxlint": "
|
|
73
|
-
"
|
|
74
|
-
"react": "
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"storybook": "^9.0.18",
|
|
50
|
+
"@chromatic-com/storybook": "5.2.1",
|
|
51
|
+
"@overmap-ai/blocks": "1.0.49",
|
|
52
|
+
"@radix-ui/colors": "3.0.0",
|
|
53
|
+
"@sourcemeta/jsonschema": "14.7.1",
|
|
54
|
+
"@storybook/addon-a11y": "10.4.5",
|
|
55
|
+
"@storybook/addon-docs": "10.4.5",
|
|
56
|
+
"@storybook/addon-onboarding": "10.4.5",
|
|
57
|
+
"@storybook/addon-themes": "10.4.5",
|
|
58
|
+
"@storybook/react-vite": "10.4.5",
|
|
59
|
+
"@tailwindcss/vite": "4.1.11",
|
|
60
|
+
"@types/file-saver": "2.0.7",
|
|
61
|
+
"@types/lodash.get": "4.4.9",
|
|
62
|
+
"@types/lodash.set": "4.3.9",
|
|
63
|
+
"@types/node": "22.17.1",
|
|
64
|
+
"@types/react": "19.0.8",
|
|
65
|
+
"@types/react-dom": "19.0.3",
|
|
66
|
+
"@vitejs/plugin-react": "4.7.0",
|
|
67
|
+
"@vitejs/plugin-react-swc": "3.11.0",
|
|
68
|
+
"globals": "16.3.0",
|
|
69
|
+
"graphology-types": "0.24.8",
|
|
70
|
+
"oxfmt": "0.23.0",
|
|
71
|
+
"oxlint": "1.38.0",
|
|
72
|
+
"oxlint-tsgolint": "0.11.0",
|
|
73
|
+
"react": "19.0.0",
|
|
74
|
+
"react-dom": "19.0.0",
|
|
75
|
+
"rollup": "4.59.0",
|
|
76
|
+
"storybook": "10.4.5",
|
|
78
77
|
"tailwindcss": "^4.1.11",
|
|
79
|
-
"typescript": "
|
|
80
|
-
"vite": "
|
|
81
|
-
"vite-plugin-dts": "
|
|
82
|
-
"vite-plugin-externalize-deps": "
|
|
83
|
-
"vitest": "
|
|
78
|
+
"typescript": "5.6.3",
|
|
79
|
+
"vite": "6.4.3",
|
|
80
|
+
"vite-plugin-dts": "4.5.4",
|
|
81
|
+
"vite-plugin-externalize-deps": "0.9.0",
|
|
82
|
+
"vitest": "4.1.0"
|
|
84
83
|
},
|
|
85
84
|
"peerDependencies": {
|
|
86
|
-
"@overmap-ai/blocks": "1.0.
|
|
85
|
+
"@overmap-ai/blocks": "1.0.49",
|
|
87
86
|
"react": ">=18.2.0 <20.0.0",
|
|
88
87
|
"react-dom": ">=18.2.0 <20.0.0",
|
|
89
88
|
"tailwindcss": "^4.0.0"
|
|
@@ -91,11 +90,6 @@
|
|
|
91
90
|
"resolutions": {
|
|
92
91
|
"@types/react": "^19.0.0"
|
|
93
92
|
},
|
|
94
|
-
"eslintConfig": {
|
|
95
|
-
"extends": [
|
|
96
|
-
"plugin:storybook/recommended"
|
|
97
|
-
]
|
|
98
|
-
},
|
|
99
93
|
"volta": {
|
|
100
94
|
"node": "22.17.1",
|
|
101
95
|
"yarn": "4.9.2"
|