marp-share / client /package.json
Nipun's picture
Deploy marp-share (M1–M5): realtime + persistence + HF auth + comments + export
43370b3 verified
Raw
History Blame Contribute Delete
803 Bytes
{
"name": "@marp-share/client",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"@codemirror/lang-markdown": "^6.3.0",
"@codemirror/state": "^6.4.1",
"@codemirror/theme-one-dark": "^6.1.2",
"@codemirror/view": "^6.34.1",
"@hocuspocus/provider": "^2.15.2",
"@marp-team/marp-core": "^4.0.1",
"codemirror": "^6.0.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"y-codemirror.next": "^0.3.5",
"yjs": "^13.6.20"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@vitejs/plugin-react": "^4.3.4",
"typescript": "^5.6.3",
"vite": "^6.0.3"
}
}