-
- Downloads
package updates
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
... | @@ -15,11 +15,11 @@ | ... | @@ -15,11 +15,11 @@ |
"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", | "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", | "build-webpack": "webpack --mode production", | ||
"watch": "concurrently --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"", | "watch": "concurrently --kill-others \"npm:watch-tsc\" \"npm:watch-extra\" \"npm:watch-webpack\"", | ||
"watch-tsc": "tsc -watch", | "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", | "watch-webpack": "webpack -w --mode development --display minimal", | ||
"serve": "http-server -p 1338", | "serve": "http-server -p 1338", | ||
"model-server": "node lib/servers/model/server.js", | "model-server": "node lib/servers/model/server.js", | ||
... | @@ -96,20 +96,20 @@ | ... | @@ -96,20 +96,20 @@ |
"@types/compression": "1.0.1", | "@types/compression": "1.0.1", | ||
"@types/express": "^4.17.1", | "@types/express": "^4.17.1", | ||
"@types/jest": "^24.0.18", | "@types/jest": "^24.0.18", | ||
"@types/node": "^12.7.7", | "@types/node": "^12.7.8", | ||
"@types/node-fetch": "^2.5.2", | "@types/node-fetch": "^2.5.2", | ||
"@types/react": "^16.9.3", | "@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/swagger-ui-dist": "3.0.3", | ||
"@types/webgl2": "0.0.5", | "@types/webgl2": "0.0.5", | ||
"argparse": "^1.0.10", | "argparse": "^1.0.10", | ||
"compression": "^1.7.4", | "compression": "^1.7.4", | ||
"express": "^4.17.1", | "express": "^4.17.1", | ||
"graphql": "^14.5.7", | "graphql": "^14.5.8", | ||
"immutable": "^3.8.2", | "immutable": "^3.8.2", | ||
"node-fetch": "^2.6.0", | "node-fetch": "^2.6.0", | ||
"react": "^16.9.0", | "react": "^16.10.0", | ||
"react-dom": "^16.9.0", | "react-dom": "^16.10.0", | ||
"rxjs": "^6.5.3", | "rxjs": "^6.5.3", | ||
"swagger-ui-dist": "^3.23.11", | "swagger-ui-dist": "^3.23.11", | ||
"util.promisify": "^1.0.0", | "util.promisify": "^1.0.0", | ||
... | ... |
Please register or sign in to comment