mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-06-29 15:25:50 +00:00
Former-commit-id: 5f6a4a7fca59b21a34d300bf02f3dde809ccdd69 [formerly bc37b489c8e0096e86ec05643df0cfafc2cf825b] [formerly 1e90b95cdd118a2eb4bac2a207cadf09164113e6 [formerly 07ad9b383e4d8c284a4343035570d413d7c45bc4]] Former-commit-id: a5fbf08d9792b7c5cc5602d1ebc7462ed1a56e4a [formerly 665ba7e12470d4fae33613a585b20408f37200b3] Former-commit-id: 80f56c51940b6dffada5db1acb3107f2ae31b84f
57 lines
1.6 KiB
JSON
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"
|
|
}
|
|
} |