Files
lifeforge/package.json
Melvin Chia aab423695d feat(docs): move docs to the root of the project
Former-commit-id: 2515b68d9804c83a192c95af02246fac790c98d9 [formerly 3b5833ed367d49b92fa5b403c3f502fc77bf4fb1] [formerly 6d76e6e9080c169c91bf06ba63ff3ec27af3df86 [formerly b1d9088176368029a5de5026ec956a862f9161b4]]
Former-commit-id: 93081fe3abbb65feb45bb286eb4fa85ff6af9893 [formerly 9867ce95ca0d03247833c080392fe305f067ed25]
Former-commit-id: 0f2e7c7409168d7eace0e3171aa2bcdf95008ecd
2025-10-17 22:20:13 +08:00

71 lines
1.9 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/*",
"./tools/*"
],
"scripts": {
"forge": "bun run tools/forgeCLI/src/index.ts"
},
"keywords": [
"bun",
"hono",
"react",
"vite",
"monorepo",
"lifeforge"
],
"devDependencies": {
"@babel/generator": "^7.28.0",
"@babel/parser": "^7.28.0",
"@babel/traverse": "^7.28.0",
"@babel/types": "^7.28.1",
"@eslint/js": "^9.26.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/lodash": "^4.17.20",
"@types/prettier": "^3.0.0",
"@types/prompts": "^2.4.9",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"bun-types": "latest",
"commander": "^14.0.1",
"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",
"inquirer-autocomplete-prompt": "^3.0.1",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.6.14",
"prompts": "^2.4.2",
"typescript": "^5.9.3",
"typescript-eslint": "^8.31.1"
},
"dependencies": {
"chalk": "^5.6.2",
"dotenv": "^17.2.3",
"globals": "^16.4.0",
"lodash": "^4.17.21",
"pocketbase": "^0.26.2"
}
}