Skip to content
Snippets Groups Projects
Commit 53e02832 authored by Alexander Rose's avatar Alexander Rose
Browse files

updated packages, removed font building code

parent 02eda0a1
No related branches found
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
...@@ -16,14 +16,14 @@ ...@@ -16,14 +16,14 @@
"test": "npm run lint && jest", "test": "npm run lint && jest",
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack", "build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
"build-tsc": "tsc --incremental && tsc --build src/servers --incremental", "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", "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": "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": "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-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-tsc": "tsc --watch --incremental",
"watch-servers": "tsc --build src/servers --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": "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": "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", "watch-webpack-viewer-debug": "webpack -w --mode development --display errors-only --info-verbosity verbose --config ./webpack.config.viewer.debug.js",
...@@ -80,31 +80,31 @@ ...@@ -80,31 +80,31 @@
], ],
"license": "MIT", "license": "MIT",
"devDependencies": { "devDependencies": {
"@graphql-codegen/add": "^1.13.1", "@graphql-codegen/add": "^1.13.2",
"@graphql-codegen/cli": "^1.13.1", "@graphql-codegen/cli": "^1.13.2",
"@graphql-codegen/time": "^1.13.1", "@graphql-codegen/time": "^1.13.2",
"@graphql-codegen/typescript": "^1.13.1", "@graphql-codegen/typescript": "^1.13.2",
"@graphql-codegen/typescript-graphql-files-modules": "^1.13.1", "@graphql-codegen/typescript-graphql-files-modules": "^1.13.2",
"@graphql-codegen/typescript-graphql-request": "^1.13.1", "@graphql-codegen/typescript-graphql-request": "^1.13.2",
"@graphql-codegen/typescript-operations": "^1.13.1", "@graphql-codegen/typescript-operations": "^1.13.2",
"@types/cors": "^2.8.6", "@types/cors": "^2.8.6",
"@typescript-eslint/eslint-plugin": "^2.26.0", "@typescript-eslint/eslint-plugin": "^2.28.0",
"@typescript-eslint/parser": "^2.26.0", "@typescript-eslint/parser": "^2.28.0",
"benchmark": "^2.1.4", "benchmark": "^2.1.4",
"circular-dependency-plugin": "^5.2.0", "circular-dependency-plugin": "^5.2.0",
"concurrently": "^5.1.0", "concurrently": "^5.1.0",
"cpx2": "^2.0.0", "cpx2": "^2.0.0",
"css-loader": "^3.4.2", "css-loader": "^3.5.2",
"eslint": "^6.8.0", "eslint": "^6.8.0",
"extra-watch-webpack-plugin": "^1.0.3", "extra-watch-webpack-plugin": "^1.0.3",
"file-loader": "^6.0.0", "file-loader": "^6.0.0",
"fs-extra": "^9.0.0", "fs-extra": "^9.0.0",
"graphql": "^15.0.0",
"http-server": "^0.12.1", "http-server": "^0.12.1",
"jest": "^25.2.7", "jest": "^25.3.0",
"jest-raw-loader": "^1.0.1", "jest-raw-loader": "^1.0.1",
"mini-css-extract-plugin": "^0.9.0", "mini-css-extract-plugin": "^0.9.0",
"node-sass": "^4.13.1", "node-sass": "^4.13.1",
"pascal-case": "^3.1.1",
"raw-loader": "^4.0.0", "raw-loader": "^4.0.0",
"resolve-url-loader": "^3.1.1", "resolve-url-loader": "^3.1.1",
"sass-loader": "^8.0.2", "sass-loader": "^8.0.2",
...@@ -121,11 +121,11 @@ ...@@ -121,11 +121,11 @@
"@types/argparse": "^1.0.38", "@types/argparse": "^1.0.38",
"@types/benchmark": "^1.0.31", "@types/benchmark": "^1.0.31",
"@types/compression": "1.7.0", "@types/compression": "1.7.0",
"@types/express": "^4.17.4", "@types/express": "^4.17.6",
"@types/jest": "^25.2.1", "@types/jest": "^25.2.1",
"@types/node": "^13.11.0", "@types/node": "^13.11.1",
"@types/node-fetch": "^2.5.5", "@types/node-fetch": "^2.5.6",
"@types/react": "^16.9.32", "@types/react": "^16.9.34",
"@types/react-dom": "^16.9.6", "@types/react-dom": "^16.9.6",
"@types/swagger-ui-dist": "3.0.5", "@types/swagger-ui-dist": "3.0.5",
"argparse": "^1.0.10", "argparse": "^1.0.10",
...@@ -133,7 +133,6 @@ ...@@ -133,7 +133,6 @@
"compression": "^1.7.4", "compression": "^1.7.4",
"cors": "^2.8.5", "cors": "^2.8.5",
"express": "^4.17.1", "express": "^4.17.1",
"graphql": "^14.6.0",
"immer": "^6.0.3", "immer": "^6.0.3",
"immutable": "^3.8.2", "immutable": "^3.8.2",
"node-fetch": "^2.6.0", "node-fetch": "^2.6.0",
......
...@@ -8,7 +8,7 @@ const sharedConfig = { ...@@ -8,7 +8,7 @@ const sharedConfig = {
module: { module: {
rules: [ rules: [
{ {
test: /\.(woff2?|ttf|otf|eot|svg|html|ico)$/, test: /\.(html|ico)$/,
use: [{ use: [{
loader: 'file-loader', loader: 'file-loader',
options: { name: '[name].[ext]' } options: { name: '[name].[ext]' }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment