-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
228 lines (228 loc) · 8.07 KB
/
package.json
File metadata and controls
228 lines (228 loc) · 8.07 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
{
"name": "intheloop-ui",
"version": "0.3.0",
"type": "module",
"description": "Collaborative notebooks where AI, code, and prose work together in real-time",
"engines": {
"node": ">=23.0.0",
"pnpm": ">=10.9.0"
},
"scripts": {
"dev:pm2": "./scripts/start-runt-dev.sh",
"dev": "vite",
"dev:web": "vite --no-open",
"dev:iframe": "cd iframe-outputs && vite --port 8000",
"dev:scan": "pnpm run dev & npx react-scan@latest localhost:5173",
"dev:auth": "vite --mode auth",
"predev:sync": "pnpm run db:migrate",
"dev:sync": "wrangler dev",
"docker:sync": "wrangler dev --ip 0.0.0.0 --port 8787",
"dev:runtime": "./scripts/dev-runtime.sh",
"build:iframe": "cd iframe-outputs && vite build",
"prebuild": "pnpm --filter @runtimed/components build",
"build": "vite build --mode development",
"bump-schema": "./scripts/bump-schema-version.sh",
"test-publish": "./scripts/test-publish.sh",
"build:preview": "vite build --mode preview",
"build:production": "./scripts/optimize-build.sh && vite build --mode production",
"build:production:fast": "vite build --mode production",
"analyze": "ANALYZE_BUNDLE=true vite build --mode development",
"deploy:preview": "CLOUDFLARE_ENV=preview pnpm wrangler d1 migrations apply DB --env preview --remote && pnpm wrangler deploy --env preview",
"deploy:production": "CLOUDFLARE_ENV=production pnpm wrangler d1 migrations apply DB --env production --remote && pnpm wrangler deploy",
"preview": "vite preview",
"clean": "rm -rf dist node_modules/.vite node_modules/.vite-main node_modules/.vite-wrangler",
"clean:cache": "rm -rf dist node_modules/.vite node_modules/.vite-main node_modules/.vite-wrangler node_modules/.pnpm-store ~/.pnpm-cache",
"test": "vitest",
"test:ui": "vitest --ui",
"test:run": "vitest run",
"test:coverage": "vitest --coverage",
"test:watch": "vitest --watch",
"test:integration": "vitest run test/integration/",
"test:debug": "DEBUG_TESTS=true vitest run",
"test:iframe": "http-server ./iframe-outputs -p 3000 -o test-iframe.html",
"db:migrate": "echo y | wrangler d1 migrations apply DB",
"type-check": "tsc --noEmit && tsc --noEmit --project tsconfig.test.json",
"lint": "eslint src/ backend/ iframe-outputs/ packages/",
"lint:check": "eslint src/ backend/ iframe-outputs/ packages/ --max-warnings 0",
"format": "prettier --write .",
"format:check": "prettier --check .",
"check": "pnpm type-check && pnpm lint && pnpm format:check",
"start": "echo 'Use `pnpm dev` to run the integrated server (frontend + backend). Legacy `dev:sync` script removed - now using Cloudflare Vite plugin.'",
"health": "tsx scripts/health.ts"
},
"dependencies": {
"@codemirror/autocomplete": "^6.18.6",
"@codemirror/commands": "^6.8.1",
"@codemirror/lang-html": "^6.4.10",
"@codemirror/lang-markdown": "^6.3.3",
"@codemirror/lang-python": "^6.2.1",
"@codemirror/lang-sql": "^6.9.0",
"@codemirror/language": "^6.11.2",
"@codemirror/lint": "^6.8.5",
"@codemirror/state": "^6.5.2",
"@codemirror/view": "^6.38.0",
"@japikey/authenticate": "^0.4.0",
"@japikey/cloudflare": "^0.4.0",
"@japikey/japikey": "^0.4.0",
"@japikey/shared": "^0.4.0",
"@livestore/adapter-web": "^0.3.1",
"@livestore/livestore": "^0.3.1",
"@livestore/react": "^0.3.1",
"@livestore/sync-cf": "^0.3.1",
"@livestore/wa-sqlite": "1.0.5-dev.2",
"@livestore/webmesh": "^0.3.1",
"@microlink/react-json-view": "^1.26.2",
"@overengineering/fps-meter": "^0.1.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.14",
"@radix-ui/react-dropdown-menu": "^2.1.15",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slider": "^1.3.6",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tooltip": "^1.1.6",
"@react-spring/web": "^10.0.1",
"@runtimed/agent-core": "workspace:*",
"@runtimed/ai-core": "workspace:*",
"@runtimed/components": "workspace:*",
"@runtimed/pyodide-runtime": "workspace:*",
"@runtimed/schema": "workspace:*",
"@tanstack/react-query": "^5.85.5",
"@tanstack/react-query-devtools": "^5.85.5",
"@tanstack/react-virtual": "^3.13.12",
"@trpc/client": "^11.5.0",
"@trpc/server": "^11.5.0",
"@trpc/tanstack-react-query": "^11.5.0",
"@types/react-syntax-highlighter": "^15.5.13",
"@uiw/codemirror-theme-github": "^4.23.14",
"@uiw/react-codemirror": "^4.23.14",
"ajv": "^8.17.1",
"ansi-to-react": "^6.1.6",
"chroma-js": "^3.1.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"effect": "3.15.5",
"fractional-indexing": "^3.2.0",
"geojson-map-fit-mercator": "^1.1.0",
"hono": "^4.9.1",
"jose": "^6.0.12",
"js-cookie": "^3.0.5",
"katex": "^0.16.22",
"lucide-react": "^0.545.0",
"maplibre-gl": "^5.7.1",
"maplibre-react-components": "^0.2.6",
"modern-normalize": "^3.0.1",
"nanoid": "^5.1.5",
"openid-client": "^6.6.2",
"path-to-regexp": "^8.2.0",
"psl": "^1.15.0",
"react": "19.2.1",
"react-dom": "19.2.1",
"react-error-boundary": "^6.0.0",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.7.0",
"react-syntax-highlighter": "^15.6.1",
"react-use": "^17.6.0",
"rehype-katex": "^7.0.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"rxjs": "^7.8.2",
"sonner": "^2.0.7",
"strip-ansi": "^7.1.0",
"tailwind-merge": "^3.3.1",
"ts-extras": "^0.16.0",
"tw-animate-css": "^1.3.4",
"ulid": "^3.0.1",
"uuid": "^11.1.0",
"zod": "^4.0.17"
},
"devDependencies": {
"@cloudflare/vite-plugin": "^1.9.6",
"@cloudflare/workers-types": "^4.20250813.0",
"@effect/vitest": "0.23.7",
"@eslint/js": "^9.30.1",
"@livestore/adapter-node": "^0.3.1",
"@livestore/devtools-vite": "^0.3.1",
"@tailwindcss/cli": "^4.1.10",
"@tailwindcss/postcss": "^4.1.10",
"@tailwindcss/typography": "^0.5.16",
"@tailwindcss/vite": "^4.1.10",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.3.0",
"@types/chroma-js": "^3.1.1",
"@types/geojson": "^7946.0.16",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.0.10",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@typescript-eslint/eslint-plugin": "^8.35.1",
"@typescript-eslint/parser": "^8.35.1",
"@vitejs/plugin-react": "^4.5.2",
"@vitest/ui": "^3.0.0",
"autoprefixer": "^10.4.21",
"babel-plugin-react-compiler": "19.1.0-rc.2",
"eslint": "^9.30.1",
"eslint-plugin-react-compiler": "19.1.0-rc.2",
"eslint-plugin-react-hooks": "^5.2.0",
"happy-dom": "^15.11.6",
"http-server": "^14.1.1",
"husky": "^9.1.7",
"pm2": "^6.0.8",
"postcss": "^8.5.5",
"prettier": "^3.6.0",
"prettier-plugin-tailwindcss": "^0.6.13",
"rollup-plugin-visualizer": "^6.0.3",
"tailwindcss": "^4.1.10",
"tsx": "^4.19.2",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.0.0",
"wrangler": "4.27.0"
},
"pnpm": {
"overrides": {
"effect": "3.15.5",
"react": "19.2.1",
"react-dom": "19.2.1",
"@effect/platform": "0.82.4",
"@effect/typeclass": "0.34.2",
"@effect/cluster": "0.34.2",
"@effect/experimental": "0.46.8",
"@effect/sql": "0.35.8",
"@effect/rpc": "0.59.9"
},
"onlyBuiltDependencies": [
"@parcel/watcher",
"@tailwindcss/oxide",
"esbuild",
"msgpackr-extract",
"sharp",
"workerd"
]
},
"keywords": [
"runt",
"collaborative",
"notebook",
"real-time",
"livestore",
"event-sourcing",
"python",
"jupyter",
"workspace",
"rich-outputs",
"matplotlib",
"pandas",
"svg"
],
"author": "Runt Team",
"license": "MIT"
}