platform-codebase/features/platform-assistant/plugin-platform-assistant/package.json

42 lines
1.1 KiB
JSON
Raw Permalink Normal View History

{
"name": "@lilith/plugin-platform-assistant",
"version": "1.0.0",
"description": "AI-guided platform assistant widget — draggable FAB, chat popover, onboarding, and draft management",
"private": true,
"type": "module",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.js"
}
},
"scripts": {
"build": "lixbuild",
"test": "lixtest",
"typecheck": "tsc --noEmit",
"clean": "rm -rf dist"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0",
"styled-components": "^6.0.0"
},
"devDependencies": {
"@lilith/lix-configs": "^1.0.1",
"@lilith/lix-test": "^1.0.0",
"@types/react": "^19.0.0",
"react": "^19.2.3",
"tsup": "^8.5.1",
"typescript": "^5.9.3"
},
"dependencies": {
"@lilith/service-registry": "^1.3.0",
"@lilith/ui-icons": "^1.2.1",
"@lilith/ui-messaging": "^1.1.5",
"@lilith/ui-motion": "^2.1.0",
"@lilith/ui-router": "^1.0.0",
"@lilith/ui-styled-components": "^1.0.0"
}
}