Files
lifeforge/apps/docs/package.json
Melvin Chia 9734ed41d2 feat(docs): add changelog and roadmap page, finished changelog page.
Former-commit-id: 8d1237796ac23a41af7fd2123610e695ce9f86c8 [formerly 5467ec0b4f39b475e42c88d33084d565ea1a44bd] [formerly 249a71150dfd30c9c9a89ba81d81344784e7db64 [formerly 2e7c85a3324809e727f7319e8c9e7f3fe41708dc]]
Former-commit-id: 4ff065a28bdbb7567827d921dbcd08a67aafa7f8 [formerly 15088900ce86318ffbd28315fb2e294ac0128e3c]
Former-commit-id: 34fd6f153881c9acf82cd0b5a43165751325d4b3
2025-09-04 17:05:40 +08:00

55 lines
1.7 KiB
JSON

{
"name": "lifeforge-docs",
"private": true,
"description": "Documentation for the LifeForge 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",
"directory": "apps/docs"
},
"type": "module",
"scripts": {
"dev": "vite",
"types": "tsc -b",
"build": "cd ../../shared && bun run build && cd ../packages/lifeforge-ui && bun run build && cd ../../apps/docs && tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@iconify/react": "^6.0.0",
"@mdx-js/mdx": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@mdx-js/rollup": "^3.1.0",
"@tailwindcss/vite": "^4.1.11",
"@types/react-custom-scrollbars": "^4.0.13",
"autoprefixer": "^10.4.21",
"copy-to-clipboard": "^3.3.3",
"dayjs": "^1.11.18",
"lifeforge-ui": "workspace:*",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^19.1.0",
"react-medium-image-zoom": "^5.3.0",
"react-router": "^7.8.2",
"react-syntax-highlighter": "^15.6.1",
"rehype-highlight": "^7.0.2",
"remark-gfm": "^4.0.1",
"shared": "workspace:*",
"tailwindcss": "^4.1.11",
"vite-plugin-mdx": "^3.6.1"
},
"devDependencies": {
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/react-syntax-highlighter": "^15.5.13",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-react": "^4.7.0",
"typescript": "^5.8.3",
"vite": "^7.0.5"
}
}