Files
lifeforge/apps/docs/package.json
Melvin Chia 7948ffd6d9 refactor: migrate from react-router-dom to react-router and update routing structure from declarative config to data config
Former-commit-id: 764c6df62ba5bdcaa4b145603ca91feae8b6c3c7 [formerly 5273bb7c15f0bb047b6b14c54d7837de5c9c119f] [formerly 78b63544ec0b176416989dd0d478b0fe761c5bab [formerly e1fccb8f4e4c032d193902a1d2475ccb14e8e55e]]
Former-commit-id: 4f517d251c61ef28c698d69c4cc78c5719995f66 [formerly e6e4bd71bf5ab6b18631065fd5f0d0337aa9a781]
Former-commit-id: 67275f014f62f1f0483b9972053841b8b6d21917
2025-08-24 11:52:58 +08:00

53 lines
1.6 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",
"lifeforge-ui": "workspace:*",
"postcss": "^8.5.6",
"react": "^19.1.0",
"react-custom-scrollbars": "^4.2.1",
"react-dom": "^19.1.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"
}
}