Add shared UI package and logo
Widget surface, annotation overlay, whiteboard and video components used by both the website and the kiosk.
This commit is contained in:
@@ -0,0 +1,32 @@
|
||||
{
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user