2018-07-16 20:18:17 +02:00
{
"name" : "react-datalist-input" ,
2019-06-17 11:31:46 +02:00
"version" : "1.1.27" ,
2018-07-16 20:18:17 +02:00
"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." ,
2019-06-13 09:39:06 +02:00
"main" : "./lib/DataListInput.js" ,
"license" : "MIT" ,
2018-07-16 20:18:17 +02:00
"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"
] ,
2018-07-19 13:11:01 +02:00
"devDependencies" : {
2019-06-13 09:39:06 +02:00
"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" ,
2019-06-12 23:55:00 +02:00
"css-loader" : "^3.0.0" ,
2019-06-13 09:39:06 +02:00
"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"
2018-07-16 20:18:17 +02:00
} ,
"peerDependencies" : {
2019-06-13 09:39:06 +02:00
"prop-types" : "^15.6.0" ,
"react" : "^16.0.0" ,
"react-dom" : "^16.0.0"
2018-07-19 13:11:01 +02:00
} ,
"scripts" : {
2019-06-12 23:55:00 +02:00
"build" : "webpack --mode production"
2018-07-16 20:18:17 +02:00
}
2018-07-19 13:11:01 +02:00
}