appbaseio/reactivesearch

View on GitHub
packages/web/examples/ssr/package.json

Summary

Maintainability
Test Coverage
{
    "name": "ssr",
    "version": "1.0.0",
    "description": "SSR example for ReactiveSearch",
    "main": "index.js",
    "license": "Apache-2.0",
    "dependencies": {
        "@appbaseio/reactivesearch": "^2.12.1",
        "@zeit/next-css": "^0.1.5",
        "emotion-server": "^9.1.0",
        "moment": "^2.21.0",
        "next": "^5.0.0",
        "prop-types": "^15.6.1",
        "react": "^16.2.0",
        "react-dom": "^16.2.0"
    },
    "devDependencies": {
        "babel-cli": "^6.26.0",
        "babel-core": "^6.26.0",
        "babel-eslint": "^8.2.2",
        "babel-loader": "^7.1.4",
        "babel-plugin-direct-import": "^0.5.0",
        "babel-plugin-emotion": "^9.0.1",
        "babel-plugin-transform-class-properties": "^6.24.1",
        "babel-plugin-transform-object-rest-spread": "^6.26.0",
        "babel-preset-env": "^1.6.1",
        "babel-preset-next": "^1.1.1",
        "babel-preset-react": "^6.24.1"
    },
    "scripts": {
        "dev": "next",
        "build": "next build",
        "start": "next start"
    }
}