exocore-docs / package.json
ChoruYt's picture
Upload 151 files
dc2b30a verified
Raw
History Blame Contribute Delete
989 Bytes
{
"name": "exocore-docs",
"version": "1.0.0",
"description": "Standalone Vite + React docs site for the Exocore project (Markdown rendered via react-markdown). Hostable on Hugging Face Spaces / GitHub Pages / Netlify.",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 4173",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.0.0",
"remark-gfm": "^4.0.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-slug": "^6.0.0"
},
"devDependencies": {
"@types/node": "^20.0.0",
"@types/react": "^19.1.0",
"@types/react-dom": "^19.1.0",
"@vitejs/plugin-react": "^5.0.0",
"typescript": "^5.6.0",
"vite": "^6.0.0"
}
}