@flowuent-org/diagramming-core 1.0.5 → 1.0.6

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,116 +1,116 @@
1
- {
2
- "name": "@flowuent-org/diagramming-core",
3
- "version": "1.0.5",
4
- "license": "MIT",
5
- "publishConfig": {
6
- "access": "public"
7
- },
8
- "scripts": {
9
- "dev-diagramming": "nx serve diagramming",
10
- "build-diagrams": "nx build diagrams"
11
- },
12
- "dependencies": {
13
- "@dnd-kit/core": "^6.2.0",
14
- "@dnd-kit/modifiers": "^8.0.0",
15
- "@dnd-kit/sortable": "^9.0.0",
16
- "@dnd-kit/utilities": "^3.2.2",
17
- "@emotion/react": "^11.13.5",
18
- "@emotion/styled": "^11.13.5",
19
- "@fontsource/roboto": "^5.1.0",
20
- "@hookform/resolvers": "^3.9.1",
21
- "@mui/base": "5.0.0-beta.62",
22
- "@mui/icons-material": "^6.1.8",
23
- "@mui/material": "^6.1.8",
24
- "@mui/types": "^7.2.19",
25
- "@mui/x-data-grid": "^7.22.3",
26
- "@tabler/icons-react": "^3.22.0",
27
- "@welldone-software/why-did-you-render": "^8.0.3",
28
- "@xyflow/react": "^12.3.5",
29
- "axios": "^1.7.8",
30
- "elkjs": "^0.9.3",
31
- "file-saver": "^2.0.5",
32
- "formik": "^2.4.6",
33
- "framer-motion": "^11.11.17",
34
- "gapi-script": "^1.2.0",
35
- "html-to-image": "^1.11.11",
36
- "i18next": "^24.0.2",
37
- "immer": "^10.1.1",
38
- "jotai": "^2.10.3",
39
- "js-beautify": "^1.15.1",
40
- "lodash": "^4.17.21",
41
- "nanoid": "^5.0.9",
42
- "react": "19.0.0",
43
- "react-color": "^2.19.3",
44
- "react-dnd": "^16.0.1",
45
- "react-dom": "19.0.0",
46
- "react-from-json": "^0.8.0",
47
- "react-hook-form": "^7.53.2",
48
- "react-i18next": "^15.1.2",
49
- "react-icons": "^5.3.0",
50
- "react-json-view": "^1.21.3",
51
- "react-rnd": "^10.4.13",
52
- "react-router-dom": "^7.0.1",
53
- "react-syntax-highlighter": "^15.6.1",
54
- "reactflow": "^11.11.4",
55
- "tslib": "^2.8.1",
56
- "use-undo": "^1.1.1",
57
- "uuid": "^11.1.0",
58
- "xlsx": "^0.18.5",
59
- "yup": "^1.4.0",
60
- "zustand": "^5.0.1"
61
- },
62
- "devDependencies": {
63
- "@babel/core": "^7.26.0",
64
- "@babel/preset-react": "^7.25.9",
65
- "@nx/cypress": "20.6.4",
66
- "@nx/eslint": "20.6.4",
67
- "@nx/eslint-plugin": "20.6.4",
68
- "@nx/js": "20.6.4",
69
- "@nx/react": "20.6.4",
70
- "@nx/rollup": "20.6.4",
71
- "@nx/vite": "20.6.4",
72
- "@nx/web": "20.6.4",
73
- "@nx/webpack": "20.6.4",
74
- "@nx/workspace": "20.6.4",
75
- "@rollup/plugin-typescript": "^12.1.1",
76
- "@rollup/plugin-url": "^8.0.2",
77
- "@svgr/rollup": "^8.1.0",
78
- "@svgr/webpack": "^8.1.0",
79
- "@swc-node/register": "~1.10.9",
80
- "@swc/cli": "~0.5.1",
81
- "@swc/core": "~1.9.3",
82
- "@swc/helpers": "~0.5.15",
83
- "@testing-library/react": "16.1.0",
84
- "@types/file-saver": "^2.0.7",
85
- "@types/jest": "^29.5.14",
86
- "@types/js-beautify": "^1.14.3",
87
- "@types/lodash": "^4.17.13",
88
- "@types/node": "22.10.0",
89
- "@types/react": "18.3.12",
90
- "@types/react-color": "^3.0.12",
91
- "@types/react-dom": "18.3.1",
92
- "@types/uuid": "^10.0.0",
93
- "@typescript-eslint/eslint-plugin": "^8.16.0",
94
- "@typescript-eslint/parser": "^8.16.0",
95
- "@vitejs/plugin-react": "^4.3.4",
96
- "@vitest/coverage-v8": "^2.1.6",
97
- "@vitest/ui": "^2.1.6",
98
- "eslint": "~9.15.0",
99
- "eslint-config-prettier": "^9.1.0",
100
- "eslint-plugin-cypress": "^4.1.0",
101
- "eslint-plugin-import": "2.31.0",
102
- "eslint-plugin-jsx-a11y": "6.10.2",
103
- "eslint-plugin-react": "7.37.2",
104
- "eslint-plugin-react-hooks": "5.0.0",
105
- "eslint-plugin-react-refresh": "^0.4.14",
106
- "jsdom": "~25.0.1",
107
- "nx": "20.6.4",
108
- "prettier": "^3.4.1",
109
- "rollup-preserve-directives": "^1.1.3",
110
- "swc-loader": "0.1.15",
111
- "typescript": "~5.7.2",
112
- "vite": "^6.3.6",
113
- "vitest": "^2.1.6",
114
- "webpack-cli": "^5.1.4"
115
- }
116
- }
1
+ {
2
+ "name": "@flowuent-org/diagramming-core",
3
+ "version": "1.0.6",
4
+ "license": "MIT",
5
+ "publishConfig": {
6
+ "access": "public"
7
+ },
8
+ "scripts": {
9
+ "dev-diagramming": "nx serve diagramming",
10
+ "build-diagrams": "nx build diagrams"
11
+ },
12
+ "dependencies": {
13
+ "@dnd-kit/core": "^6.2.0",
14
+ "@dnd-kit/modifiers": "^8.0.0",
15
+ "@dnd-kit/sortable": "^9.0.0",
16
+ "@dnd-kit/utilities": "^3.2.2",
17
+ "@emotion/react": "^11.13.5",
18
+ "@emotion/styled": "^11.13.5",
19
+ "@fontsource/roboto": "^5.1.0",
20
+ "@hookform/resolvers": "^3.9.1",
21
+ "@mui/base": "5.0.0-beta.62",
22
+ "@mui/icons-material": "^6.1.8",
23
+ "@mui/material": "^6.1.8",
24
+ "@mui/types": "^7.2.19",
25
+ "@mui/x-data-grid": "^7.22.3",
26
+ "@tabler/icons-react": "^3.22.0",
27
+ "@welldone-software/why-did-you-render": "^8.0.3",
28
+ "@xyflow/react": "^12.3.5",
29
+ "axios": "^1.7.8",
30
+ "elkjs": "^0.9.3",
31
+ "file-saver": "^2.0.5",
32
+ "formik": "^2.4.6",
33
+ "framer-motion": "^11.11.17",
34
+ "gapi-script": "^1.2.0",
35
+ "html-to-image": "^1.11.11",
36
+ "i18next": "^24.0.2",
37
+ "immer": "^10.1.1",
38
+ "jotai": "^2.10.3",
39
+ "js-beautify": "^1.15.1",
40
+ "lodash": "^4.17.21",
41
+ "nanoid": "^5.0.9",
42
+ "react": "19.0.0",
43
+ "react-color": "^2.19.3",
44
+ "react-dnd": "^16.0.1",
45
+ "react-dom": "19.0.0",
46
+ "react-from-json": "^0.8.0",
47
+ "react-hook-form": "^7.53.2",
48
+ "react-i18next": "^15.1.2",
49
+ "react-icons": "^5.3.0",
50
+ "react-json-view": "^1.21.3",
51
+ "react-rnd": "^10.4.13",
52
+ "react-router-dom": "^7.0.1",
53
+ "react-syntax-highlighter": "^15.6.1",
54
+ "reactflow": "^11.11.4",
55
+ "tslib": "^2.8.1",
56
+ "use-undo": "^1.1.1",
57
+ "uuid": "^11.1.0",
58
+ "xlsx": "^0.18.5",
59
+ "yup": "^1.4.0",
60
+ "zustand": "^5.0.1"
61
+ },
62
+ "devDependencies": {
63
+ "@babel/core": "^7.26.0",
64
+ "@babel/preset-react": "^7.25.9",
65
+ "@nx/cypress": "20.6.4",
66
+ "@nx/eslint": "20.6.4",
67
+ "@nx/eslint-plugin": "20.6.4",
68
+ "@nx/js": "20.6.4",
69
+ "@nx/react": "20.6.4",
70
+ "@nx/rollup": "20.6.4",
71
+ "@nx/vite": "20.6.4",
72
+ "@nx/web": "20.6.4",
73
+ "@nx/webpack": "20.6.4",
74
+ "@nx/workspace": "20.6.4",
75
+ "@rollup/plugin-typescript": "^12.1.1",
76
+ "@rollup/plugin-url": "^8.0.2",
77
+ "@svgr/rollup": "^8.1.0",
78
+ "@svgr/webpack": "^8.1.0",
79
+ "@swc-node/register": "~1.10.9",
80
+ "@swc/cli": "~0.5.1",
81
+ "@swc/core": "~1.9.3",
82
+ "@swc/helpers": "~0.5.15",
83
+ "@testing-library/react": "16.1.0",
84
+ "@types/file-saver": "^2.0.7",
85
+ "@types/jest": "^29.5.14",
86
+ "@types/js-beautify": "^1.14.3",
87
+ "@types/lodash": "^4.17.13",
88
+ "@types/node": "22.10.0",
89
+ "@types/react": "18.3.12",
90
+ "@types/react-color": "^3.0.12",
91
+ "@types/react-dom": "18.3.1",
92
+ "@types/uuid": "^10.0.0",
93
+ "@typescript-eslint/eslint-plugin": "^8.16.0",
94
+ "@typescript-eslint/parser": "^8.16.0",
95
+ "@vitejs/plugin-react": "^4.3.4",
96
+ "@vitest/coverage-v8": "^2.1.6",
97
+ "@vitest/ui": "^2.1.6",
98
+ "eslint": "~9.15.0",
99
+ "eslint-config-prettier": "^9.1.0",
100
+ "eslint-plugin-cypress": "^4.1.0",
101
+ "eslint-plugin-import": "2.31.0",
102
+ "eslint-plugin-jsx-a11y": "6.10.2",
103
+ "eslint-plugin-react": "7.37.2",
104
+ "eslint-plugin-react-hooks": "5.0.0",
105
+ "eslint-plugin-react-refresh": "^0.4.14",
106
+ "jsdom": "~25.0.1",
107
+ "nx": "20.6.4",
108
+ "prettier": "^3.4.1",
109
+ "rollup-preserve-directives": "^1.1.3",
110
+ "swc-loader": "0.1.15",
111
+ "typescript": "~5.7.2",
112
+ "vite": "^6.3.6",
113
+ "vitest": "^2.1.6",
114
+ "webpack-cli": "^5.1.4"
115
+ }
116
+ }