opencode/packages/ui/package.json

83 lines
2.7 KiB
JSON
Raw Permalink Normal View History

2025-10-14 20:14:26 +08:00
{
"name": "@opencode-ai/ui",
2026-06-21 08:03:08 +08:00
"version": "1.17.9",
2025-10-14 20:14:26 +08:00
"type": "module",
"license": "MIT",
2025-10-14 20:14:26 +08:00
"exports": {
"./package.json": "./package.json",
2025-10-18 01:05:52 +08:00
"./*": "./src/components/*.tsx",
"./session-diff": "./src/components/session-diff.ts",
2026-01-21 01:27:32 +08:00
"./i18n/*": "./src/i18n/*.ts",
"./pierre": "./src/pierre/index.ts",
"./pierre/*": "./src/pierre/*.ts",
2025-10-23 06:31:44 +08:00
"./hooks": "./src/hooks/index.ts",
"./context": "./src/context/index.ts",
"./context/*": "./src/context/*.tsx",
2025-10-18 01:05:52 +08:00
"./styles": "./src/styles/index.css",
"./styles/tailwind": "./src/styles/tailwind/index.css",
2025-12-28 19:12:32 +08:00
"./theme": "./src/theme/index.ts",
"./theme/*": "./src/theme/*.ts",
"./theme/context": "./src/theme/context.tsx",
2025-12-10 11:44:34 +08:00
"./icons/provider": "./src/components/provider-icons/types.ts",
"./icons/file-type": "./src/components/file-icons/types.ts",
"./icons/app": "./src/components/app-icons/types.ts",
2025-12-12 19:14:47 +08:00
"./fonts/*": "./src/assets/fonts/*",
2026-05-20 14:40:06 +08:00
"./audio/*": "./src/assets/audio/*",
"./v2/*.css": "./src/v2/components/*.css",
"./v2/*": "./src/v2/components/*.tsx",
"./v2/styles/*": "./src/v2/styles/*"
2025-10-14 20:14:26 +08:00
},
"scripts": {
2025-10-30 20:26:06 +08:00
"typecheck": "tsgo --noEmit",
"test": "bun test src --only-failures",
2025-10-18 01:05:52 +08:00
"dev": "vite",
"generate:tailwind": "bun run script/tailwind.ts",
"generate:v2-oc2": "bun run script/build-oc2-v2-overrides.ts"
2025-10-14 20:14:26 +08:00
},
"devDependencies": {
2025-12-29 23:54:22 +08:00
"@tailwindcss/vite": "catalog:",
"@tsconfig/node22": "catalog:",
2025-10-18 01:05:52 +08:00
"@types/bun": "catalog:",
2025-12-29 23:54:22 +08:00
"@types/katex": "0.16.7",
2025-12-13 03:24:11 +08:00
"@types/luxon": "catalog:",
2026-03-04 15:12:34 +08:00
"@typescript/native-preview": "catalog:",
2025-12-29 23:54:22 +08:00
"tailwindcss": "catalog:",
2025-10-14 20:14:26 +08:00
"typescript": "catalog:",
"vite": "catalog:",
"vite-plugin-icons-spritesheet": "3.0.1",
2025-12-29 23:54:22 +08:00
"vite-plugin-solid": "catalog:"
2025-10-14 20:14:26 +08:00
},
"dependencies": {
2025-10-18 01:05:52 +08:00
"@kobalte/core": "catalog:",
"@opencode-ai/core": "workspace:*",
"@opencode-ai/sdk": "workspace:*",
2025-12-16 00:56:03 +08:00
"@pierre/diffs": "catalog:",
2025-10-31 02:49:29 +08:00
"@shikijs/transformers": "3.9.2",
2025-12-13 04:32:18 +08:00
"@solid-primitives/bounds": "0.1.3",
"@solid-primitives/event-listener": "2.4.5",
"@solid-primitives/media": "2.3.3",
2025-12-13 04:32:18 +08:00
"@solid-primitives/resize-observer": "2.1.3",
2025-10-18 01:05:52 +08:00
"@solidjs/meta": "catalog:",
"@solidjs/router": "catalog:",
"@shikijs/stream": "catalog:",
"diff": "catalog:",
"dompurify": "3.3.1",
2025-10-23 06:31:44 +08:00
"fuzzysort": "catalog:",
2025-12-29 23:54:22 +08:00
"katex": "0.16.27",
2025-10-18 01:05:52 +08:00
"luxon": "catalog:",
2025-12-24 19:55:28 +08:00
"marked": "catalog:",
2025-12-29 23:54:22 +08:00
"marked-katex-extension": "5.1.6",
2025-12-24 19:55:28 +08:00
"marked-shiki": "catalog:",
"morphdom": "2.7.8",
2026-03-04 15:12:34 +08:00
"motion": "12.34.5",
"motion-dom": "12.34.3",
"motion-utils": "12.29.2",
2025-10-23 06:31:44 +08:00
"remeda": "catalog:",
"remend": "catalog:",
2025-12-23 18:08:42 +08:00
"shiki": "catalog:",
2025-10-14 20:14:26 +08:00
"solid-js": "catalog:",
2025-10-23 06:31:44 +08:00
"solid-list": "catalog:",
"strip-ansi": "7.1.2"
2025-10-14 20:14:26 +08:00
}
}