mirror of
https://github.com/danog/react-datalist-input.git
synced 2024-12-03 09:57:50 +01:00
55 lines
1.4 KiB
JSON
55 lines
1.4 KiB
JSON
{
|
|
"name": "react-datalist-input",
|
|
"version": "1.1.1",
|
|
"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": "dist/main.js",
|
|
"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>"
|
|
],
|
|
"license": "MIT",
|
|
"tags": [
|
|
"react",
|
|
"datalist",
|
|
"input",
|
|
"select",
|
|
"autocomplete",
|
|
"combobox",
|
|
"highlight"
|
|
],
|
|
"keywords": [
|
|
"react",
|
|
"datalist",
|
|
"input"
|
|
],
|
|
"devDependencies": {
|
|
"@babel/core": "^7.4.5",
|
|
"@babel/plugin-proposal-class-properties": "^7.4.4",
|
|
"@babel/preset-env": "^7.4.5",
|
|
"@babel/preset-react": "^7.0.0",
|
|
"babel-loader": "^8.0.6",
|
|
"css-loader": "^3.0.0",
|
|
"html-loader": "^0.5.5",
|
|
"react": "^16.8.6",
|
|
"react-dom": "^16.8.6",
|
|
"style-loader": "^0.23.1",
|
|
"webpack": "^4.33.0",
|
|
"webpack-cli": "^3.3.4"
|
|
},
|
|
"dependencies": {
|
|
"prop-types": "^15.6.1"
|
|
},
|
|
"peerDependencies": {
|
|
"react": "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"build": "webpack --mode production"
|
|
}
|
|
}
|