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