react-controlled-input-state
Version:
This is a hook designed to provide `<input />`-like behavior for React components with complex UIs in their input screens.
47 lines (46 loc) • 1.03 kB
JSON
{
"name": "react-controlled-input-state",
"description": "",
"version": "1.0.0",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"module": "./dist/index.mjs",
"files": [
"dist"
],
"scripts": {
"build": "vite build",
"dev": "vite",
"test": "vitest --environment=jsdom"
},
"keywords": [
"react",
"hooks",
"controlled-input"
],
"author": "trkbt10",
"license": "UNLICENSED",
"devDependencies": {
"@testing-library/jest-dom": "^6.4.2",
"@testing-library/react": "^14.2.1",
"@testing-library/user-event": "^14.5.2",
"@types/react": "^18.2.59",
"@types/react-dom": "^18.2.19",
"happy-dom": "^13.6.2",
"jsdom": "^24.0.0",
"react-dom": "^18.2.0",
"react-select": "^5.8.0",
"ts-node": "^10.9.2",
"tsc": "^2.0.4",
"typescript": "^5.3.3",
"vite": "^5.1.4",
"vite-plugin-dts": "^3.7.3",
"vitest": "^1.3.1"
},
"peerDependencies": {
"react": ">16.0.0"
},
"dependencies": {
"react": "^18.2.0"
}
}