2025-12-07 19:32:53 +02:00
|
|
|
{
|
|
|
|
|
"name": "@openchamber/ui",
|
2026-09-05 21:39:04 +03:00
|
|
|
"version": "1.22.2",
|
2025-12-07 19:32:53 +02:00
|
|
|
"private": true,
|
|
|
|
|
"type": "module",
|
|
|
|
|
"main": "src/main.tsx",
|
|
|
|
|
"scripts": {
|
|
|
|
|
"dev": "tsc --noEmit --watch",
|
|
|
|
|
"build": "tsc --noEmit",
|
|
|
|
|
"type-check": "tsc --noEmit",
|
2026-08-13 15:30:54 +03:00
|
|
|
"lint": "eslint \"./src/**/*.{ts,tsx}\" --config ../../eslint.config.js",
|
|
|
|
|
"test": "node ../../scripts/run-isolated-tests.mjs src"
|
2025-12-07 19:32:53 +02:00
|
|
|
},
|
|
|
|
|
"dependencies": {
|
2026-07-01 09:55:41 +03:00
|
|
|
"@aparajita/capacitor-secure-storage": "^8.0.0",
|
2026-05-29 01:42:03 +03:00
|
|
|
"@base-ui/react": "^1.4.0",
|
2026-07-01 09:55:41 +03:00
|
|
|
"@capacitor/app": "^8.0.0",
|
|
|
|
|
"@capacitor/core": "^8.4.1",
|
|
|
|
|
"@capacitor/keyboard": "^8.0.0",
|
|
|
|
|
"@capacitor/push-notifications": "^8.1.1",
|
|
|
|
|
"@capacitor/status-bar": "^8.0.0",
|
2026-08-18 21:37:57 +03:00
|
|
|
"@codemirror/autocomplete": "^6.20.3",
|
|
|
|
|
"@codemirror/commands": "^6.11.0",
|
2026-02-27 20:03:42 +02:00
|
|
|
"@codemirror/lang-cpp": "^6.0.3",
|
2026-01-18 17:29:22 +02:00
|
|
|
"@codemirror/lang-css": "^6.3.1",
|
2026-02-27 20:03:42 +02:00
|
|
|
"@codemirror/lang-go": "^6.0.1",
|
2026-08-18 21:37:57 +03:00
|
|
|
"@codemirror/lang-html": "^6.4.12",
|
|
|
|
|
"@codemirror/lang-javascript": "^6.2.5",
|
2026-01-18 17:29:22 +02:00
|
|
|
"@codemirror/lang-json": "^6.0.2",
|
2026-08-18 21:37:57 +03:00
|
|
|
"@codemirror/lang-markdown": "^6.5.2",
|
2026-01-18 17:29:22 +02:00
|
|
|
"@codemirror/lang-python": "^6.2.1",
|
|
|
|
|
"@codemirror/lang-rust": "^6.0.2",
|
|
|
|
|
"@codemirror/lang-sql": "^6.10.0",
|
|
|
|
|
"@codemirror/lang-xml": "^6.1.0",
|
2026-08-18 21:37:57 +03:00
|
|
|
"@codemirror/lang-yaml": "^6.1.3",
|
|
|
|
|
"@codemirror/language": "6.12.4",
|
2026-01-18 17:29:22 +02:00
|
|
|
"@codemirror/language-data": "^6.5.2",
|
2026-08-18 21:37:57 +03:00
|
|
|
"@codemirror/legacy-modes": "^6.5.3",
|
|
|
|
|
"@codemirror/lint": "^6.9.7",
|
|
|
|
|
"@codemirror/search": "^6.7.1",
|
|
|
|
|
"@codemirror/state": "^6.7.1",
|
|
|
|
|
"@codemirror/view": "6.43.9",
|
2026-01-06 21:31:04 +02:00
|
|
|
"@dnd-kit/core": "^6.3.1",
|
|
|
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2026-08-25 16:49:22 +03:00
|
|
|
"@legendapp/list": "3.3.8",
|
2026-01-18 17:29:22 +02:00
|
|
|
"@lezer/highlight": "^1.2.3",
|
2026-09-05 12:11:20 +03:00
|
|
|
"@opencode-ai/sdk": "1.18.29",
|
2026-06-29 00:38:19 +03:00
|
|
|
"@pierre/diffs": "1.3.0-beta.6",
|
2026-08-18 21:37:57 +03:00
|
|
|
"@replit/codemirror-vim": "^6.4.0",
|
2026-04-11 13:36:02 -06:00
|
|
|
"@simplewebauthn/browser": "13.3.0",
|
2026-07-03 13:49:53 +03:00
|
|
|
"@tanstack/react-virtual": "3.14.5",
|
2026-05-26 11:13:59 -04:00
|
|
|
"@xenova/transformers": "^2.17.2",
|
2026-02-27 20:03:42 +02:00
|
|
|
"beautiful-mermaid": "^1.1.3",
|
2025-12-07 19:32:53 +02:00
|
|
|
"class-variance-authority": "^0.7.1",
|
|
|
|
|
"clsx": "^2.1.1",
|
|
|
|
|
"cmdk": "^1.1.1",
|
2026-02-08 04:32:14 +02:00
|
|
|
"codemirror-lang-elixir": "^4.0.0",
|
2026-06-16 04:03:42 -04:00
|
|
|
"cron-parser": "^5.5.0",
|
2026-04-05 19:24:23 +03:00
|
|
|
"dompurify": "^3.2.7",
|
2025-12-07 19:32:53 +02:00
|
|
|
"express": "^5.1.0",
|
2026-07-22 13:11:42 +03:00
|
|
|
"fflate": "^0.8.3",
|
2026-01-08 20:49:22 +02:00
|
|
|
"fuse.js": "^7.1.0",
|
2026-09-06 02:14:18 +03:00
|
|
|
"ghostty-web": "0.4.0-next.20.g1858a59",
|
2026-01-02 14:20:10 +02:00
|
|
|
"heic2any": "^0.0.4",
|
2026-03-01 02:34:38 +08:00
|
|
|
"html-to-image": "^1.11.13",
|
2025-12-07 19:32:53 +02:00
|
|
|
"http-proxy-middleware": "^3.0.5",
|
2026-06-23 11:34:26 +03:00
|
|
|
"katex": "^0.17.0",
|
2026-04-11 13:36:02 -06:00
|
|
|
"marked": "^17.0.3",
|
2026-08-21 13:07:30 +08:00
|
|
|
"marked-linkify-it": "^4.0.2",
|
2026-04-05 19:24:23 +03:00
|
|
|
"morphdom": "^2.7.7",
|
2026-04-11 13:36:02 -06:00
|
|
|
"motion": "^12.23.24",
|
2025-12-07 19:32:53 +02:00
|
|
|
"next-themes": "^0.4.6",
|
2026-02-28 04:21:46 +02:00
|
|
|
"qrcode": "^1.5.4",
|
2025-12-07 19:32:53 +02:00
|
|
|
"react": "^19.1.1",
|
|
|
|
|
"react-dom": "^19.1.1",
|
2026-06-08 11:50:56 -04:00
|
|
|
"react-drawio": "1.0.7",
|
2026-05-29 01:42:03 +03:00
|
|
|
"rehype-katex": "^7.0.1",
|
|
|
|
|
"remark-math": "^6.0.0",
|
2026-04-05 19:24:23 +03:00
|
|
|
"remend": "^1.2.1",
|
2026-06-15 23:06:54 +03:00
|
|
|
"shiki": "^3.23.0",
|
2026-08-02 23:02:14 +03:00
|
|
|
"simple-git": "^3.36.0",
|
2025-12-07 19:32:53 +02:00
|
|
|
"sonner": "^2.0.7",
|
|
|
|
|
"strip-json-comments": "^5.0.3",
|
|
|
|
|
"tailwind-merge": "^3.3.1",
|
2026-06-15 03:29:40 +03:00
|
|
|
"virtua": "0.49.1",
|
2025-12-07 19:32:53 +02:00
|
|
|
"yaml": "^2.8.1",
|
2026-02-09 13:55:10 -08:00
|
|
|
"zod": "^4.3.6",
|
2025-12-07 19:32:53 +02:00
|
|
|
"zustand": "^5.0.8"
|
|
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
|
|
|
|
"@eslint/js": "^9.33.0",
|
|
|
|
|
"@tailwindcss/postcss": "^4.0.0",
|
|
|
|
|
"@types/node": "^24.3.1",
|
2026-02-28 04:21:46 +02:00
|
|
|
"@types/qrcode": "^1.5.5",
|
2025-12-07 19:32:53 +02:00
|
|
|
"@types/react": "^19.1.10",
|
|
|
|
|
"@types/react-dom": "^19.1.7",
|
2026-05-13 13:26:15 +03:00
|
|
|
"@remixicon/react": "^4.7.0",
|
2025-12-07 19:32:53 +02:00
|
|
|
"@vitejs/plugin-react": "^5.0.0",
|
|
|
|
|
"autoprefixer": "^10.4.21",
|
|
|
|
|
"concurrently": "^9.2.1",
|
|
|
|
|
"cors": "^2.8.5",
|
|
|
|
|
"cross-env": "^7.0.3",
|
|
|
|
|
"eslint": "^9.33.0",
|
|
|
|
|
"eslint-plugin-react-hooks": "^5.2.0",
|
2026-06-10 16:42:49 +03:00
|
|
|
"eslint-plugin-react-refresh": "^0.5.0",
|
2025-12-07 19:32:53 +02:00
|
|
|
"globals": "^16.3.0",
|
2026-08-21 21:08:09 +08:00
|
|
|
"happy-dom": "^18.0.1",
|
2025-12-07 19:32:53 +02:00
|
|
|
"nodemon": "^3.1.7",
|
|
|
|
|
"tailwindcss": "^4.0.0",
|
|
|
|
|
"tsx": "^4.20.6",
|
|
|
|
|
"tw-animate-css": "^1.3.8",
|
2026-06-10 16:42:49 +03:00
|
|
|
"typescript": "~5.9.0",
|
2025-12-07 19:32:53 +02:00
|
|
|
"typescript-eslint": "^8.39.1",
|
|
|
|
|
"vite": "^7.1.2"
|
|
|
|
|
}
|
2026-02-10 01:16:13 +02:00
|
|
|
}
|