Files
afilmory/packages/utils/package.json
Innei 7e216d90d7 feat: introduce @afilmory/typing package and update imports across the codebase
- Added a new package `@afilmory/typing` to centralize type definitions.
- Updated various files to import types from `@afilmory/typing` instead of individual modules.
- Adjusted package dependencies in `package.json` files for affected packages.
- Modified `pnpm-lock.yaml` to include the new package and its dependencies.

Signed-off-by: Innei <tukon479@gmail.com>
2026-01-10 23:31:41 +08:00

19 lines
331 B
JSON

{
"name": "@afilmory/utils",
"type": "module",
"version": "0.0.1",
"private": true,
"exports": {
".": "./src/index.ts",
"./*": "./src/*"
},
"dependencies": {
"@afilmory/typing": "workspace:*",
"clsx": "^2.1.1",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"motion": "12.23.26"
}
}