appbaseio/reactivesearch

View on GitHub
site/demos/producthunt/package.json

Summary

Maintainability
Test Coverage
{
  "name": "producthunt",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "webpack -p --progress",
    "start": "webpack-dev-server --hot --inline --progress --colors --port 8001"
  },
  "keywords": [],
  "author": "",
  "license": "Apache-2.0",
  "dependencies": {
    "@appbaseio/reactivesearch": "^2.12.1",
    "react": "^16.2.0",
    "react-dom": "^16.2.0",
    "emotion": "*",
    "react-emotion": "*"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-core": "^6.26.0",
    "babel-loader": "^7.1.2",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-emotion": "^8.0.10",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "webpack": "^3.10.0",
    "webpack-dev-server": "^2.9.5"
  }
}