Files
pistation/packages/ui/package.json
T
SirBlob a4b033b78e Add shared UI package and logo
Widget surface, annotation overlay, whiteboard and video components used by
both the website and the kiosk.
2026-08-09 17:09:06 -04:00

33 lines
735 B
JSON

{
"name": "@pistation/ui",
"version": "0.1.0",
"private": true,
"type": "module",
"main": "./src/index.ts",
"types": "./src/index.ts",
"svelte": "./src/index.ts",
"exports": {
".": {
"svelte": "./src/index.ts",
"types": "./src/index.ts",
"default": "./src/index.ts"
}
},
"dependencies": {
"@pistation/client-core": "workspace:*",
"@pistation/shared-types": "workspace:*"
},
"peerDependencies": {
"@excalidraw/excalidraw": "^0.17.6",
"@iconify/svelte": "^4.0.2",
"livekit-client": "^2.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"svelte": "^5.0.0"
},
"devDependencies": {
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1"
}
}