Files
lifeforge/tools/apiBuilder/package.json
Melvin Chia e8690ec913 style: prettier reformatting of the entire codebase
Former-commit-id: 6ad2fac2e9cab83dd484e90e80732067d22616e8 [formerly 0834b7e2aaeb6a04e31f5f04cf88f01b2c256986] [formerly a4dcf0af4dfe6fcf744184676baa2d4caeb40fc7 [formerly 9632ffb6671d8f30ca33c51bda106c299a4c07da]]
Former-commit-id: 23ac95ccea08e36479fe17ac5ae4c2bdc4d77119 [formerly 450788517ac9fabdc16607b8f41785bb5c55917e]
Former-commit-id: 256d0df6be62899478c8a3a5258f296649f4672d
2025-10-05 12:39:16 +08:00

58 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"
}
}