46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"name": "@lilith/messenger-ui",
|
|
"version": "1.1.0",
|
|
"type": "module",
|
|
"main": "./dist/index.js",
|
|
"types": "./dist/index.d.ts",
|
|
"exports": {
|
|
".": {
|
|
"types": "./dist/index.d.ts",
|
|
"import": "./dist/index.js"
|
|
}
|
|
},
|
|
"files": ["dist"],
|
|
"scripts": {
|
|
"build": "tsup",
|
|
"typecheck": "tsc --noEmit"
|
|
},
|
|
"dependencies": {},
|
|
"peerDependencies": {
|
|
"@lilith/ui-theme": ">=1.0.0",
|
|
"@lilith/ui-primitives": ">=1.0.0",
|
|
"@lilith/ui-messaging": ">=1.0.0",
|
|
"@tanstack/react-query": ">=5.0.0",
|
|
"react": ">=18.0.0",
|
|
"styled-components": ">=6.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@lilith/ui-theme": "1.4.0",
|
|
"@lilith/ui-primitives": "1.2.16",
|
|
"@lilith/ui-messaging": "1.1.5",
|
|
"@tanstack/react-query": "^5.0.0",
|
|
"@types/react": "^19.0.0",
|
|
"react": "^19.0.0",
|
|
"styled-components": "^6.1.0",
|
|
"tsup": "^8.0.0",
|
|
"typescript": "^5.7.0"
|
|
},
|
|
"publishConfig": {
|
|
"registry": "http://forge.black.lan/api/packages/lilith/npm/"
|
|
},
|
|
"_": {
|
|
"registry": "forgejo",
|
|
"publish": true,
|
|
"build": true
|
|
}
|
|
}
|