Files
lifeforge/docs/package.json
Melvin Chia 22a45b5378 feat(docs): split changelog versions into different files and implement dynamic loading mechanism
Former-commit-id: ac12fdf3efe5d8947a768ddde7edad13fcdac487 [formerly fa5dc0b809a1f78d05a10cd92b973acc4d8a3241] [formerly ecfe8e86a78c6b6586a82d56183b456eb2ee7936 [formerly 23c0cb11df48695939b2110a0407f17da6c09feb]]
Former-commit-id: b3f448110de3e72fff3242d52597497887e4611d [formerly b4c2a73fc0151c7de62bfe196c8ba30aee01b0bc]
Former-commit-id: c11621e9b83af8023e69ed2826cbb0881be9205d
2025-10-28 06:21:13 +08:00

58 lines
1.8 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 ../../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",
"i18next": "^25.6.0",
"lifeforge-ui": "workspace:*",
"postcss": "^8.5.6",
"react": "^19.2.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^19.2.0",
"react-error-boundary": "^6.0.0",
"react-medium-image-zoom": "^5.3.0",
"react-router": "^7.9.4",
"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/mdx": "^2.0.13",
"@types/react": "^19.2.0",
"@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"
}
}