blob: 06cc3c02aec39a6eafef3ffb2e1f5304e552b69b [file] [log] [blame]
Earl Lee2e463fb2025-04-17 11:22:22 -07001{
2 "name": "webui",
3 "version": "1.0.0",
4 "description": "Web UI for CodingAgent.",
5 "main": "dist/index.js",
6 "scripts": {
7 "check": "tsc --noEmit",
8 "test": "echo \"Error: no test specified\" && exit 1",
9 "build:tailwind": "npx postcss ./src/input.css -o ./src/tailwind.css",
10 "build:tailwind:watch": "npx postcss ./src/input.css -o ./src/tailwind.css --watch"
11 },
12 "keywords": [],
13 "author": "",
14 "license": "ISC",
15 "devDependencies": {
16 "@types/marked": "^5.0.2",
17 "@types/node": "^22.13.14",
18 "autoprefixer": "^10.4.21",
19 "esbuild": "^0.25.1",
20 "postcss": "^8.5.3",
21 "postcss-cli": "^11.0.1",
22 "tailwindcss": "^3.4.1",
23 "typescript": "^5.8.2"
24 },
25 "dependencies": {
26 "@xterm/addon-fit": "^0.10.0",
27 "@xterm/xterm": "^5.5.0",
28 "diff2html": "3.4.51",
29 "lit-html": "^3.2.1",
30 "marked": "^15.0.7",
31 "vega": "^5.33.0",
32 "vega-embed": "^6.29.0",
33 "vega-lite": "^5.23.0"
34 }
35}