carta/packages/plugin-tikz/package.json
BearToCode 1c82768337 v2.8.0
2023-11-06 20:57:07 +01:00

52 lines
893 B
JSON

{
"name": "@cartamd/plugin-tikz",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/BearToCode/carta-md.git"
},
"exports": {
".": {
"import": "./dist/index.js"
},
"./fonts.css": {
"import": "./dist/fonts.css"
}
},
"scripts": {
"build": "vite build"
},
"devDependencies": {
"@types/md5": "^2.3.2",
"carta-md": "workspace:*",
"md5": "^2.3.0",
"typescript": "^5.0.4",
"vite": "^4.3.9",
"vite-plugin-dts": "^2.3.0",
"vite-raw-plugin": "^1.0.2",
"marked": "^9.1.5"
},
"peerDependencies": {
"carta-md": "^2.8.0",
"marked": "^9.1.5"
},
"files": [
"dist"
],
"version": "2.8.0",
"keywords": [
"carta",
"markdown",
"editor",
"marked",
"text editor",
"marked editor",
"slash",
"syntax highlighting",
"emoji",
"katex"
]
}