blob: 22227ddb68aac36d5b560126b1dc6a927b5105a7 [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 McCullough86b56862025-04-18 13:04:03 -070016 "build": "tsc",
17 "watch": "tsc --watch",
18 "test": "tsc && wtr --coverage",
19 "test:manual": "tsc && wtr --manual",
20 "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
Earl Lee2e463fb2025-04-17 11:22:22 -070021 },
22 "dependencies": {
23 "@xterm/addon-fit": "^0.10.0",
24 "@xterm/xterm": "^5.5.0",
25 "diff2html": "3.4.51",
Sean McCullough86b56862025-04-18 13:04:03 -070026 "lit": "^3.2.1",
Earl Lee2e463fb2025-04-17 11:22:22 -070027 "marked": "^15.0.7",
Sean McCullough86b56862025-04-18 13:04:03 -070028 "sanitize-html": "^2.15.0",
Earl Lee2e463fb2025-04-17 11:22:22 -070029 "vega": "^5.33.0",
30 "vega-embed": "^6.29.0",
31 "vega-lite": "^5.23.0"
Sean McCullough86b56862025-04-18 13:04:03 -070032 },
33 "devDependencies": {
34 "@open-wc/dev-server-hmr": "^0.1.2-next.0",
35 "@open-wc/testing": "^4.0.0",
36 "@types/marked": "^5.0.2",
37 "@types/mocha": "^10.0.7",
38 "@types/node": "^22.13.14",
39 "@web/dev-server": "^0.4.6",
40 "@web/test-runner": "^0.18.2",
41 "@web/test-runner-puppeteer": "^0.18.0",
42 "autoprefixer": "^10.4.21",
43 "esbuild": "^0.25.1",
Sean McCullough71941bd2025-04-18 13:31:48 -070044 "prettier": "3.5.3",
Sean McCullough86b56862025-04-18 13:04:03 -070045 "typescript": "^5.8.2"
46 },
47 "keywords": []
Earl Lee2e463fb2025-04-17 11:22:22 -070048}