learning_ai_common_plat/packages/dashboard-components/package.json
saravanakumardb1 a473a45aae chore(packages): bump versions + manifest after publishing 21 packages to Gitea
Published in this run:
  NEW: @bytelyst/charts@0.1.0
  NEW: @bytelyst/customizable-workspace@0.1.0
  NEW: @bytelyst/generative-theme@0.1.0
  NEW: @bytelyst/media-ui@0.1.0
  NEW: @bytelyst/notifications-ui@0.1.0
  NEW: @bytelyst/motion@0.2.1
  NEW: @bytelyst/data-viz@0.1.0 (?)
  CHANGED: @bytelyst/ui @0.2.0
  CHANGED: @bytelyst/auth-ui, broadcast-client, dashboard-components,
           llm-router, survey-client, ai-ui, command-palette,
           dashboard-shell, design-tokens, feature-flag-client,
           kill-switch-client, mcp-client, platform-client

Manifest fingerprint updated for all 21 packages.
2026-05-27 19:13:44 -07:00

37 lines
815 B
JSON

{
"name": "@bytelyst/dashboard-components",
"version": "0.1.7",
"description": "Shared React components for ByteLyst dashboards",
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"exports": {
".": {
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
}
},
"files": [
"dist"
],
"scripts": {
"build": "tsc",
"test": "vitest run --pool forks",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {
"react": ">=18.0.0",
"react-dom": ">=18.0.0"
},
"devDependencies": {
"@testing-library/react": "^16.3.2",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"happy-dom": "^18.0.1",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"typescript": "^5.7.3",
"vitest": "^4.0.18"
}
}