{ "name": "@alga-psa/user-activities", "version": "0.1.0", "private": true, "type": "module", "main": "./dist/index.js", "types": "./src/index.ts", "exports": { ".": { "import": "./src/index.ts", "types": "./src/index.ts" }, "./actions": { "import": "./src/actions/index.ts", "types": "./src/actions/index.ts" }, "./components": { "import": "./src/components/index.ts", "types": "./src/components/index.ts" }, "./hooks/useActivitiesCache": { "import": "./src/hooks/useActivitiesCache.ts", "types": "./src/hooks/useActivitiesCache.ts" }, "./constants": { "import": "./src/components/constants.ts", "types": "./src/components/constants.ts" }, "./server/workflow-tasks": { "import": "./src/server/workflow-tasks.ts", "types": "./src/server/workflow-tasks.ts" }, "./client/workflow-tasks": { "import": "./src/client/workflow-tasks.tsx", "types": "./src/client/workflow-tasks.tsx" } }, "dependencies": { "@alga-psa/auth": "*", "@alga-psa/db": "*", "@alga-psa/event-bus": "*", "@alga-psa/notifications": "*", "@alga-psa/reference-data": "*", "@alga-psa/scheduling": "*", "@alga-psa/shared": "*", "@alga-psa/tags": "*", "@alga-psa/types": "*", "@alga-psa/ui": "*", "@alga-psa/user-composition": "*" }, "peerDependencies": { "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" } }