Files
mengyanote/mengyanote-frontend/package.json
2025-12-19 15:51:26 +08:00

41 lines
1.1 KiB
JSON

{
"name": "markdown-to-web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:local": "vite build --mode production.local",
"build:server": "vite build --mode production",
"lint": "eslint .",
"preview": "vite preview"
},
"dependencies": {
"github-markdown-css": "^5.7.0",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.9.3",
"rehype-highlight": "^7.0.2",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0"
},
"devDependencies": {
"@eslint/js": "^9.36.0",
"@types/react": "^19.1.13",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "^5.0.3",
"baseline-browser-mapping": "^2.9.9",
"eslint": "^9.36.0",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.20",
"globals": "^16.4.0",
"http-server": "^14.1.1",
"vite": "^7.1.7"
}
}