Files
lifeforge/apps/docs/package.json
Melvin Chia 5e3f2cdc74 fix: reorder dependencies in package.json for better organization
Former-commit-id: b4682e28197b43c3935813cb77e37262358b4f23 [formerly 81b7404107f01d7c04dab80cfe604d69a4681b8e] [formerly c501f161c8123e354740d268818888ae6d007819 [formerly c9af822fa445507f3d4cec6507e25df5cbdcd1c8]]
Former-commit-id: 0305b375ffbb9b84a7b87aa1e94a28ffd10659a2 [formerly c4e3ee242bfe9a4f8f0c952621e9c32565715004]
Former-commit-id: 671b3160412545a58fbd942457e90dc451754398
2025-08-22 21:38:27 +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-dom": "^6.30.1",
"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"
}
}