summaryrefslogtreecommitdiff
path: root/packages/prosody-ui/package.json
blob: cf9ad485fe6288e27edd9c8ac209c98c45932354 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "@sortug/prosody-ui",
  "version": "0.1.0",
  "module": "index.ts",
  "type": "module",
  "peerDependencies": {
    "typescript": "^5.0.0",
    "react": ">=19.0.0"
  },
  "dependencies": {
    "franc-all": "^7.2.0",
    "motion": "^12.11.3",
    "@sortug/lib": "workspace:*",
    "@sortug/langlib": "workspace:*",
    "@sortug/ai": "workspace:*"
  },
  "private": true,
  "devDependencies": {
    "@types/bun": "^1.3.2",
    "@types/react": "^19.2.6"
  }
}