Files
lifeforge/apps/localization-manager/package.json
Melvin Chia ec38f8a0bc fix: Fixed bug that happened when doing text replacement in bulk
Former-commit-id: 5614101ef744e46cf0f97f5102a8f39f2dd5eabb [formerly 12bec6fbe6ee8d209886f2397d4a7fbe5eeeaead] [formerly e08e2564ad8eec20c9ac0e3e859f79883d85e095 [formerly 316339c8edfa32af90c5d613ed5af2526bc0ff75]]
Former-commit-id: 3f8ed43aa572894b61b44d9d7369aaffb5d1a956 [formerly 13a0be1a12a79b24ca53d7d427b10620d21cfbe7]
Former-commit-id: 6602f976cd44cc44df23f1bc860bb9779ae63097
2025-08-15 23:38:22 +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/localization-manager && 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"
}
}