- Removed the i18n module and its related functions from the project. - Eliminated the usage of getActiveI18n and related locale handling in various components and stores. - Updated translation handling to use a new instance creation method. - Cleaned up unused imports and code related to language detection and cookie management. - Adjusted components to directly utilize the new translation setup.
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
|
"name": "holistream",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "bun vite",
|
|
"build": "bun vite build",
|
|
"preview": "bun vite preview",
|
|
"deploy": "wrangler deploy",
|
|
"cf-typegen": "wrangler types --env-interface CloudflareBindings",
|
|
"tail": "wrangler tail"
|
|
},
|
|
"dependencies": {
|
|
"@hono/node-server": "^1.19.11",
|
|
"@pinia/colada": "^0.21.7",
|
|
"@unhead/vue": "^2.1.10",
|
|
"@vueuse/core": "^14.2.1",
|
|
"aws4fetch": "^1.0.20",
|
|
"clsx": "^2.1.1",
|
|
"hono": "^4.12.5",
|
|
"i18next": "^25.8.14",
|
|
"i18next-browser-languagedetector": "^8.2.1",
|
|
"i18next-http-backend": "^3.0.2",
|
|
"i18next-vue": "^5.4.0",
|
|
"is-mobile": "^5.0.0",
|
|
"pinia": "^3.0.4",
|
|
"tailwind-merge": "^3.5.0",
|
|
"vue": "^3.5.29",
|
|
"vue-router": "^5.0.3",
|
|
"zod": "^4.3.6"
|
|
},
|
|
"devDependencies": {
|
|
"@cloudflare/vite-plugin": "^1.26.0",
|
|
"@types/node": "^25.3.3",
|
|
"@vitejs/plugin-vue": "^6.0.4",
|
|
"@vitejs/plugin-vue-jsx": "^5.1.4",
|
|
"unocss": "^66.6.5",
|
|
"unplugin-auto-import": "^21.0.0",
|
|
"unplugin-vue-components": "^31.0.0",
|
|
"vite": "^8.0.0-beta.16",
|
|
"vite-ssr-components": "^0.5.2",
|
|
"wrangler": "^4.70.0"
|
|
}
|
|
}
|