[graphql] implement simple graphql endpoint for users
Showing
... | @@ -28,6 +28,7 @@ | ... | @@ -28,6 +28,7 @@ |
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@popperjs/core": "^2.9.2", | "@popperjs/core": "^2.9.2", | ||
"@urql/core": "^2.3.3", | |||
"aes-js": "^3.1.1", | "aes-js": "^3.1.1", | ||
"base-x": "^3.0.2", | "base-x": "^3.0.2", | ||
"bootstrap": "^4.6.0", | "bootstrap": "^4.6.0", | ||
... | @@ -35,8 +36,11 @@ | ... | @@ -35,8 +36,11 @@ |
"create-react-class": "^15.6.3", | "create-react-class": "^15.6.3", | ||
"echarts": "^5.1.2", | "echarts": "^5.1.2", | ||
"echarts-for-react": "^3.0.1", | "echarts-for-react": "^3.0.1", | ||
"graphql": "^15.6.1", | |||
"graphql-ws": "^5.5.0", | |||
"highlightjs": "^9.16.2", | "highlightjs": "^9.16.2", | ||
"immer": "^9.0.5", | "immer": "^9.0.5", | ||
"isomorphic-unfetch": "^3.1.0", | |||
"prop-types": "^15.6.2", | "prop-types": "^15.6.2", | ||
"pullstate": "^1.20.6", | "pullstate": "^1.20.6", | ||
"react": "^17.0.2", | "react": "^17.0.2", | ||
... | ... |
Please register or sign in to comment