Files
lifeforge/apps/localizationManager/package.json
melvinchia3636 c1e0268d47 fix(localizationManager): correct path in build script
Former-commit-id: 2f4aebd811bc2997ba296e10fec6322a5edfaaa1 [formerly 6846473ba28ef473143b9258c951aab84805f751] [formerly 2d5044672bfddcc130b8dbee46ffb08c0916d267 [formerly d470d091749cae08e460c2fad93ccaefe15fb482]]
Former-commit-id: 19f16ae386173f3c8332270d81a8e1db3a33d294 [formerly 1f126fff7e87b04c5acbff9fd23d5e13bc8acaf8]
Former-commit-id: cc48c0d0f68e66276839267ff418e17f002c4147
2025-09-16 17:17:55 +08:00

49 lines
1.5 KiB
JSON

{
"name": "lifeforge-localization-manager",
"private": true,
"description": "A tool for streamlining the localization process in LifeForge applications",
"version": "0.0.0",
"license": "CC BY-NC-SA 4.0",
"author": "LifeForge (https://github.com/Lifeforge-app)",
"homepage": "https://docs.lifeforge.melvinchia.dev",
"repository": {
"type": "git",
"url": "https://github.com/Lifeforge-app/lifeforge.git",
"directory": "apps/localization-manager"
},
"type": "module",
"scripts": {
"dev": "vite",
"types": "tsc -b",
"build": "cd ../../shared && bun run build && cd ../packages/lifeforge-ui && bun run build && cd ../../apps/localizationManager && tsc && vite build",
"preview": "vite preview"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@iconify/react": "^6.0.0",
"@tailwindcss/postcss": "^4.1.8",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/react-query": "^5.80.6",
"@uidotdev/usehooks": "^2.4.1",
"clsx": "^2.1.1",
"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",
"postcss": "^8.5.4",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-i18next": "^15.5.1",
"react-toastify": "^11.0.5",
"shared": "workspace:*",
"tailwindcss": "^4.1.8",
"tinycolor2": "^1.6.0"
},
"devDependencies": {
"@types/javascript-color-gradient": "^2.4.2",
"@types/tinycolor2": "^1.4.6",
"vite": "^7.0.5"
}
}