|
@@ -63,6 +63,13 @@
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
+ "@graphql-codegen/add": "^1.11.2",
|
|
|
+ "@graphql-codegen/cli": "^1.11.2",
|
|
|
+ "@graphql-codegen/time": "^1.11.2",
|
|
|
+ "@graphql-codegen/typescript": "^1.11.2",
|
|
|
+ "@graphql-codegen/typescript-graphql-files-modules": "^1.11.2",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^1.11.2",
|
|
|
+ "@graphql-codegen/typescript-operations": "^1.11.2",
|
|
|
"@typescript-eslint/eslint-plugin": "^2.17.0",
|
|
|
"@typescript-eslint/eslint-plugin-tslint": "^2.17.0",
|
|
|
"@typescript-eslint/parser": "^2.17.0",
|
|
@@ -75,14 +82,12 @@
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^5.0.2",
|
|
|
"fs-extra": "^8.1.0",
|
|
|
- "graphql-code-generator": "^0.18.2",
|
|
|
- "graphql-codegen-time": "^0.18.2",
|
|
|
- "graphql-codegen-typescript-template": "^0.18.2",
|
|
|
"http-server": "^0.12.1",
|
|
|
"jest": "^25.1.0",
|
|
|
"jest-raw-loader": "^1.0.1",
|
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
|
"node-sass": "^4.13.1",
|
|
|
+ "pascal-case": "^3.1.1",
|
|
|
"raw-loader": "^4.0.0",
|
|
|
"resolve-url-loader": "^3.1.1",
|
|
|
"sass-loader": "^8.0.2",
|