mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-28 14:55:45 +00:00
Former-commit-id: c67c617ea443432f0144d5ed00ef82bb7661f914 [formerly 3b691f05de1f0a2c62c5d3333fc8ce4149134034] [formerly 2a2c4154a09c39148407e67375b40dfb3aa1881c [formerly 5504db252e0917699878bd5ddee1eca0861983b3]] Former-commit-id: 3b29b55794dbda6684766d4092030c753fcc436e [formerly c67b073ca6c2d81589b9ad42a0b20f713daa6e21] Former-commit-id: d9271934c6857d14b36de6ac26a5898db43b56b7
69 lines
2.0 KiB
JSON
69 lines
2.0 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",
|
|
"@types/crypto-js": "^4.2.2",
|
|
"@types/lodash": "^4.17.16",
|
|
"@types/node": "^22.7.4",
|
|
"@types/pdf-thumbnail": "^1.0.4",
|
|
"@types/pdfkit": "^0.17.0",
|
|
"@types/react": "^19.1.6",
|
|
"@types/react-dom": "^19.1.6",
|
|
"@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"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-react-compiler": "^19.1.0-rc.2"
|
|
}
|
|
} |