mirror of
https://github.com/Lifeforge-app/lifeforge.git
synced 2026-07-01 08:16:35 +00:00
Former-commit-id: 662de3536f5065e9001a85acd86a8855391e5cf6 [formerly bcc4b5f9647f8ebaf1833cded83dcf139f07b418] [formerly 11e7ff74071f2a87c55d62bc4a6e5e908d2aed59 [formerly aae66f00000af7cd07259c256e45251dcc876291]] Former-commit-id: 354b4b0f64836e907de09a2530421ce84de3e323 [formerly 8d68902e91dc88ae3f12b3fe96ed8b5fa9cbc3db] Former-commit-id: 8f1b78930e2f602901175a1ff6727c75cbf8ac9d
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.90.2",
|
|
"@types/tinycolor2": "^1.4.6",
|
|
"@uidotdev/usehooks": "^2.4.1",
|
|
"axios": "^1.7.2",
|
|
"clsx": "^2.1.1",
|
|
"formik": "^2.4.6",
|
|
"i18next": "^25.6.0",
|
|
"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.2.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-dom": "^19.2.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.2.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@vitejs/plugin-react-swc": "^3.5.0",
|
|
"vite": "^7.0.5"
|
|
}
|
|
} |