@acusti/input-text
Version:
React component that renders a semi-controlled input with multiLine and selectTextOnFocus support
59 lines (58 loc) • 1.73 kB
JSON
{
"name": "@acusti/input-text",
"version": "2.2.2",
"type": "module",
"sideEffects": false,
"exports": "./dist/InputText.js",
"main": "./dist/InputText.js",
"types": "./dist/InputText.d.ts",
"files": [
"dist"
],
"description": "React component that renders a semi-controlled input with multiLine and selectTextOnFocus support",
"keywords": [
"react",
"react-component",
"form",
"input",
"input-text",
"textarea",
"ssr",
"typescript",
"ts"
],
"scripts": {
"test": "vitest",
"build": "vite build"
},
"repository": {
"type": "git",
"url": "https://github.com/acusti/uikit.git",
"directory": "packages/input-text"
},
"author": "andrew patton <andrew@acusti.ca> (https://www.acusti.ca)",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/acusti/uikit/issues"
},
"homepage": "https://github.com/acusti/uikit/tree/main/packages/input-text#readme",
"devDependencies": {
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/react": "^19.2.2",
"@vitejs/plugin-react": "^5.0.4",
"babel-plugin-react-compiler": "^1",
"happy-dom": "^20.0.10",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"typescript": "5.9.2",
"unplugin-dts": "^1.0.0-beta.6",
"vite": "^7.1.10",
"vitest": "^3.2.4"
},
"peerDependencies": {
"react": "^19 || ~0.0.0-experimental < 0.0.0-f",
"react-dom": "^19 || ~0.0.0-experimental < 0.0.0-f"
}
}