UNPKG

react-static

Version:

A progressive static site generator for React

33 lines (32 loc) 801 B
{ "name": "react-static-example-apollo-redux", "version": "1.0.1", "main": "index.js", "license": "MIT", "scripts": { "start": "react-static start", "stage": "react-static build --staging", "build": "react-static build", "serve": "serve dist -p 3000" }, "dependencies": { "apollo-cache-inmemory": "^1.0.0", "apollo-client": "^2.0.1", "apollo-link-http": "^1.1.0", "axios": "^0.16.2", "graphql": "^0.11.7", "graphql-tag": "^2.5.0", "json-loader": "^0.5.7", "react": "^16.0.0", "react-apollo": "^2.0.0", "react-dom": "^16.0.0", "react-redux": "^5.0.6", "react-router": "^4.2.0", "react-static": "^5", "redux": "^3.7.2" }, "devDependencies": { "eslint-config-react-tools": "1.x.x", "serve": "^6.1.0" } }