carta-md
Version:
A lightweight, fully customizable, Markdown editor
69 lines (68 loc) • 1.53 kB
JSON
{
"name": "carta-md",
"description": "A lightweight, fully customizable, Markdown editor",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/BearToCode/carta.git"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"import": "./dist/index.js"
},
"./default.css": "./dist/default.css"
},
"version": "4.11.2",
"scripts": {
"dev": "vite dev",
"build": "svelte-kit sync && svelte-package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"devDependencies": {
"@sveltejs/adapter-auto": "catalog:",
"@sveltejs/kit": "catalog:",
"@sveltejs/package": "catalog:",
"@sveltejs/vite-plugin-svelte": "catalog:",
"@types/diff": "^5.2.1",
"svelte": "catalog:",
"svelte-check": "catalog:",
"tslib": "catalog:",
"typescript": "catalog:",
"vite": "catalog:"
},
"type": "module",
"dependencies": {
"diff": "^5.2.0",
"esm-env": "^1.0.0",
"rehype-stringify": "^10.0.0",
"remark-gfm": "^4.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"shiki": "^3.4.0",
"unified": "^11.0.5"
},
"keywords": [
"carta",
"markdown",
"editor",
"unified",
"remark",
"text editor",
"marked editor",
"slash",
"syntax highlighting",
"emoji",
"katex"
],
"files": [
"dist"
]
}