|
@@ -16,14 +16,14 @@
|
|
|
"test": "npm run lint && jest",
|
|
|
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
|
|
|
"build-tsc": "tsc --incremental && tsc --build src/servers --incremental",
|
|
|
- "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/",
|
|
|
+ "build-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/",
|
|
|
"build-webpack": "webpack --mode production",
|
|
|
"watch": "concurrently -c \"green,green,gray,gray\" --names \"tsc,srv,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-servers\" \"npm:watch-extra\" \"npm:watch-webpack\"",
|
|
|
"watch-viewer": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer\"",
|
|
|
"watch-viewer-debug": "concurrently -c \"green,gray,gray\" --names \"tsc,ext,wpc\" --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack-viewer-debug\"",
|
|
|
"watch-tsc": "tsc --watch --incremental",
|
|
|
"watch-servers": "tsc --build src/servers --watch --incremental",
|
|
|
- "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/ --watch",
|
|
|
+ "watch-extra": "cpx \"src/**/*.{scss,html,ico}\" lib/ --watch",
|
|
|
"watch-webpack": "webpack -w --mode development --display minimal",
|
|
|
"watch-webpack-viewer": "webpack -w --mode development --display errors-only --info-verbosity verbose --config ./webpack.config.viewer.js",
|
|
|
"watch-webpack-viewer-debug": "webpack -w --mode development --display errors-only --info-verbosity verbose --config ./webpack.config.viewer.debug.js",
|
|
@@ -80,31 +80,31 @@
|
|
|
],
|
|
|
"license": "MIT",
|
|
|
"devDependencies": {
|
|
|
- "@graphql-codegen/add": "^1.13.1",
|
|
|
- "@graphql-codegen/cli": "^1.13.1",
|
|
|
- "@graphql-codegen/time": "^1.13.1",
|
|
|
- "@graphql-codegen/typescript": "^1.13.1",
|
|
|
- "@graphql-codegen/typescript-graphql-files-modules": "^1.13.1",
|
|
|
- "@graphql-codegen/typescript-graphql-request": "^1.13.1",
|
|
|
- "@graphql-codegen/typescript-operations": "^1.13.1",
|
|
|
+ "@graphql-codegen/add": "^1.13.2",
|
|
|
+ "@graphql-codegen/cli": "^1.13.2",
|
|
|
+ "@graphql-codegen/time": "^1.13.2",
|
|
|
+ "@graphql-codegen/typescript": "^1.13.2",
|
|
|
+ "@graphql-codegen/typescript-graphql-files-modules": "^1.13.2",
|
|
|
+ "@graphql-codegen/typescript-graphql-request": "^1.13.2",
|
|
|
+ "@graphql-codegen/typescript-operations": "^1.13.2",
|
|
|
"@types/cors": "^2.8.6",
|
|
|
- "@typescript-eslint/eslint-plugin": "^2.26.0",
|
|
|
- "@typescript-eslint/parser": "^2.26.0",
|
|
|
+ "@typescript-eslint/eslint-plugin": "^2.28.0",
|
|
|
+ "@typescript-eslint/parser": "^2.28.0",
|
|
|
"benchmark": "^2.1.4",
|
|
|
"circular-dependency-plugin": "^5.2.0",
|
|
|
"concurrently": "^5.1.0",
|
|
|
"cpx2": "^2.0.0",
|
|
|
- "css-loader": "^3.4.2",
|
|
|
+ "css-loader": "^3.5.2",
|
|
|
"eslint": "^6.8.0",
|
|
|
"extra-watch-webpack-plugin": "^1.0.3",
|
|
|
"file-loader": "^6.0.0",
|
|
|
"fs-extra": "^9.0.0",
|
|
|
+ "graphql": "^15.0.0",
|
|
|
"http-server": "^0.12.1",
|
|
|
- "jest": "^25.2.7",
|
|
|
+ "jest": "^25.3.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",
|
|
@@ -121,11 +121,11 @@
|
|
|
"@types/argparse": "^1.0.38",
|
|
|
"@types/benchmark": "^1.0.31",
|
|
|
"@types/compression": "1.7.0",
|
|
|
- "@types/express": "^4.17.4",
|
|
|
+ "@types/express": "^4.17.6",
|
|
|
"@types/jest": "^25.2.1",
|
|
|
- "@types/node": "^13.11.0",
|
|
|
- "@types/node-fetch": "^2.5.5",
|
|
|
- "@types/react": "^16.9.32",
|
|
|
+ "@types/node": "^13.11.1",
|
|
|
+ "@types/node-fetch": "^2.5.6",
|
|
|
+ "@types/react": "^16.9.34",
|
|
|
"@types/react-dom": "^16.9.6",
|
|
|
"@types/swagger-ui-dist": "3.0.5",
|
|
|
"argparse": "^1.0.10",
|
|
@@ -133,7 +133,6 @@
|
|
|
"compression": "^1.7.4",
|
|
|
"cors": "^2.8.5",
|
|
|
"express": "^4.17.1",
|
|
|
- "graphql": "^14.6.0",
|
|
|
"immer": "^6.0.3",
|
|
|
"immutable": "^3.8.2",
|
|
|
"node-fetch": "^2.6.0",
|