|
@@ -15,11 +15,11 @@
|
|
|
"test": "npm run lint && jest",
|
|
|
"build": "npm run build-tsc && npm run build-extra && npm run build-webpack",
|
|
|
"build-tsc": "tsc",
|
|
|
- "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html}\" lib/",
|
|
|
+ "build-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/",
|
|
|
"build-webpack": "webpack --mode production",
|
|
|
"watch": "concurrently --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"",
|
|
|
"watch-tsc": "tsc -watch",
|
|
|
- "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html}\" lib/ --watch",
|
|
|
+ "watch-extra": "cpx \"src/**/*.{scss,woff,woff2,ttf,otf,eot,svg,html,ico}\" lib/ --watch",
|
|
|
"watch-webpack": "webpack -w --mode development --display minimal",
|
|
|
"serve": "http-server -p 1338",
|
|
|
"model-server": "node lib/servers/model/server.js",
|
|
@@ -96,20 +96,20 @@
|
|
|
"@types/compression": "1.0.1",
|
|
|
"@types/express": "^4.17.1",
|
|
|
"@types/jest": "^24.0.18",
|
|
|
- "@types/node": "^12.7.7",
|
|
|
+ "@types/node": "^12.7.8",
|
|
|
"@types/node-fetch": "^2.5.2",
|
|
|
"@types/react": "^16.9.3",
|
|
|
- "@types/react-dom": "^16.9.0",
|
|
|
+ "@types/react-dom": "^16.9.1",
|
|
|
"@types/swagger-ui-dist": "3.0.3",
|
|
|
"@types/webgl2": "0.0.5",
|
|
|
"argparse": "^1.0.10",
|
|
|
"compression": "^1.7.4",
|
|
|
"express": "^4.17.1",
|
|
|
- "graphql": "^14.5.7",
|
|
|
+ "graphql": "^14.5.8",
|
|
|
"immutable": "^3.8.2",
|
|
|
"node-fetch": "^2.6.0",
|
|
|
- "react": "^16.9.0",
|
|
|
- "react-dom": "^16.9.0",
|
|
|
+ "react": "^16.10.0",
|
|
|
+ "react-dom": "^16.10.0",
|
|
|
"rxjs": "^6.5.3",
|
|
|
"swagger-ui-dist": "^3.23.11",
|
|
|
"util.promisify": "^1.0.0",
|