2024-05-10 05:24:24 +02:00
|
|
|
{
|
|
|
|
"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": {
|
2024-05-14 08:45:41 +02:00
|
|
|
"@types/react": "^18.3.2",
|
|
|
|
"@types/uuid": "^9.0.8",
|
2024-05-14 00:40:52 +02:00
|
|
|
"@vitejs/plugin-react": "^4.2.1",
|
2024-05-21 20:09:22 +02:00
|
|
|
"@wailsio/runtime": "^3.0.0-alpha.24",
|
2024-05-10 05:24:24 +02:00
|
|
|
"less": "^4.2.0",
|
2024-05-14 06:42:25 +02:00
|
|
|
"vite": "^5.0.0",
|
|
|
|
"vite-tsconfig-paths": "^4.3.2"
|
2024-05-10 05:24:24 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-05-14 22:48:53 +02:00
|
|
|
"@observablehq/plot": "^0.6.14",
|
2024-05-21 01:08:45 +02:00
|
|
|
"@tanstack/react-table": "^8.17.3",
|
2024-05-13 23:40:18 +02:00
|
|
|
"@xterm/addon-fit": "^0.10.0",
|
|
|
|
"@xterm/xterm": "^5.5.0",
|
2024-05-14 21:29:41 +02:00
|
|
|
"base64-js": "^1.5.1",
|
2024-05-13 22:59:44 +02:00
|
|
|
"clsx": "^2.1.1",
|
2024-05-16 09:29:58 +02:00
|
|
|
"immer": "^10.1.1",
|
2024-05-10 05:24:24 +02:00
|
|
|
"jotai": "^2.8.0",
|
|
|
|
"react": "^18.3.1",
|
|
|
|
"react-dom": "^18.3.1",
|
2024-05-14 18:37:41 +02:00
|
|
|
"react-markdown": "^9.0.1",
|
|
|
|
"remark-gfm": "^4.0.0",
|
2024-05-14 00:10:31 +02:00
|
|
|
"rxjs": "^7.8.1",
|
|
|
|
"uuid": "^9.0.1"
|
2024-05-15 01:53:56 +02:00
|
|
|
},
|
|
|
|
"packageManager": "yarn@1.22.22+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
|
2024-05-10 05:24:24 +02:00
|
|
|
}
|