react-design-editor 0.0.77 → 0.0.78
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 +11 -13
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "react-design-editor",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.78",
|
|
4
4
|
"description": "Design Editor Tools with React.js + ant.design + fabric.js",
|
|
5
5
|
"main": "dist/react-design-editor.cjs.js",
|
|
6
6
|
"module": "dist/react-design-editor.es.js",
|
|
@@ -49,28 +49,16 @@
|
|
|
49
49
|
},
|
|
50
50
|
"dependencies": {
|
|
51
51
|
"@dagrejs/dagre": "^1.1.4",
|
|
52
|
-
"@flomon-ui/icons": "^0.0.68",
|
|
53
52
|
"animejs": "^3.0.0",
|
|
54
|
-
"classnames": "^2.2.6",
|
|
55
|
-
"clsx": "^2.1.1",
|
|
56
53
|
"color": "^3.1.2",
|
|
57
54
|
"echarts": "^4.7.0",
|
|
58
55
|
"elkjs": "^0.10.0",
|
|
59
56
|
"fabric": "^4.6.0",
|
|
60
57
|
"gifler": "^0.1.0",
|
|
61
58
|
"honeycomb-grid": "^3.1.7",
|
|
62
|
-
"i18next": "^19.0.0",
|
|
63
|
-
"i18next-browser-languagedetector": "^2.2.4",
|
|
64
59
|
"lodash": "^4.17.10",
|
|
65
60
|
"mediaelement": "^4.2.9",
|
|
66
|
-
"prop-types": "^15.6.2",
|
|
67
|
-
"react-ace": "^8.1.0",
|
|
68
|
-
"react-color": "^2.14.1",
|
|
69
|
-
"react-custom-scrollbars": "^4.2.1",
|
|
70
|
-
"react-helmet": "^5.2.0",
|
|
71
|
-
"react-json-view": "^1.19.1",
|
|
72
61
|
"resize-observer-polyfill": "^1.5.1",
|
|
73
|
-
"store": "^2.0.12",
|
|
74
62
|
"svg-path-properties": "^1.3.0",
|
|
75
63
|
"uuid": "^11.1.0",
|
|
76
64
|
"warning": "^4.0.3"
|
|
@@ -88,6 +76,7 @@
|
|
|
88
76
|
"@babel/preset-env": "^7.16.4",
|
|
89
77
|
"@babel/preset-react": "^7.16.0",
|
|
90
78
|
"@babel/preset-typescript": "^7.16.0",
|
|
79
|
+
"@flomon-ui/icons": "^0.0.71",
|
|
91
80
|
"@hot-loader/react-dom": "^17.0.1",
|
|
92
81
|
"@types/animejs": "^3.1.0",
|
|
93
82
|
"@types/color": "^3.0.1",
|
|
@@ -109,6 +98,7 @@
|
|
|
109
98
|
"babel-loader": "^8.1.0",
|
|
110
99
|
"babel-plugin-dynamic-import-webpack": "^1.1.0",
|
|
111
100
|
"babel-plugin-import": "^1.13.0",
|
|
101
|
+
"clsx": "^2.1.1",
|
|
112
102
|
"core-js": "^3.19.1",
|
|
113
103
|
"css-loader": "^3.5.2",
|
|
114
104
|
"del": "^5.1.0",
|
|
@@ -128,12 +118,20 @@
|
|
|
128
118
|
"gh-pages": "^2.2.0",
|
|
129
119
|
"html-webpack-plugin": "^5.6.3",
|
|
130
120
|
"http-server": "^14.1.0",
|
|
121
|
+
"i18next": "^19.0.0",
|
|
122
|
+
"i18next-browser-languagedetector": "^2.2.4",
|
|
131
123
|
"less": "^2.7.3",
|
|
132
124
|
"less-loader": "^5.0.0",
|
|
133
125
|
"path": "^0.12.7",
|
|
134
126
|
"prettier": "^3.5.3",
|
|
127
|
+
"prop-types": "^15.8.1",
|
|
135
128
|
"react": "^16.14.0",
|
|
129
|
+
"react-ace": "^8.1.0",
|
|
130
|
+
"react-color": "^2.14.1",
|
|
131
|
+
"react-custom-scrollbars": "^4.2.1",
|
|
136
132
|
"react-dom": "^16.14.0",
|
|
133
|
+
"react-helmet": "^5.2.0",
|
|
134
|
+
"react-json-view": "^1.19.1",
|
|
137
135
|
"style-loader": "^1.1.4",
|
|
138
136
|
"terser-webpack-plugin": "^5.3.14",
|
|
139
137
|
"tslib": "^2.8.1",
|