mirror of
https://github.com/Afilmory/afilmory
synced 2026-02-01 22:48:17 +00:00
24 lines
435 B
JSON
24 lines
435 B
JSON
{
|
|
"name": "@afilmory/hooks",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"type": "module",
|
|
"exports": {
|
|
".": "./src/index.ts",
|
|
"./*": "./src/*"
|
|
},
|
|
"dependencies": {
|
|
"jotai": "^2.16.1",
|
|
"usehooks-ts": "^3.1.1"
|
|
},
|
|
"devDependencies": {
|
|
"@types/react": "^19.2.8",
|
|
"@types/react-dom": "^19.2.3",
|
|
"react": "^19.2.3",
|
|
"react-dom": "^19.2.3"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^19.1.1"
|
|
}
|
|
}
|