diff options
| author | bobzel <zzzman@gmail.com> | 2023-12-03 16:21:52 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-12-03 16:21:52 -0500 |
| commit | c654a31fdb48a76fb4b0562168c920ca850a7b9e (patch) | |
| tree | 76410a9da12919e35f49d3d1f3899856fb0584ce /package.json | |
| parent | 23f789ab0bc9947f1bd23816183df2b5cc89b0e6 (diff) | |
cleaned up warnings and errors, working with typescript 20.10
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 17 |
1 files changed, 7 insertions, 10 deletions
diff --git a/package.json b/package.json index f368c6a48..55fb2ec62 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "monitor": "cross-env MONITORED=true NODE_OPTIONS=--max_old_space_size=4096 ts-node src/server/index.ts", "build": "cross-env NODE_OPTIONS=--max_old_space_size=8192 webpack --env production", "test": "mocha -r ts-node/register test/**/*.ts", - "tsc": "tsc" + "tsc": "tsc -t es5" }, "devDependencies": { "@types/adm-zip": "^0.4.34", @@ -98,7 +98,7 @@ "@types/youtube": "0.0.39", "awesome-typescript-loader": "^5.2.1", "chai": "^4.3.6", - "copy-webpack-plugin": "^4.6.0", + "copy-webpack-plugin": "^11.0.0", "cross-env": "^5.2.1", "css-loader": "^2.1.1", "dotenv": "^8.6.0", @@ -113,14 +113,13 @@ "eslint-plugin-react": "^7.30.1", "eslint-plugin-react-hooks": "^4.6.0", "file-loader": "^3.0.1", - "fork-ts-checker-webpack-plugin": "^1.6.0", "jsdom": "^15.2.1", "mocha": "^5.2.0", "prettier": "^2.7.1", "sass-loader": "^7.3.1", "scss-loader": "0.0.1", "style-loader": "^0.23.1", - "ts-loader": "^5.3.3", + "ts-loader": "^9.5.1", "ts-node": "^10.9.1", "ts-node-dev": "^2.0.0", "tslint": "^5.20.1", @@ -141,9 +140,6 @@ "@fortawesome/free-regular-svg-icons": "^6.3.0", "@fortawesome/free-solid-svg-icons": "^6.3.0", "@fortawesome/react-fontawesome": "^0.2.0", - "@hig/flyout": "^1.3.1", - "@hig/theme-context": "^2.1.3", - "@hig/theme-data": "^2.23.1", "@material-ui/core": "^4.12.3", "@mui/icons-material": "^5.11.16", "@mui/material": "^5.13.1", @@ -164,7 +160,6 @@ "@types/three": "^0.126.2", "@types/web": "0.0.53", "@webscopeio/react-textarea-autocomplete": "^4.9.1", - "D": "^1.0.0", "adm-zip": "^0.4.16", "archiver": "^3.1.1", "array-batcher": "^1.2.3", @@ -197,6 +192,7 @@ "cors": "^2.8.5", "csv-parser": "^3.0.0", "csv-stringify": "^6.3.0", + "D": "^1.0.0", "d3": "^7.6.1", "depcheck": "^0.9.2", "equation-editor-react": "github:bobzel/equation-editor-react#useLocally", @@ -214,6 +210,7 @@ "flexlayout-react": "^0.3.11", "fluent-ffmpeg": "^2.1.2", "forever-agent": "^0.6.1", + "fork-ts-checker-webpack-plugin": "^1.6.0", "formidable": "1.2.1", "function-plot": "^1.22.8", "golden-layout": "^1.5.9", @@ -226,7 +223,7 @@ "howler": "^2.2.3", "html-to-image": "^0.1.3", "html-to-text": "^5.1.1", - "html-webpack-plugin": "^5.5.0", + "html-webpack-plugin": "^5.5.3", "http-browserify": "^1.7.0", "https": "^1.0.0", "https-browserify": "^1.0.0", @@ -250,7 +247,6 @@ "mobx-utils": "^5.6.2", "mongodb": "^3.7.3", "mongoose": "^5.13.14", - "node-sass": "^4.14.1", "node-stream-zip": "^1.15.0", "nodemailer": "^5.1.1", "nodemon": "^1.19.4", @@ -316,6 +312,7 @@ "request-promise": "^4.2.6", "reveal.js": "^4.3.0", "rimraf": "^3.0.0", + "sass": "^1.69.5", "serializr": "^1.5.4", "shelljs": "^0.8.5", "socket.io": "^2.5.0", |
