Files
lifeforge/apps/api-explorer/package.json
Melvin Chia a517c9fd36 25w32
Former-commit-id: c2ef69dc84b5b8270e8aee5b696a59b051c57f5a [formerly 07941a5a8ce2d1523a3d8ba8ea80291efb65a4b5] [formerly 6eb2fa827b09d041c5462e4c5f86a9336d76953d [formerly 980fc5a74d639c86a39f370ee0e8a1d9c61dabd2]]
Former-commit-id: e70c1b37e33108c4ac3a9e1cb87cbe83a97760ed [formerly d3401792569661b40c037807cd08350b8bd86ba1]
Former-commit-id: af6e0b969f1aa0f3e5989e252ee6575a5b5037f8
2025-08-09 16:44:03 +08:00

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"
}
}