mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
Former-commit-id: f55b3ce431f0a0c7bec022986021231202aef41f [formerly 92a5f53d61040df4b924c120d15759845144d65b] [formerly 835c800d2c8ca52b0efddac29e64f234e5e91ada [formerly 7b926e88a7c95b3ec59f56208fe120b8d821bcde]] Former-commit-id: 745b44c212bcf427eb0b6d7ce958d0645b7f0412 [formerly aa85b438f0b8c4356d78e5a48e2642787db11378] Former-commit-id: 80b2ba7a22fe37a63901868d69d17b6e471b242d
59 lines
1.7 KiB
JSON
59 lines
1.7 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",
|
|
"./shared",
|
|
"./packages/*",
|
|
"./apps/*",
|
|
"./tools/*"
|
|
],
|
|
"scripts": {
|
|
"forge": "bun run scripts/forge.ts",
|
|
"start:server": "cd server && bun run start",
|
|
"db:generate-schemas": "bun run ./scripts/generateCollectionsSchemas.ts",
|
|
"db:generate-migrations": "bun run ./scripts/generateCollectionsMigrations.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",
|
|
"@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-sonarjs": "^3.0.2",
|
|
"prettier": "^3.6.2",
|
|
"prettier-plugin-tailwindcss": "^0.6.14",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.31.1"
|
|
}
|
|
} |