UNPKG

react-selector-input

Version:

a React input component with selector and filter

61 lines (59 loc) 1.41 kB
{ "name": "react-selector-input", "version": "0.1.3", "private": false, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject", "transpile": "babel src -d dist --copy-files" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] }, "dependencies": { "@ant-design/icons": "^5.0.1" }, "repository":"https://github.com/Swelldg/react-selector-input", "description": "a React input component with selector and filter", "main": "dist/index.js", "devDependencies": { "react-scripts": "5.0.1", "react": "^18.2.0", "react-dom": "^18.2.0", "babel-cli": "^6.26.0", "babel-core": "^6.26.0", "babel-loader": "^7.1.4", "babel-preset-env": "^1.6.1", "babel-preset-react": "^6.24.1", "css-loader": "^0.28.11", "gh-pages": "^1.1.0", "html-webpack-plugin": "^3.2.0", "style-loader": "^0.20.3", "webpack": "^4.5.0", "webpack-cli": "^2.0.14", "webpack-dev-server": "^3.1.3" }, "keywords": [ "React", "Component" ], "author": "Swelldg", "license": "MIT" }