@fileverse-dev/ddoc 1.4.7 → 1.4.8
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +11407 -10984
- package/dist/index.umd.js +101 -96
- package/package.json +3 -1
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.8",
|
6
6
|
"main": "dist/index.umd.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -51,11 +51,13 @@
|
|
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",
|
54
55
|
"classnames": "^2.5.1",
|
55
56
|
"embla-carousel-react": "^8.1.5",
|
56
57
|
"ethers": "^6.13.1",
|
57
58
|
"framer-motion": "^11.2.12",
|
58
59
|
"lucide-react": "^0.379.0",
|
60
|
+
"platform": "^1.3.6",
|
59
61
|
"prosemirror-model": "^1.21.0",
|
60
62
|
"prosemirror-state": "^1.4.3",
|
61
63
|
"react": "^18.2.0",
|