和deno斗争

This commit is contained in:
CrescentLeaf
2025-12-06 01:39:47 +08:00
parent a549773eb2
commit 6ca9946499
9 changed files with 105 additions and 115 deletions

27
client/package.json Normal file
View File

@@ -0,0 +1,27 @@
{
"type": "module",
"scripts": {
"build": "npx vite build",
"build-watch": "npx vite --watch build"
},
"dependencies": {
"react": "18.3.1",
"react-dom": "18.3.1",
"mdui": "2.1.4",
"split.js": "1.3.2",
"crypto-js": "4.2.0",
"socket.io-client": "4.8.1",
"marked": "16.3.0",
"dompurify": "3.2.7",
"pinch-zoom-element": "1.1.1",
"ua-parser-js": "2.0.6"
},
"devDependencies": {
"@types/react": "18.3.1",
"@types/react-dom": "18.3.1",
"@vitejs/plugin-react": "4.7.0",
"vite": "7.0.6",
"@rollup/wasm-node": "4.48.0",
"chalk": "5.4.1"
}
}