client/web: pipe through to React in dev mode

Updates tailscale/corp#13775

Signed-off-by: Sonia Appasamy <sonia@tailscale.com>
This commit is contained in:
Sonia Appasamy
2023-08-11 10:53:27 -04:00
committed by Sonia Appasamy
parent 98ec8924c2
commit 3f12b9c8b2
5 changed files with 57 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
{
"name": "webui",
"name": "webclient",
"version": "0.0.1",
"license": "BSD-3-Clause",
"engines": {
@@ -7,7 +7,10 @@
"yarn": "1.22.19"
},
"private": true,
"dependencies": {},
"dependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
},
"devDependencies": {
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4",