mirror of
https://github.com/wavetermdev/waveterm.git
synced 2024-12-21 16:38:23 +01:00
36 lines
850 B
JSON
36 lines
850 B
JSON
{
|
|
"name": "thenextwave",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build --minify false --mode development",
|
|
"build:prod": "vite build --mode production",
|
|
"preview": "vite preview"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^18.3.2",
|
|
"@types/uuid": "^9.0.8",
|
|
"@vitejs/plugin-react": "^4.2.1",
|
|
"@wailsio/runtime": "latest",
|
|
"less": "^4.2.0",
|
|
"vite": "^5.0.0",
|
|
"vite-tsconfig-paths": "^4.3.2"
|
|
},
|
|
"dependencies": {
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
"@xterm/xterm": "^5.5.0",
|
|
"base64-js": "^1.5.1",
|
|
"clsx": "^2.1.1",
|
|
"immer": "^10.1.1",
|
|
"jotai": "^2.8.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^9.0.1",
|
|
"remark-gfm": "^4.0.0",
|
|
"rxjs": "^7.8.1",
|
|
"uuid": "^9.0.1"
|
|
}
|
|
}
|