wikipedia-game-solver/packages/react-hooks/package.json

27 lines
667 B
JSON
Raw Normal View History

2024-07-24 12:35:33 +02:00
{
"name": "@repo/react-hooks",
"version": "0.0.1",
"private": true,
"type": "module",
"exports": {
"./useIsMounted": "./src/useIsMounted.ts"
},
"scripts": {
"lint:eslint": "eslint src --max-warnings 0 --report-unused-disable-directives",
"lint:typescript": "tsc --noEmit"
},
"dependencies": {
"react": "catalog:",
"react-dom": "catalog:"
},
"devDependencies": {
"@repo/eslint-config": "workspace:*",
"@repo/config-typescript": "workspace:*",
"@types/react": "catalog:",
"@types/react-dom": "catalog:",
"@total-typescript/ts-reset": "catalog:",
"eslint": "catalog:",
"typescript": "catalog:"
}
}