Files
myeasycms-v2/tooling/typescript/package.json
giancarlo 8281de12a0 Update i18n settings and upgrade dependencies in lockfile
This commit refactors the i18n settings in `i18n.settings.ts` to improve language handling. In addition, it updates the `pnpm-lock.yaml` file to upgrade the lockfile version and several package dependencies. Most notably, it integrates `tailwind-merge` and `@tanstack/react-table` into various packages.
2024-04-20 13:17:38 +08:00

15 lines
254 B
JSON

{
"name": "@kit/tsconfig",
"private": true,
"version": "0.1.0",
"files": [
"base.json"
],
"dependencies": {
"@tanstack/react-table": "^8.16.0",
"next": "14.3.0-canary.7",
"tailwind-merge": "^2.2.2",
"zod": "^3.22.4"
}
}