Files
motia/.npm-cache/_npx/0ebd1cb7ec11dd1f/node_modules/react-use-resizable/package.json
2025-10-19 14:57:07 +00:00

48 lines
1.2 KiB
JSON

{
"name": "react-use-resizable",
"version": "0.2.0",
"description": "A react hook for creating resizable elements",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"test": "jest --config jestconfig.json",
"build": "tsc",
"format": "prettier --write \"src/**/*.ts\" \"src/**/*.js\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/MikkelWestermann/react-use-resizable.git"
},
"author": "Mikkel Westermann",
"license": "ISC",
"bugs": {
"url": "https://github.com/MikkelWestermann/react-use-resizable/issues"
},
"files": [
"lib/**/*"
],
"homepage": "https://github.com/MikkelWestermann/react-use-resizable#readme",
"keywords": [
"react",
"hook",
"resizable",
"resize",
"element"
],
"devDependencies": {
"@types/jest": "^29.1.1",
"@types/react": "^18.0.21",
"@typescript-eslint/eslint-plugin": "^5.38.1",
"@typescript-eslint/parser": "^5.38.1",
"eslint": "^8.24.0",
"eslint-plugin-react": "^7.31.8",
"jest": "^29.1.2",
"prettier": "^2.7.1",
"ts-jest": "^29.0.3",
"typescript": "^4.8.4"
},
"peerDependencies": {
"react": ">=16.8.0"
}
}