@fileverse-dev/ddoc 1.4.8 → 1.4.9
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +10984 -11407
- package/dist/index.umd.js +96 -101
- package/package.json +1 -3
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
3
3
|
"private": false,
|
4
4
|
"description": "DDoc",
|
5
|
-
"version": "1.4.
|
5
|
+
"version": "1.4.9",
|
6
6
|
"main": "dist/index.umd.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -51,13 +51,11 @@
|
|
51
51
|
"@tiptap/react": "^2.4.0",
|
52
52
|
"@tiptap/starter-kit": "^2.4.0",
|
53
53
|
"@tiptap/suggestion": "^2.4.0",
|
54
|
-
"@types/platform": "^1.3.6",
|
55
54
|
"classnames": "^2.5.1",
|
56
55
|
"embla-carousel-react": "^8.1.5",
|
57
56
|
"ethers": "^6.13.1",
|
58
57
|
"framer-motion": "^11.2.12",
|
59
58
|
"lucide-react": "^0.379.0",
|
60
|
-
"platform": "^1.3.6",
|
61
59
|
"prosemirror-model": "^1.21.0",
|
62
60
|
"prosemirror-state": "^1.4.3",
|
63
61
|
"react": "^18.2.0",
|