mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-03-03 02:27:00 +00:00
83 lines
2.8 KiB
JSON
83 lines
2.8 KiB
JSON
{
|
|
"name": "lifeforge-monorepo",
|
|
"private": true,
|
|
"description": "A comprehensive self-hosted all-in-one personal management system",
|
|
"version": "0.0.0",
|
|
"license": "CC BY-NC-SA 4.0",
|
|
"author": "LifeForge (https://github.com/LifeForge-app)",
|
|
"homepage": "https://docs.lifeforge.melvinchia.dev",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/LifeForge-app/lifeforge.git"
|
|
},
|
|
"workspaces": [
|
|
"./server",
|
|
"./client",
|
|
"./docs",
|
|
"./shared",
|
|
"./packages/*",
|
|
"./apps/*",
|
|
"./locales/*",
|
|
"./tools"
|
|
],
|
|
"scripts": {
|
|
"forge": "bun run tools/src/index.ts",
|
|
"build-logger": "bun --cwd=packages/lifeforge-log run build",
|
|
"build-server-utils": "bun --cwd=packages/lifeforge-server-utils run build",
|
|
"build-shared": "bun --cwd=shared run build",
|
|
"build-ui": "bun --cwd=packages/lifeforge-ui run build",
|
|
"postinstall": "bun build-logger && bun build-server-utils && bun build-shared && bun build-ui"
|
|
},
|
|
"keywords": [
|
|
"lifeforge"
|
|
],
|
|
"devDependencies": {
|
|
"@eslint/js": "^9.26.0",
|
|
"@originjs/vite-plugin-federation": "^1.4.1",
|
|
"@tailwindcss/vite": "^4.1.18",
|
|
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
|
|
"@types/lodash": "^4.17.21",
|
|
"@types/prettier": "^3.0.0",
|
|
"@types/react": "^19.2.7",
|
|
"@types/react-dom": "^19.2.3",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@typescript-eslint/eslint-plugin": "^7.18.0",
|
|
"@typescript-eslint/parser": "^7.18.0",
|
|
"@vitejs/plugin-react": "^4.4.1",
|
|
"bun-types": "latest",
|
|
"concurrently": "^9.1.2",
|
|
"eslint": "^9.26.0",
|
|
"eslint-config-standard-with-typescript": "^40.0.0",
|
|
"eslint-import-resolver-alias": "^1.1.2",
|
|
"eslint-plugin-import": "^2.31.0",
|
|
"eslint-plugin-jsx-a11y": "^6.10.2",
|
|
"eslint-plugin-react": "^7.37.5",
|
|
"eslint-plugin-react-compiler": "^19.1.0-rc.2",
|
|
"eslint-plugin-sonarjs": "^3.0.2",
|
|
"eslint-plugin-unused-imports": "^4.2.0",
|
|
"globals": "^16.5.0",
|
|
"prettier": "^3.8.0",
|
|
"prettier-plugin-tailwindcss": "^0.7.1",
|
|
"tailwindcss": "^4.1.18",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.31.1",
|
|
"vite": "^7.1.9"
|
|
},
|
|
"dependencies": {
|
|
"@iconify/react": "^6.0.2",
|
|
"@tanstack/react-query": "^5.90.2",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"clsx": "^2.1.1",
|
|
"dayjs": "^1.11.19",
|
|
"dotenv": "^17.2.3",
|
|
"i18next": "^25.7.4",
|
|
"lodash": "^4.17.21",
|
|
"react": "^19.2.0",
|
|
"react-dom": "^19.2.0",
|
|
"react-i18next": "^16.5.1",
|
|
"react-toastify": "^11.0.5",
|
|
"tinycolor2": "^1.6.0",
|
|
"zod": "4.3.5"
|
|
}
|
|
}
|