File size: 924 Bytes
168589a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
	"name": "@gradio/markdown-code",
	"version": "0.5.2",
	"description": "Gradio UI packages",
	"type": "module",
	"author": "",
	"license": "ISC",
	"private": false,
	"main_changeset": true,
	"main": "Index.svelte",
	"exports": {
		".": {
			"gradio": "./index.ts",
			"svelte": "./dist/index.js",
			"types": "./dist/index.d.ts"
		},
		"./package.json": "./package.json"
	},
	"dependencies": {
		"@gradio/sanitize": "workspace:^",
		"@types/katex": "^0.16.7",
		"@types/prismjs": "1.26.5",
		"github-slugger": "^2.0.0",
		"katex": "^0.16.23",
		"marked": "^12.0.0",
		"marked-gfm-heading-id": "^3.1.2",
		"marked-highlight": "^2.0.1",
		"mermaid": "^11.12.0",
		"prismjs": "^1.30.0"
	},
	"devDependencies": {
		"@gradio/preview": "workspace:^"
	},
	"peerDependencies": {
		"svelte": "^5.43.4"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/gradio-app/gradio.git",
		"directory": "js/markdown"
	}
}