{ "name": "lifeforge-monorepo", "private": true, "type": "module", "packageManager": "bun@1.3.14", "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": [ "./apps/api", "./apps/web", "./docs", "./packages/*", "./modules/*", "./locales/*", "./tools" ], "scripts": { "forge": "bun run tools/src/index.ts", "build": "turbo build", "types": "turbo types", "lint": "prettier --check . && eslint .", "fix": "bun prettier --write ./ && eslint . --fix", "test": "turbo test", "postinstall": "turbo build --filter=\"./packages/*\"" }, "keywords": [ "lifeforge" ], "devDependencies": { "@eslint/js": "^9.26.0", "@lifeforge/configs": "workspace:*", "@originjs/vite-plugin-federation": "^1.4.1", "@trivago/prettier-plugin-sort-imports": "^5.2.2", "@types/eslint-plugin-jsx-a11y": "^6.10.1", "@types/lodash": "^4.17.21", "@types/opentype.js": "^1.3.10", "@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", "@typescript-eslint/utils": "8.61.0", "@typescript/native-preview": "^7.0.0-dev.20260609.1", "@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.32.0", "eslint-plugin-jsx-a11y": "^6.10.2", "eslint-plugin-perfectionist": "^5.9.0", "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", "jiti": "^2.7.0", "prettier": "^3.8.0", "turbo": "^2.0.4", "typescript": "^5.9.3", "typescript-eslint": "^8.31.1", "vite": "^7.1.9" }, "dependencies": { "@hookform/resolvers": "^5.4.0", "@tanstack/react-query": "^5.90.2", "@uidotdev/usehooks": "^2.4.1", "@vanilla-extract/css": "^1.20.1", "@vanilla-extract/vite-plugin": "^5.2.2", "clsx": "^2.1.1", "dayjs": "^1.11.19", "dotenv": "^17.2.3", "i18next": "^25.7.4", "lodash": "^4.17.21", "nuqs": "^2.7.1", "opentype.js": "^2.0.0", "react": "^19.2.0", "react-dom": "^19.2.0", "react-hook-form": "^7.77.0", "react-i18next": "^16.5.1", "react-router": "^7.9.4", "tinycolor2": "^1.6.0", "zod": "4.3.5" } }