mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-07-01 08:16:35 +00:00
39 lines
1006 B
JSON
39 lines
1006 B
JSON
{
|
|
"name": "@lifeforge/lifeforge--api-endpoint-explorer",
|
|
"displayName": "API Endpoint Explorer",
|
|
"version": "0.0.0",
|
|
"description": "Explore all endpoints provided by modules in your LifeForge system.",
|
|
"scripts": {
|
|
"types": "cd client && bun tsc"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "^6.0.2",
|
|
"@tanstack/react-query": "^5.90.11",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.18",
|
|
"lifeforge-ui": "workspace:*",
|
|
"react": "^19.2.0",
|
|
"react-i18next": "^15.1.1",
|
|
"react-toastify": "^11.0.5",
|
|
"shared": "workspace:*",
|
|
"vite": "^7.1.9",
|
|
"zod": "^4.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"vite": "^7.1.9"
|
|
},
|
|
"author": "Melvin Chia <melvinchia623600@gmail.com>",
|
|
"exports": {
|
|
"./manifest": {
|
|
"types": "./manifest.d.ts",
|
|
"default": "./manifest.ts"
|
|
}
|
|
},
|
|
"lifeforge": {
|
|
"icon": "mynaui:api",
|
|
"category": "Development"
|
|
}
|
|
} |