mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-07-01 08:16:35 +00:00
Former-commit-id: 6ad2fac2e9cab83dd484e90e80732067d22616e8 [formerly 0834b7e2aaeb6a04e31f5f04cf88f01b2c256986] [formerly a4dcf0af4dfe6fcf744184676baa2d4caeb40fc7 [formerly 9632ffb6671d8f30ca33c51bda106c299a4c07da]] Former-commit-id: 23ac95ccea08e36479fe17ac5ae4c2bdc4d77119 [formerly 450788517ac9fabdc16607b8f41785bb5c55917e] Former-commit-id: 256d0df6be62899478c8a3a5258f296649f4672d
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "lifeforge-api-explorer",
|
|
"private": true,
|
|
"version": "0.0.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"types": "tsc -b --noEmit",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@headlessui/react": "^2.2.0",
|
|
"@iconify/react": "^6.0.0",
|
|
"@tailwindcss/postcss": "^4.0.12",
|
|
"@tailwindcss/vite": "^4.1.11",
|
|
"@tanstack/react-query": "^5.80.6",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"axios": "^1.7.2",
|
|
"clsx": "^2.1.1",
|
|
"formik": "^2.4.6",
|
|
"i18next": "24.2.3",
|
|
"i18next-http-backend": "2.7.3",
|
|
"javascript-color-gradient": "^2.5.0",
|
|
"lifeforge-ui": "workspace:*",
|
|
"lodash": "^4.17.21",
|
|
"path": "^0.12.7",
|
|
"pocketbase": "^0.25.2",
|
|
"postcss": "^8.4.38",
|
|
"react": "^19.1.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^19.1.0",
|
|
"react-i18next": "^15.5.1",
|
|
"react-nestable": "^3.0.2",
|
|
"shared": "workspace:*",
|
|
"tailwindcss": "^4.1.8",
|
|
"tinycolor2": "^1.6.0",
|
|
"zod": "^4.0.17"
|
|
},
|
|
"devDependencies": {
|
|
"@types/javascript-color-gradient": "^2.4.2",
|
|
"@types/lodash": "^4.17.17",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"vite": "^7.0.5"
|
|
}
|
|
}
|