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