markstream-vue 1.0.1-beta.0 → 1.0.1-beta.1

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.
Files changed (2) hide show
  1. package/dist/tailwind.js +0 -0
  2. package/package.json +88 -114
package/dist/tailwind.js CHANGED
Binary file
package/package.json CHANGED
@@ -1,8 +1,7 @@
1
1
  {
2
2
  "name": "markstream-vue",
3
3
  "type": "module",
4
- "version": "1.0.1-beta.0",
5
- "packageManager": "pnpm@10.33.4",
4
+ "version": "1.0.1-beta.1",
6
5
  "description": "Streaming-friendly Vue 3 Markdown renderer for docs sites, AI chat UIs, and large documents.",
7
6
  "author": "Simon He",
8
7
  "license": "MIT",
@@ -110,6 +109,91 @@
110
109
  "files": [
111
110
  "dist"
112
111
  ],
112
+ "peerDependencies": {
113
+ "@antv/infographic": "^0.2.3",
114
+ "@terrastruct/d2": ">=0.1.33",
115
+ "katex": ">=0.16.22",
116
+ "mermaid": ">=11",
117
+ "stream-markdown": ">=0.0.15",
118
+ "stream-monaco": ">=0.0.41",
119
+ "vue": ">=3.0.0",
120
+ "vue-i18n": ">=9"
121
+ },
122
+ "peerDependenciesMeta": {
123
+ "@antv/infographic": {
124
+ "optional": true
125
+ },
126
+ "@terrastruct/d2": {
127
+ "optional": true
128
+ },
129
+ "katex": {
130
+ "optional": true
131
+ },
132
+ "mermaid": {
133
+ "optional": true
134
+ },
135
+ "stream-markdown": {
136
+ "optional": true
137
+ },
138
+ "stream-monaco": {
139
+ "optional": true
140
+ },
141
+ "vue-i18n": {
142
+ "optional": true
143
+ }
144
+ },
145
+ "dependencies": {
146
+ "@chenglou/pretext": "^0.0.5",
147
+ "@floating-ui/dom": "^1.7.6",
148
+ "markstream-core": "1.0.0",
149
+ "stream-markdown-parser": "1.0.0"
150
+ },
151
+ "devDependencies": {
152
+ "@antfu/eslint-config": "^5.4.1",
153
+ "@shikijs/vitepress-twoslash": "^4.0.2",
154
+ "@types/markdown-it-emoji": "^3.0.1",
155
+ "@types/node": "^18.19.130",
156
+ "@types/react": "^19.2.14",
157
+ "@types/react-dom": "^19.2.3",
158
+ "@vitejs/plugin-vue": "^5.2.4",
159
+ "@vitest/ui": "^4.1.6",
160
+ "@vue/test-utils": "^2.4.10",
161
+ "autoprefixer": "^10.5.0",
162
+ "brotli-compress": "^1.3.3",
163
+ "bumpp": "^8.2.1",
164
+ "conventional-changelog-cli": "^5.0.0",
165
+ "eslint": "^9.39.4",
166
+ "fflate": "^0.8.2",
167
+ "lint-staged": "^13.3.0",
168
+ "lz-string": "^1.5.0",
169
+ "markdown-it-emoji": "^3.0.0",
170
+ "material-icon-theme": "^5.34.0",
171
+ "picocolors": "^1.1.1",
172
+ "playwright-core": "^1.60.0",
173
+ "postcss-cli": "^11.0.1",
174
+ "react": "^19.2.6",
175
+ "react-dom": "^19.2.6",
176
+ "rollup": "^3.30.0",
177
+ "rollup-plugin-dts": "^5.3.1",
178
+ "rollup-plugin-visualizer": "^6.0.11",
179
+ "tailwindcss": "^3.4.19",
180
+ "terser": "^5.47.1",
181
+ "tsx": "^4.22.0",
182
+ "typescript": "^5.9.3",
183
+ "unplugin-class-extractor": "^0.0.22",
184
+ "unplugin-vue-components": "^28.8.0",
185
+ "vite": "^7.3.3",
186
+ "vite-plugin-dts": "^4.5.4",
187
+ "vite-plugin-pages": "^0.33.3",
188
+ "vite-svg-loader": "^5.1.1",
189
+ "vitepress": "^1.6.4",
190
+ "vitest": "^4.1.6",
191
+ "vue": "^3.5.34",
192
+ "vue-tsc": "^2.2.12"
193
+ },
194
+ "lint-staged": {
195
+ "*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix"
196
+ },
113
197
  "scripts": {
114
198
  "dev": "pnpm run -C playground dev",
115
199
  "test": "vitest",
@@ -136,7 +220,6 @@
136
220
  "typecheck": "vue-tsc --noEmit",
137
221
  "check:ssr": "vitest --run test/ssr-import.test.ts test/ssr-render-to-string.test.ts",
138
222
  "release:verify": "pnpm run build:parser && pnpm run build:core && pnpm lint && pnpm typecheck && pnpm exec vitest --run --testTimeout=10000 && pnpm run test:api:strict && MARKSTREAM_SMOKE_SKIP_BUILD=1 pnpm run test:smoke:pack && MARKSTREAM_SMOKE_SKIP_BUILD=1 pnpm run test:smoke:pack:optional",
139
- "prepublishOnly": "pnpm run build:parser && npm run build && pnpm run check:workspace-deps-published && MARKSTREAM_SMOKE_SKIP_BUILD=1 pnpm run test:smoke:pack && MARKSTREAM_SMOKE_SKIP_BUILD=1 pnpm run test:smoke:pack:optional",
140
223
  "play": "pnpm run -C playground dev",
141
224
  "play:angular": "pnpm run -C playground-angular dev",
142
225
  "play:vue2": "pnpm run -C playground-vue2 dev",
@@ -191,7 +274,7 @@
191
274
  "build:demo": "vite build",
192
275
  "build:view": "vite preview",
193
276
  "changelog": "conventional-changelog -p angular --tag-prefix markstream-vue@ -i CHANGELOG.md -s -r 1",
194
- "release": "bumpp --commit --no-tag --no-push --execute 'conventional-changelog -p angular --tag-prefix markstream-vue@ -i CHANGELOG.md -s -r 1' && pnpm run check:workspace-deps-published && pnpm publish && node scripts/tag-package.mjs --package-json package.json --push",
277
+ "release": "bumpp --all --commit --no-tag --no-push --execute 'conventional-changelog -p angular --tag-prefix markstream-vue@ -i CHANGELOG.md -s -r 1' && pnpm run check:workspace-deps-published && pnpm publish && node scripts/tag-package.mjs --package-json package.json --push",
195
278
  "release:angular": "pnpm run -C packages/markstream-angular release",
196
279
  "release:parser": "pnpm run -C packages/markdown-parser release",
197
280
  "release:gate:1.0": "pnpm run release:verify && pnpm run docs:build:ci && pnpm run size:check && pnpm run check:packed-workspace-deps && MARKSTREAM_RELEASE_GATE=1 MARKSTREAM_BENCHMARK_OUTPUT_DIR=.tmp/benchmark pnpm run benchmark:1.0",
@@ -238,114 +321,5 @@
238
321
  "test:e2e:next14-ssr": "node scripts/e2e-next-ssr.mjs --playground playground-next14 --version next14",
239
322
  "test:e2e:next15-ssr": "node scripts/e2e-next-ssr.mjs --playground playground-next15 --version next15",
240
323
  "test:e2e:next-ssr": "pnpm run test:e2e:next14-ssr && pnpm run test:e2e:next15-ssr"
241
- },
242
- "peerDependencies": {
243
- "@antv/infographic": "^0.2.3",
244
- "@terrastruct/d2": ">=0.1.33",
245
- "katex": ">=0.16.22",
246
- "mermaid": ">=11",
247
- "stream-markdown": ">=0.0.15",
248
- "stream-monaco": ">=0.0.41",
249
- "vue": ">=3.0.0",
250
- "vue-i18n": ">=9"
251
- },
252
- "peerDependenciesMeta": {
253
- "@antv/infographic": {
254
- "optional": true
255
- },
256
- "@terrastruct/d2": {
257
- "optional": true
258
- },
259
- "katex": {
260
- "optional": true
261
- },
262
- "mermaid": {
263
- "optional": true
264
- },
265
- "stream-markdown": {
266
- "optional": true
267
- },
268
- "stream-monaco": {
269
- "optional": true
270
- },
271
- "vue-i18n": {
272
- "optional": true
273
- }
274
- },
275
- "dependencies": {
276
- "@chenglou/pretext": "^0.0.5",
277
- "@floating-ui/dom": "^1.7.6",
278
- "markstream-core": "workspace:*",
279
- "stream-markdown-parser": "workspace:*"
280
- },
281
- "devDependencies": {
282
- "@antfu/eslint-config": "^5.4.1",
283
- "@shikijs/vitepress-twoslash": "^4.0.2",
284
- "@types/markdown-it-emoji": "^3.0.1",
285
- "@types/node": "^18.19.130",
286
- "@types/react": "^19.2.14",
287
- "@types/react-dom": "^19.2.3",
288
- "@vitejs/plugin-vue": "^5.2.4",
289
- "@vitest/ui": "^4.1.6",
290
- "@vue/test-utils": "^2.4.10",
291
- "autoprefixer": "^10.5.0",
292
- "brotli-compress": "^1.3.3",
293
- "bumpp": "^8.2.1",
294
- "conventional-changelog-cli": "^5.0.0",
295
- "eslint": "^9.39.4",
296
- "fflate": "^0.8.2",
297
- "lint-staged": "^13.3.0",
298
- "lz-string": "^1.5.0",
299
- "markdown-it-emoji": "^3.0.0",
300
- "material-icon-theme": "^5.34.0",
301
- "picocolors": "^1.1.1",
302
- "playwright-core": "^1.60.0",
303
- "postcss-cli": "^11.0.1",
304
- "react": "^19.2.6",
305
- "react-dom": "^19.2.6",
306
- "rollup": "^3.30.0",
307
- "rollup-plugin-dts": "^5.3.1",
308
- "rollup-plugin-visualizer": "^6.0.11",
309
- "tailwindcss": "^3.4.19",
310
- "terser": "^5.47.1",
311
- "tsx": "^4.22.0",
312
- "typescript": "^5.9.3",
313
- "unplugin-class-extractor": "^0.0.22",
314
- "unplugin-vue-components": "^28.8.0",
315
- "vite": "^7.3.3",
316
- "vite-plugin-dts": "^4.5.4",
317
- "vite-plugin-pages": "^0.33.3",
318
- "vite-svg-loader": "^5.1.1",
319
- "vitepress": "^1.6.4",
320
- "vitest": "^4.1.6",
321
- "vue": "^3.5.34",
322
- "vue-tsc": "^2.2.12"
323
- },
324
- "pnpm": {
325
- "packageExtensions": {
326
- "vue-template-compiler@2.6.14": {
327
- "dependencies": {
328
- "vue": "2.6.14"
329
- }
330
- },
331
- "vue-template-compiler@2.7.16": {
332
- "dependencies": {
333
- "vue": "2.7.16"
334
- }
335
- }
336
- },
337
- "overrides": {
338
- "@vue/reactivity": "3.5.25",
339
- "@vue/runtime-core": "3.5.25",
340
- "@vue/runtime-dom": "3.5.25",
341
- "playground-vue2-cli>vue": "2.6.14",
342
- "playground-vue2-cli>vue-template-compiler": "2.6.14",
343
- "playground-vue2>vue": "2.7.16",
344
- "playground-vue2>vue-template-compiler": "2.7.16",
345
- "vue@^3": "3.5.25"
346
- }
347
- },
348
- "lint-staged": {
349
- "*.{vue,js,ts,jsx,tsx,md,json}": "eslint --fix"
350
324
  }
351
- }
325
+ }