mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-07-01 08:16:35 +00:00
Former-commit-id: 75c6fa78efdb42f7bd65c59cb4e3467aabadcad5 [formerly d9e692745e63aa781d7cf12908d792b0deacdfb1] [formerly 2b3d798425ffcd7064fac640433366b7a574fd29 [formerly d9856e49f19341a8413d5b9391fac940305b5678]] Former-commit-id: 8389997051cd928e4b60287e42177e0f233575b8 [formerly 429a8e32277f66a69bb00368765dc719a8da5313] Former-commit-id: 12a8c5cd96e1bf0880c509b54bc34b7bba76e976
49 lines
1.3 KiB
JSON
49 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": "^3.25.67"
|
|
},
|
|
"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"
|
|
}
|
|
} |