mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-07-01 08:16:35 +00:00
Former-commit-id: 300e6c1e0854e18ca8f9743b55a39a3f7f3a2bec [formerly 1726d72f3dc439cfab323fb42f1f4fa408245ead] [formerly e478847f0379ece71fe024ca894740b50c1b2596 [formerly bbae20d6f8d156881ced8d8f7caf903d6785c56c]] Former-commit-id: 4ec5432e5e521e7f2bc8d7bfc890ab44fba0ff8d [formerly 5556d79045a913b9ba5fd4a4769c362a67c7f6ec] Former-commit-id: 877383e4305425395d7641c1e3002a302e0a4be6
48 lines
1.3 KiB
JSON
48 lines
1.3 KiB
JSON
{
|
|
"name": "lifeforge-api-builder",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"types": "tsc -b --noEmit",
|
|
"build": "tsc -b && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"shared": "workspace:*",
|
|
"lifeforge-ui": "workspace:*",
|
|
"@headlessui/react": "^2.2.4",
|
|
"@iconify/react": "^6.0.0",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@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",
|
|
"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",
|
|
"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"
|
|
}
|
|
} |