Files
myeasycms-v2/packages/i18n/package.json
Giancarlo Buomprisco 4bc8448a1d Unify workspace dropdowns; Update layouts (#458)
Unified Account and Workspace drop-downs; Layout updates, now header lives within the PageBody component; Sidebars now use floating variant
2026-03-11 14:45:42 +08:00

36 lines
744 B
JSON

{
"name": "@kit/i18n",
"version": "0.1.0",
"private": true,
"type": "module",
"typesVersions": {
"*": {
"*": [
"src/*"
]
}
},
"exports": {
".": "./src/index.ts",
"./routing": "./src/routing.ts",
"./navigation": "./src/navigation.ts",
"./provider": "./src/client-provider.tsx"
},
"scripts": {
"clean": "git clean -xdf .turbo node_modules",
"typecheck": "tsc --noEmit"
},
"dependencies": {
"next-intl": "catalog:"
},
"devDependencies": {
"@kit/shared": "workspace:*",
"@kit/tsconfig": "workspace:*",
"@tanstack/react-query": "catalog:",
"@types/react": "catalog:",
"next": "catalog:",
"react": "catalog:",
"react-dom": "catalog:"
}
}