UNPKG

react-auto-growing-input

Version:
51 lines 1.3 kB
{ "name": "react-auto-growing-input", "version": "0.0.3", "description": "Auto Growing Input Component for React", "main": "dist/index.js", "module": "dist/index.es.js", "dependencies": {}, "scripts": { "build": "rollup -c" }, "repository": { "type": "git", "url": "git+https://github.com/hungdev/react-auto-growing-input.git" }, "homepage": "https://github.com/hungdev/react-auto-growing-input#readme", "bugs": { "url": "https://github.com/hungdev/react-auto-growing-input/issues" }, "author": "<hungns126@gmail.com>", "license": "MIT", "keywords": [ "react", "react-component", "input", "autosize", "auto-size", "autogrow", "auto-grow", "autofit", "auto-fit", "growing", "auto-growing" ], "devDependencies": { "@babel/core": "^7.18.10", "@babel/preset-react": "^7.18.6", "@rollup/plugin-node-resolve": "^13.3.0", "babel-loader": "^8.2.5", "postcss": "^8.4.16", "rollup": "^2.77.2", "rollup-plugin-babel": "^4.4.0", "rollup-plugin-peer-deps-external": "^2.2.4", "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-terser": "^7.0.2", "sass": "^1.54.4" }, "peerDependencies": { "react": "^16.8.0 || ^17 || ^18", "react-dom": "^16.8.0 || ^17 || ^18" } }