UNPKG

react-insect

Version:

Highly customisable, minimalistic input x select field for React.

50 lines (49 loc) 1.14 kB
{ "name": "react-insect", "version": "1.1.6", "main": "dist/index.js", "license": "MIT", "repository": "https://github.com/kadetXx/insect", "homepage": "https://insect.vercel.app", "description": "Highly customisable, minimalistic input x select field for React.", "keywords": [ "select", "input", "forms", "react-component", "dropdown", "react-select", "react-select-multi", "react-select-search" ], "author": { "name": "Kadet", "email": "hello@kadet.dev", "url": "https://kadet.dev" }, "scripts": { "build": "rollup -c", "start": "rollup -c -w" }, "peerDependencies": { "react": "^16.8.0" }, "devDependencies": { "@rollup/plugin-commonjs": "^21.0.1", "@rollup/plugin-node-resolve": "^13.1.3", "@types/react": "^17.0.38", "@types/react-dom": "^17.0.11", "babel-core": "^6.26.3", "babel-runtime": "^6.26.0", "rollup": "^2.64.0", "rollup-plugin-sass": "^1.2.10", "rollup-plugin-typescript2": "^0.31.1", "typescript": "^4.5.4" }, "files": [ "dist" ], "dependencies": { "prop-types": "^15.8.1" } }