Files
lifeforge/apps/docs/package.json
Melvin Chia ec38f8a0bc fix: Fixed bug that happened when doing text replacement in bulk
Former-commit-id: 5614101ef744e46cf0f97f5102a8f39f2dd5eabb [formerly 12bec6fbe6ee8d209886f2397d4a7fbe5eeeaead] [formerly e08e2564ad8eec20c9ac0e3e859f79883d85e095 [formerly 316339c8edfa32af90c5d613ed5af2526bc0ff75]]
Former-commit-id: 3f8ed43aa572894b61b44d9d7369aaffb5d1a956 [formerly 13a0be1a12a79b24ca53d7d427b10620d21cfbe7]
Former-commit-id: 6602f976cd44cc44df23f1bc860bb9779ae63097
2025-08-15 23:38:22 +08:00

52 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",
"postcss": "^8.5.6",
"react": "^19.1.0",
"shared": "workspace:*",
"lifeforge-ui": "workspace:*",
"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",
"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"
}
}