graphql-engine/community/sample-apps/realtime-poll/package.json
2019-01-17 15:57:28 +05:30

35 lines
922 B
JSON

{
"name": "hasura-realtime-poll",
"version": "0.1.0",
"private": true,
"dependencies": {
"apollo-boost": "^0.1.13",
"apollo-cache-inmemory": "^1.2.7",
"apollo-client": "^2.3.8",
"apollo-link": "^1.2.2",
"apollo-link-http": "^1.5.4",
"apollo-link-ws": "^1.0.8",
"apollo-utilities": "^1.0.18",
"graphql": "^0.13.2",
"react": "^16.4.2",
"react-apollo": "^2.1.11",
"react-bootstrap": "^0.32.1",
"react-dom": "^16.4.2",
"react-google-charts": "^3.0.5",
"react-scripts": "1.1.4",
"subscriptions-transport-ws": "^0.9.14"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"predeploy": "npm run build",
"deploy": "gh-pages -d build",
"eject": "react-scripts eject"
},
"devDependencies": {
"eslint-plugin-jsx-a11y": "5.1.1",
"gh-pages": "^1.2.0"
}
}