mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 15:25:50 +00:00
Former-commit-id: 7ae9c3026708212fbdbb27214b7dc1482d1cb717 [formerly 3502ff12f0dc33ebdba4b4d9c6af5d6d498c3bc6] [formerly 0a58a36484e74a7ff4824da37fc716b621aa4974 [formerly 47c0c907424bf2fac513db2557fde581f5dbdde0]] Former-commit-id: 9a887b2a25daa4d71eb3d3995b26ee8f7e6d8142 [formerly 1aa38acb56bd140e42f3d1c91cdd472185ec0117] Former-commit-id: 352d00377830b04a8bfe928a0864b525585b6632
54 lines
1.7 KiB
JSON
54 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",
|
|
"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"
|
|
}
|
|
} |