2018-07-16 20:18:17 +02:00
{
"name" : "react-datalist-input" ,
2019-06-13 00:08:15 +02:00
"version" : "1.1.2" ,
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-12 23:55:00 +02:00
"main" : "dist/main.js" ,
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>"
] ,
"license" : "MIT" ,
"tags" : [
"react" ,
"datalist" ,
"input" ,
"select" ,
"autocomplete" ,
"combobox" ,
"highlight"
] ,
"keywords" : [
"react" ,
"datalist" ,
"input"
] ,
2018-07-19 13:11:01 +02:00
"devDependencies" : {
2019-06-12 23:55:00 +02:00
"@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"
2018-07-19 13:11:01 +02:00
} ,
2018-07-16 20:18:17 +02:00
"dependencies" : {
2018-07-19 13:11:01 +02:00
"prop-types" : "^15.6.1"
2018-07-16 20:18:17 +02:00
} ,
"peerDependencies" : {
2018-07-19 13:11:01 +02:00
"react" : "^0.14.9 || ^15.3.0 || ^16.0.0-rc || ^16.0"
} ,
"scripts" : {
"test" : "echo \"Error: no test specified\" && exit 1" ,
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
}