Files
lifeforge/apps/apiBuilder/package.json
melvinchia3636 48210f2d71 feat(server): move all localization files into client
Former-commit-id: 75c6fa78efdb42f7bd65c59cb4e3467aabadcad5 [formerly d9e692745e63aa781d7cf12908d792b0deacdfb1] [formerly 2b3d798425ffcd7064fac640433366b7a574fd29 [formerly d9856e49f19341a8413d5b9391fac940305b5678]]
Former-commit-id: 8389997051cd928e4b60287e42177e0f233575b8 [formerly 429a8e32277f66a69bb00368765dc719a8da5313]
Former-commit-id: 12a8c5cd96e1bf0880c509b54bc34b7bba76e976
2025-09-08 19:53:46 +08:00

57 lines
1.6 KiB
JSON

{
"name": "lifeforge-api-builder",
"version": "0.0.0",
"private": true,
"description": "The ultimate node-based API builder for LifeForge.",
"license": "MIT",
"author": "LifeForge (https://github.com/Lifeforge-app)",
"repository": {
"type": "git",
"url": "https://github.com/Lifeforge-app/lifeforge.git",
"directory": "apps/api-explorer"
},
"type": "module",
"scripts": {
"dev": "vite",
"types": "tsc -b --noEmit",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@iconify/react": "^6.0.0",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.80.6",
"@xyflow/react": "^12.8.2",
"clsx": "^2.1.1",
"html-to-image": "^1.11.13",
"i18next": "24.2.3",
"javascript-color-gradient": "^2.5.0",
"lifeforge-ui": "workspace:*",
"lodash": "^4.17.21",
"pluralize": "^8.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.1",
"react-toastify": "^11.0.5",
"shared": "workspace:*",
"tailwindcss": "^4.1.11",
"tinycolor2": "^1.6.0",
"uuid": "^11.1.0"
},
"devDependencies": {
"@eslint/js": "^9.31.0",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/javascript-color-gradient": "^2.4.2",
"@types/lodash": "^4.17.20",
"@types/pluralize": "^0.0.33",
"@types/react": "^19.1.8",
"@types/react-dom": "^19.1.6",
"@types/tinycolor2": "^1.4.6",
"@vitejs/plugin-react": "^4.7.0",
"globals": "^16.3.0",
"typescript": "~5.8.3",
"typescript-eslint": "^8.37.0",
"vite": "^7.0.5"
}
}