blob: a06362f6dcf7cbeb8c7f23d6d7cc934f31fb7b2b [file] [log] [blame]
Earl Lee2e463fb2025-04-17 11:22:22 -07001{
2 "name": "webui",
Earl Lee2e463fb2025-04-17 11:22:22 -07003 "description": "Web UI for CodingAgent.",
Sean McCullough86b56862025-04-18 13:04:03 -07004 "license": "ISC",
5 "author": "",
6 "version": "1.0.0",
Earl Lee2e463fb2025-04-17 11:22:22 -07007 "main": "dist/index.js",
Sean McCullough86b56862025-04-18 13:04:03 -07008 "exports": {
9 ".": "./dist/index.js",
10 "./sketch-app-shell.js": "./dist/sketch-app-shell.js"
11 },
Earl Lee2e463fb2025-04-17 11:22:22 -070012 "scripts": {
13 "check": "tsc --noEmit",
Sean McCullough86b56862025-04-18 13:04:03 -070014 "demo": "web-dev-server -config ./web-dev-server.config.mjs --node-resolve --open /src/web-components/demo/",
Sean McCullough71941bd2025-04-18 13:31:48 -070015 "format": "prettier ./src --write",
Sean McCulloughd9f13372025-04-21 15:08:49 -070016 "gentypes": "go run ../../cmd/go2ts -o src/types.ts",
17 "build": "go run ../../cmd/go2ts -o src/types.ts && tsc",
Sean McCullough86b56862025-04-18 13:04:03 -070018 "watch": "tsc --watch",
Sean McCulloughb29f8912025-04-20 15:39:11 -070019 "test": "tsc && playwright test -c playwright-ct.config.ts"
Earl Lee2e463fb2025-04-17 11:22:22 -070020 },
21 "dependencies": {
22 "@xterm/addon-fit": "^0.10.0",
23 "@xterm/xterm": "^5.5.0",
24 "diff2html": "3.4.51",
Sean McCullough86b56862025-04-18 13:04:03 -070025 "lit": "^3.2.1",
Earl Lee2e463fb2025-04-17 11:22:22 -070026 "marked": "^15.0.7",
Sean McCullough86b56862025-04-18 13:04:03 -070027 "sanitize-html": "^2.15.0",
Earl Lee2e463fb2025-04-17 11:22:22 -070028 "vega": "^5.33.0",
29 "vega-embed": "^6.29.0",
30 "vega-lite": "^5.23.0"
Sean McCullough86b56862025-04-18 13:04:03 -070031 },
32 "devDependencies": {
Sean McCullough2c5bba42025-04-20 19:33:17 -070033 "@open-wc/dev-server-hmr": "^0.1.2-next.0",
Sean McCulloughb29f8912025-04-20 15:39:11 -070034 "@sand4rt/experimental-ct-web": "^1.51.1",
Sean McCullough86b56862025-04-18 13:04:03 -070035 "@types/marked": "^5.0.2",
36 "@types/mocha": "^10.0.7",
37 "@types/node": "^22.13.14",
38 "@web/dev-server": "^0.4.6",
39 "@web/test-runner": "^0.18.2",
40 "@web/test-runner-puppeteer": "^0.18.0",
41 "autoprefixer": "^10.4.21",
42 "esbuild": "^0.25.1",
Sean McCullough71941bd2025-04-18 13:31:48 -070043 "prettier": "3.5.3",
Sean McCullough86b56862025-04-18 13:04:03 -070044 "typescript": "^5.8.2"
45 },
46 "keywords": []
Earl Lee2e463fb2025-04-17 11:22:22 -070047}