-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 3.37 KB
/
package.json
File metadata and controls
91 lines (91 loc) · 3.37 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "runme-web",
"private": true,
"version": "0.0.0",
"license": "Apache-2.0",
"type": "module",
"scripts": {
"clean": "pnpm --filter @runmedev/renderers run clean && pnpm --filter @runmedev/react-console run clean",
"build": "pnpm run clean && pnpm run build:renderers && pnpm run build:console && pnpm run build:app",
"build:app": "pnpm -C app run build",
"build:console": "cd packages/react-console && tsc -p tsconfig.json && vite build",
"build:renderers": "cd packages/renderers && tsc -p tsconfig.json && vite build",
"dev": "pnpm -C app run dev",
"dev:app": "pnpm -C app run dev",
"preview": "pnpm run build:app && pnpm -C app run preview",
"lint": "eslint .",
"test": "pnpm --filter @runmedev/react-console run test",
"test:run": "pnpm --filter @runmedev/react-console run test:run",
"test:coverage": "pnpm --filter @runmedev/react-console run test:coverage",
"changeset": "changeset",
"version-packages": "changeset version",
"publish-packages": "changeset publish"
},
"dependencies": {
"@buf/googleapis_googleapis.bufbuild_es": "2.9.0-20251009205305-72c8614f3bd0.1",
"@buf/runmedev_runme.bufbuild_es": "2.9.0-20251120010649-1098d5833c44.1",
"@bufbuild/protobuf": "2.9.0",
"@connectrpc/connect": "^2.1.0",
"@connectrpc/connect-node": "^2.1.0",
"@connectrpc/connect-web": "^2.1.0",
"@monaco-editor/react": "^4.7.0",
"@radix-ui/react-avatar": "1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/themes": "^3.2.1",
"@vscode/webview-ui-toolkit": "^1.2.2",
"@tailwindcss/vite": "^4.1.14",
"@xterm/addon-fit": "^0.10.0",
"@xterm/addon-serialize": "^0.13.0",
"@xterm/addon-unicode11": "^0.8.0",
"@xterm/addon-web-links": "^0.11.0",
"@xterm/headless": "^5.5.0",
"@xterm/xterm": "^5.5.0",
"dexie": "^4.2.1",
"js-cookie": "3.0.5",
"jwt-decode": "^4.0.0",
"lit": "3.3.0",
"md5": "^2.3.0",
"react": "19.2.0",
"react-dom": "19.2.0",
"react-markdown": "^10.1.0",
"react-router": "^7.9.4",
"react-router-dom": "^7.9.4",
"rxjs": "^7.8.2",
"tailwindcss": "^4.1.14",
"ulid": "^3.0.1",
"uuid": "^11.1.0"
},
"devDependencies": {
"@changesets/cli": "^2.29.7",
"@eslint/js": "^9.37.0",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/js-cookie": "3.0.6",
"@types/jwt-decode": "^3.1.0",
"@types/md5": "^2.3.5",
"@types/node": "20.12.7",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.1",
"@types/uuid": "^10.0.0",
"@types/vscode-notebook-renderer": "^1.72.4",
"@types/vscode": "1.85.0",
"@vitejs/plugin-react": "^4.7.0",
"@vitest/coverage-v8": "^2.1.9",
"@vitest/ui": "^2.1.9",
"eslint-plugin-react-hooks": "^5.2.0",
"eslint-plugin-react-refresh": "^0.4.23",
"globals": "^16.4.0",
"jsdom": "^25.0.1",
"prettier": "^3.6.2",
"rimraf": "^6.0.1",
"typescript": "~5.8.3",
"typescript-eslint": "^8.46.0",
"vite": "^6.3.6",
"vite-plugin-compression": "^0.5.1",
"vitest": "^2.1.9"
},
"packageManager": "pnpm@10.23.0+sha512.21c4e5698002ade97e4efe8b8b4a89a8de3c85a37919f957e7a0f30f38fbc5bbdd05980ffe29179b2fb6e6e691242e098d945d1601772cad0fef5fb6411e2a4b"
}