{ "name": "hwlab-cloud-web", "version": "0.0.0", "private": true, "type": "module", "scripts": { "check": "bun run scripts/check.ts && bun run scripts/tsc-check.ts && bun test", "check:tsc": "bun run scripts/tsc-check.ts", "check:tsc-strict": "bun run scripts/tsc-check.ts --strict", "build": "bun run scripts/build.ts", "layout": "node ../../scripts/dev-cloud-workbench-layout-smoke.mjs --build --report /tmp/hwlab-dev-gate/dev-cloud-workbench-layout.json", "layout:build": "node ../../scripts/dev-cloud-workbench-layout-smoke.mjs --build --report /tmp/hwlab-dev-gate/dev-cloud-workbench-layout-build.json", "layout:live": "node ../../scripts/dev-cloud-workbench-layout-smoke.mjs --live --url http://74.48.78.17:16666/ --report /tmp/hwlab-dev-gate/dev-cloud-workbench-layout-live.json" }, "dependencies": { "react": "18.3.1", "react-dom": "18.3.1", "react-markdown": "10.1.0", "remark-gfm": "4.0.1" }, "devDependencies": { "@types/react": "18.3.12", "@types/react-dom": "18.3.1", "@types/node": "22.7.5", "bun-types": "1.1.33", "vite": "5.4.10", "typescript": "5.6.3" } }