suggestion-react-input-search
Version:
Suggestion search input based on searches entered for React
59 lines (58 loc) • 1.99 kB
JSON
{
"name": "suggestion-react-input-search",
"version": "1.4.0",
"description": "Suggestion search input based on searches entered for React",
"keywords": [
"React",
"Input",
"Suggestions",
"Autocomplete",
"Search"
],
"homepage": "https://github.com/NormanColoma/suggestion-react-search-input",
"repository": {
"type": "git",
"url": "https://github.com/NormanColoma/suggestion-react-search-input"
},
"author": {
"name": "Norman Coloma",
"email": "ua.norman@gmail.com",
"url": "https://github.com/NormanColoma"
},
"main": "build/index.js",
"dependencies": {
"react": "^16.2.0",
"react-dom": "^16.2.0"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-core": "^6.26.0",
"babel-jest": "^22.4.3",
"babel-loader": "^7.1.4",
"babel-plugin-transform-class-properties": "^6.24.1",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"coveralls": "^3.0.0",
"css-loader": "^0.28.11",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.1.1",
"identity-obj-proxy": "^3.0.0",
"jest": "^22.4.3",
"node-sass": "^4.8.3",
"react-test-renderer": "^16.2.0",
"sass-loader": "^6.0.7",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.4",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
},
"scripts": {
"test": "jest --watch --coverage",
"test:production": "jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
"start": "webpack --watch",
"build": "webpack --optimize-minimize --config ./webpack.config.js --mode production"
}
}