Widget surface, annotation overlay, whiteboard and video components used by both the website and the kiosk. Claude-Session: https://claude.ai/code/session_01SS9F92jb51bMCRCKem6QtD
33 lines
735 B
JSON
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"
|
|
}
|
|
}
|