Files
lifeforge/client/package.json
Melvin Chia 2071170e14 fix(deps): update react and react-dom versions to use caret notation for compatibility
Former-commit-id: ee8de5dd98a4abf3dbc1c430e10ac04dd0f9d08a [formerly 33e7342daff56aae2d44f1d9fe91eacfc67f64f6] [formerly 9242f3fa84774747195a29e2742ff035b21e858b [formerly 02d72f6f42c6a3fd0e0041991b78e4867a1a398a]]
Former-commit-id: 8746416c942543ce6a412b32c2a24454d20464d0 [formerly 9305ee6c162b4be0836036aec3efda9d0134ca46]
Former-commit-id: c44657d719e22b3e403adb7c76c36688c04e7402
2025-10-28 10:57:12 +08:00

73 lines
2.2 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": "cd ../shared && bun run build && cd ../packages/lifeforge-ui && bun run build && cd ../../client && tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify/react": "^6.0.2",
"@tailwindcss/postcss": "^4.1.5",
"@tailwindcss/typography": "^0.5.19",
"@tailwindcss/vite": "^4.1.5",
"@tanstack/react-query": "^5.90.2",
"@types/node": "^24.7.2",
"@types/react-virtualized": "^9.22.3",
"@uidotdev/usehooks": "^2.4.1",
"babel-plugin-react-compiler": "^19.1.0-rc.2",
"clsx": "^2.1.1",
"copy-to-clipboard": "^3.3.3",
"crypto-js": "^4.2.0",
"daisyui": "^5.0.35",
"dayjs": "^1.11.13",
"dnd-core": "^16.0.1",
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
"i18next": "^25.6.0",
"i18next-http-backend": "^2.7.3",
"lifeforge-ui": "workspace:*",
"lodash": "^4.17.21",
"postcss": "^8.5.3",
"pretty-bytes": "^7.1.0",
"qrcode.react": "^4.2.0",
"react": "^19.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dnd": "^16.0.1",
"react-dnd-html5-backend": "^16.0.1",
"react-dom": "^19.2.0",
"react-dropzone": "^14.3.8",
"react-error-boundary": "^6.0.0",
"react-grid-layout": "^1.5.2",
"react-i18next": "^15.5.1",
"react-router": "^7.9.4",
"react-toastify": "^11.0.5",
"react-virtualized": "^9.22.6",
"shared": "workspace:*",
"socket.io-client": "^4.8.1",
"tailwindcss": "^4.1.14",
"tailwindcss-animate": "^1.0.7",
"tinycolor2": "^1.6.0",
"typescript": "^5.9.3",
"zod": "^4.0.17"
},
"devDependencies": {
"@types/lodash": "^4.17.20",
"@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",
"vite": "^7.0.5"
}
}