2018-09-13 09:30:07 +03:00
|
|
|
{
|
|
|
|
"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": {
|
2018-11-20 14:43:27 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "5.1.1",
|
2018-09-13 09:30:07 +03:00
|
|
|
"gh-pages": "^1.2.0"
|
|
|
|
}
|
|
|
|
}
|