mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
19 lines
330 B
JSON
19 lines
330 B
JSON
{
|
|
"name": "@afilmory/utils",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*"
|
|
},
|
|
"dependencies": {
|
|
"@afilmory/typing": "workspace:*",
|
|
"clsx": "^2.1.1",
|
|
"tailwind-merge": "^3.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"motion": "12.25.0"
|
|
}
|
|
}
|