mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-02 17:37:50 +01:00
54 lines
1.3 KiB
JSON
54 lines
1.3 KiB
JSON
{
|
|
"name": "react-datalist-input",
|
|
"version": "1.1.8",
|
|
"description": "This package provides a react component as follows: an input field with a drop down menu to pick a possible option based on the current input.",
|
|
"main": "./lib/DataListInput.js",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/andrelandgraf/react-datalist-input.git"
|
|
},
|
|
"homepage": "https://github.com/andrelandgraf/react-datalist-input",
|
|
"bugs": "https://github.com/andrelandgraf/react-datalist-input/issues",
|
|
"authors": [
|
|
"Andre Landgraf <andre.timo.landgraf@gmail.com>"
|
|
],
|
|
"tags": [
|
|
"react",
|
|
"datalist",
|
|
"input",
|
|
"select",
|
|
"autocomplete",
|
|
"combobox",
|
|
"highlight"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"datalist",
|
|
"input"
|
|
],
|
|
"devDependencies": {
|
|
"babel-core": "^6.21.0",
|
|
"babel-loader": "^7.1.4",
|
|
"babel-preset-env": "^1.6.1",
|
|
"babel-preset-react": "^6.16.0",
|
|
"babel-preset-stage-0": "^6.24.1",
|
|
"css-loader": "^3.0.0",
|
|
"path": "^0.12.7",
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0",
|
|
"webpack": "^4.5.0",
|
|
"webpack-cli": "^3.2.1",
|
|
"style-loader": "^0.23.1"
|
|
},
|
|
"peerDependencies": {
|
|
"prop-types": "^15.6.0",
|
|
"react": "^16.0.0",
|
|
"react-dom": "^16.0.0"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode production"
|
|
}
|
|
}
|