@fileverse-dev/ddoc 2.0.0-patch-2 → 2.0.1-patch
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/index.es.js +70609 -37059
- package/dist/package/components/editor-utils.d.ts +2 -1
- package/dist/package/extensions/footnote/footnote.d.ts +4 -0
- package/dist/package/extensions/mardown-paste-handler/index.d.ts +11 -1
- package/dist/package/hooks/use-visibility.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +9 -2
package/package.json
CHANGED
@@ -2,7 +2,7 @@
|
|
2
2
|
"name": "@fileverse-dev/ddoc",
|
3
3
|
"private": false,
|
4
4
|
"description": "DDoc",
|
5
|
-
"version": "2.0.
|
5
|
+
"version": "2.0.1-patch",
|
6
6
|
"main": "dist/index.es.js",
|
7
7
|
"module": "dist/index.es.js",
|
8
8
|
"exports": {
|
@@ -27,7 +27,8 @@
|
|
27
27
|
},
|
28
28
|
"dependencies": {
|
29
29
|
"@_ueberdosis/prosemirror-tables": "^1.1.3",
|
30
|
-
"@
|
30
|
+
"@aarkue/tiptap-math-extension": "^1.3.3",
|
31
|
+
"@fileverse/ui": "^4.1.0-patch",
|
31
32
|
"@radix-ui/react-focus-scope": "^1.1.0",
|
32
33
|
"@radix-ui/react-popover": "^1.0.7",
|
33
34
|
"@tippyjs/react": "^4.2.6",
|
@@ -61,7 +62,9 @@
|
|
61
62
|
"embla-carousel-react": "^8.1.5",
|
62
63
|
"ethers": "^6.13.1",
|
63
64
|
"framer-motion": "^11.2.12",
|
65
|
+
"katex": "^0.16.11",
|
64
66
|
"lucide-react": "^0.379.0",
|
67
|
+
"markdown-it-footnote": "^4.0.0",
|
65
68
|
"platform": "^1.3.6",
|
66
69
|
"prosemirror-model": "^1.21.0",
|
67
70
|
"prosemirror-state": "^1.4.3",
|
@@ -72,6 +75,7 @@
|
|
72
75
|
"tailwindcss-animate": "^1.0.7",
|
73
76
|
"tippy.js": "^6.3.7",
|
74
77
|
"tiptap-markdown": "^0.8.10",
|
78
|
+
"turndown": "^7.2.0",
|
75
79
|
"usehooks-ts": "^3.1.0",
|
76
80
|
"vaul": "^0.9.1",
|
77
81
|
"vite-plugin-dts": "^3.6.3",
|
@@ -81,10 +85,13 @@
|
|
81
85
|
},
|
82
86
|
"devDependencies": {
|
83
87
|
"@types/dompurify": "^3.0.5",
|
88
|
+
"@types/katex": "^0.16.7",
|
89
|
+
"@types/markdown-it-footnote": "^3.0.4",
|
84
90
|
"@types/node": "^20.10.0",
|
85
91
|
"@types/platform": "^1.3.6",
|
86
92
|
"@types/react": "^18.2.37",
|
87
93
|
"@types/react-dom": "^18.2.15",
|
94
|
+
"@types/turndown": "^5.0.5",
|
88
95
|
"@typescript-eslint/eslint-plugin": "^6.10.0",
|
89
96
|
"@typescript-eslint/parser": "^6.10.0",
|
90
97
|
"@vitejs/plugin-react": "^4.2.0",
|