mirror of
https://github.com/vercel/workflow.git
synced 2026-09-14 19:59:43 +08:00
81 lines
2.0 KiB
JSON
81 lines
2.0 KiB
JSON
{
|
|
"name": "@workflow/web-shared",
|
|
"description": "Shared components for Workflow Observability UI",
|
|
"version": "4.1.24",
|
|
"private": false,
|
|
"files": [
|
|
"dist",
|
|
"src"
|
|
],
|
|
"publishConfig": {
|
|
"access": "public"
|
|
},
|
|
"license": "Apache-2.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"default": "./dist/index.js"
|
|
},
|
|
"./components": {
|
|
"types": "./dist/components/index.d.ts",
|
|
"default": "./dist/components/index.js"
|
|
},
|
|
"./styles.css": "./dist/styles.css"
|
|
},
|
|
"typesVersions": {
|
|
"*": {
|
|
"components": [
|
|
"dist/components/index.d.ts"
|
|
]
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/vercel/workflow.git",
|
|
"directory": "packages/web-shared"
|
|
},
|
|
"scripts": {
|
|
"build": "tsc && cp -r src/components/trace-viewer/*.css dist/components/trace-viewer/ && cp src/styles.css dist/styles.css",
|
|
"dev": "tsc --watch",
|
|
"clean": "tsc --build --clean && rm -r dist ||:",
|
|
"test": "vitest run",
|
|
"typecheck": "tsc --noEmit",
|
|
"lint": "biome check",
|
|
"format": "biome format --write"
|
|
},
|
|
"dependencies": {
|
|
"@radix-ui/react-slot": "1.1.1",
|
|
"@tailwindcss/postcss": "4.3.0",
|
|
"@workflow/core": "workspace:*",
|
|
"@workflow/utils": "workspace:*",
|
|
"@workflow/world": "workspace:*",
|
|
"class-variance-authority": "0.7.1",
|
|
"clsx": "2.1.1",
|
|
"date-fns": "4.1.0",
|
|
"lucide-react": "0.575.0",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-inspector": "9.0.0",
|
|
"react-use-measure": "2.1.1",
|
|
"react-virtuoso": "4.18.1",
|
|
"shiki": "4.2.0",
|
|
"sonner": "2.0.7",
|
|
"streamdown": "2.3.0",
|
|
"tailwind-merge": "3.5.0",
|
|
"tailwindcss": "4"
|
|
},
|
|
"devDependencies": {
|
|
"@biomejs/biome": "catalog:",
|
|
"@types/node": "catalog:",
|
|
"@types/react": "19",
|
|
"@types/react-dom": "19",
|
|
"@workflow/tsconfig": "workspace:*",
|
|
"ai": "catalog:",
|
|
"typescript": "catalog:",
|
|
"vitest": "catalog:"
|
|
}
|
|
}
|