和deno斗争
This commit is contained in:
27
client/package.json
Normal file
27
client/package.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user