{ "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": "bun types && 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", "@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:*", "lodash": "^4.17.21", "mermaid": "^11.12.2", "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", "remark-gfm": "^4.0.1", "@lifeforge/shared": "workspace:*", "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" } }