mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
- 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>
19 lines
331 B
JSON
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"
|
|
}
|
|
}
|