markstream-react 0.0.1 → 0.0.2
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 +9 -9
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "markstream-react",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.2",
|
|
5
5
|
"description": "React renderer for stream-markdown based AST output used in markstream-vue.",
|
|
6
6
|
"exports": {
|
|
7
7
|
".": {
|
|
@@ -19,12 +19,6 @@
|
|
|
19
19
|
"files": [
|
|
20
20
|
"dist"
|
|
21
21
|
],
|
|
22
|
-
"scripts": {
|
|
23
|
-
"dev": "vite dev",
|
|
24
|
-
"build": "vite build --mode npm",
|
|
25
|
-
"preview": "vite preview",
|
|
26
|
-
"typecheck": "tsc --noEmit"
|
|
27
|
-
},
|
|
28
22
|
"peerDependencies": {
|
|
29
23
|
"katex": ">=0.16.22",
|
|
30
24
|
"mermaid": ">=11",
|
|
@@ -50,7 +44,7 @@
|
|
|
50
44
|
"dependencies": {
|
|
51
45
|
"@floating-ui/dom": "^1.7.4",
|
|
52
46
|
"clsx": "^2.1.1",
|
|
53
|
-
"stream-markdown-parser": "
|
|
47
|
+
"stream-markdown-parser": "0.0.51"
|
|
54
48
|
},
|
|
55
49
|
"devDependencies": {
|
|
56
50
|
"@types/react": "^18.3.12",
|
|
@@ -60,5 +54,11 @@
|
|
|
60
54
|
"tailwindcss": "^3.4.18",
|
|
61
55
|
"typescript": "^5.9.3",
|
|
62
56
|
"vite": "^7.2.4"
|
|
57
|
+
},
|
|
58
|
+
"scripts": {
|
|
59
|
+
"dev": "vite dev",
|
|
60
|
+
"build": "vite build --mode npm",
|
|
61
|
+
"preview": "vite preview",
|
|
62
|
+
"typecheck": "tsc --noEmit"
|
|
63
63
|
}
|
|
64
|
-
}
|
|
64
|
+
}
|