mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 06:46:24 +00:00
- Add new packages: @lifeforge/configs, @lifeforge/federation, @lifeforge/log, @lifeforge/server-utils with their package.json - Strip framework-specific deps (react, i18next, react-query, etc.) from shared/client/ui/server packages — these belong in individual apps - Update workspace scripts to match renamed package directories (packages/log → @lifeforge/log, packages/server-utils → @lifeforge/server-utils) - Add rollup-plugin-visualizer to client devDependencies
66 lines
1.9 KiB
JSON
66 lines
1.9 KiB
JSON
{
|
|
"name": "@lifeforge/client",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"description": "The client-side user interface for LifeForge.",
|
|
"license": "MIT",
|
|
"author": "LifeForge (https://github.com/LifeForge-app)",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LifeForge-app/lifeforge.git",
|
|
"directory": "client"
|
|
},
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"types": "tsc -b",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@dnd-kit/core": "^6.3.1",
|
|
"@dnd-kit/sortable": "^10.0.0",
|
|
"@dnd-kit/utilities": "^3.2.2",
|
|
"@iconify/react": "^6.0.2",
|
|
"@lifeforge/shared": "workspace:*",
|
|
"@lifeforge/federation": "workspace:*",
|
|
"@lifeforge/ui": "workspace:*",
|
|
"@types/node": "^24.7.2",
|
|
"@types/react-virtualized": "^9.22.3",
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"copy-to-clipboard": "^3.3.3",
|
|
"crypto-js": "^4.2.0",
|
|
"daisyui": "^5.0.35",
|
|
"dnd-core": "^16.0.1",
|
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"i18next-http-backend": "^2.7.3",
|
|
"lodash-es": "^4.17.22",
|
|
"postcss": "^8.5.3",
|
|
"pretty-bytes": "^7.1.0",
|
|
"qrcode.react": "^4.2.0",
|
|
"react-custom-scrollbars": "^4.2.1",
|
|
"react-dropzone": "^14.3.8",
|
|
"react-error-boundary": "^6.0.0",
|
|
"react-grid-layout": "^1.5.2",
|
|
"react-router": "^7.9.4",
|
|
"react-virtualized": "^9.22.6",
|
|
"recharts": "^2.15.0",
|
|
"socket.io-client": "^4.8.1",
|
|
"typescript": "^5.9.3",
|
|
"uuid": "^13.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
"@types/lodash": "^4.17.20",
|
|
"@types/opentype.js": "^1.3.8",
|
|
"@types/react": "^19.2.0",
|
|
"@types/react-dom": "^19.2.0",
|
|
"@types/react-grid-layout": "^1.3.5",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"glob": "^13.0.0",
|
|
"rollup-plugin-visualizer": "^7.0.1",
|
|
"vite": "^7.0.5"
|
|
}
|
|
}
|