Files
Hubert ef60c1f874 [OMNI-3742] Enable emojis as project icons (#5099)
* [OMNI-3742] Enable emojis as project icons

Signed-off-by: Hubert Zub <hubert.zub@gmail.com>

* Address feedback

Signed-off-by: Hubert Zub <hubert.zub@gmail.com>

---------

Signed-off-by: Hubert Zub <hubert.zub@gmail.com>
2026-08-20 13:24:31 +02:00

125 lines
3.9 KiB
JSON

{
"name": "web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:embed": "vite build --config vite.embed.config.ts",
"type-check": "tsc -b",
"preview": "vite preview",
"lint": "oxlint --deny-warnings --report-unused-disable-directives .",
"lint:fix": "oxlint --fix .",
"format": "prettier --write .",
"format:check": "prettier --check .",
"test": "vitest run",
"test:watch": "vitest",
"test:coverage": "vitest run --coverage",
"build:overlay": "vite build --config vite.update-overlay.config.ts"
},
"dependencies": {
"@dnd-kit/core": "^6.3.1",
"@emoji-mart/data": "^1.2.1",
"@emoji-mart/react": "^1.1.1",
"@fontsource-variable/geist-mono": "^5.2.7",
"@lobehub/fluent-emoji": "^4.1.0",
"@lobehub/icons": "^5.6.0",
"@monaco-editor/react": "^4.7.0",
"@opentelemetry/api": "^1.9.1",
"@opentelemetry/context-zone": "^2.8.0",
"@opentelemetry/exporter-trace-otlp-http": "^0.219.0",
"@opentelemetry/instrumentation": "^0.219.0",
"@opentelemetry/instrumentation-fetch": "^0.219.0",
"@opentelemetry/instrumentation-xml-http-request": "^0.219.0",
"@opentelemetry/resources": "^2.8.0",
"@opentelemetry/sdk-trace-web": "^2.8.0",
"@opentelemetry/semantic-conventions": "^1.41.1",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@shikijs/monaco": "4.2.0",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-query": "^5.100.5",
"@tiptap/core": "3.23.4",
"@tiptap/extension-blockquote": "3.23.4",
"@tiptap/extension-image": "3.23.4",
"@tiptap/extension-link": "3.23.4",
"@tiptap/extension-list": "3.23.4",
"@tiptap/extension-table": "3.23.4",
"@tiptap/markdown": "3.23.4",
"@tiptap/pm": "3.23.4",
"@tiptap/react": "3.23.4",
"@tiptap/starter-kit": "3.23.4",
"@xterm/addon-fit": "^0.11.0",
"@xterm/addon-web-links": "^0.12.0",
"@xterm/addon-webgl": "^0.19.0",
"@xterm/xterm": "^6.0.0",
"@xyflow/react": "^12.11.1",
"ansi-to-react": "^6.2.6",
"antd": "^6.3.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"emoji-mart": "^5.6.0",
"katex": "^0.16.47",
"lucide-react": "^1.12.0",
"monaco-editor": "^0.55.1",
"nanoid": "^5.1.9",
"next-themes": "^0.4.6",
"pdfjs-dist": "^4.8.69",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.74.0",
"react-hotkeys-hook": "^5.2.4",
"react-markdown": "^10.1.0",
"react-pdf": "^9.2.1",
"react-router-dom": "6.30.4",
"recharts": "^3.10.1",
"rehype-github-alerts": "^4.2.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-breaks": "^4.0.0",
"remark-emoji": "^5.0.2",
"remark-gfm": "^4.0.1",
"rrule": "^2.8.1",
"shadcn": "0.0.0-beta.9d3f70e54",
"shiki": "^4.0.2",
"streamdown": "^2.5.0",
"tailwind-merge": "^3.5.0",
"three": "0.185.1",
"tokenlens": "^1.3.1",
"tw-animate-css": "^1.4.0",
"use-stick-to-bottom": "^1.1.3",
"zod": "^4.3.6",
"zustand": "^5.0.12"
},
"devDependencies": {
"@tailwindcss/vite": "^4.2.4",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^24.12.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/three": "0.185.1",
"@vitejs/plugin-react": "^6.0.1",
"@vitest/coverage-v8": "^4.1.8",
"ai": "^6.0.169",
"ai-elements": "^1.9.0",
"jsdom": "^29.1.1",
"lightningcss": "^1.29.1",
"oxlint": "^1.62.0",
"postcss": "^8.5.18",
"prettier": "^3.8.3",
"tailwindcss": "^4.2.4",
"typescript": "~6.0.2",
"vite": "^8.0.10",
"vitest": "^4.1.5"
}
}