|
@ -66,6 +66,7 @@ |
|
|
}, |
|
|
}, |
|
|
"exclude": [ |
|
|
"exclude": [ |
|
|
"src/server/**/*.ts", |
|
|
"src/server/**/*.ts", |
|
|
|
|
|
"src/client/**/*.spec.ts", |
|
|
"src/*.ts" |
|
|
"src/*.ts" |
|
|
], |
|
|
], |
|
|
"plugins": [ |
|
|
"plugins": [ |
|
@ -97,63 +98,60 @@ |
|
|
"@fortawesome/free-solid-svg-icons": "^5.11.2", |
|
|
"@fortawesome/free-solid-svg-icons": "^5.11.2", |
|
|
"compression": "^1.7.4", |
|
|
"compression": "^1.7.4", |
|
|
"express": "^4.17.1", |
|
|
"express": "^4.17.1", |
|
|
"express-winston": "^4.0.1", |
|
|
"express-winston": "^4.0.5", |
|
|
"file-type": "^12.3.0", |
|
|
"file-type": "^12.3.0", |
|
|
"fs-extra": "^8.1.0", |
|
|
"fs-extra": "^9.0.1", |
|
|
"helmet": "^3.20.1", |
|
|
"helmet": "^4.1.0", |
|
|
"json5": "^2.1.3", |
|
|
"json5": "^2.1.3", |
|
|
"lodash": "^4.17.19", |
|
|
"lodash": "^4.17.20", |
|
|
"node-pty": "^0.9.0", |
|
|
"node-pty": "^0.9.0", |
|
|
"node-sass-middleware": "^0.11.0", |
|
|
|
|
|
"sass": "^1.26.10", |
|
|
"sass": "^1.26.10", |
|
|
"serve-favicon": "^2.5.0", |
|
|
"serve-favicon": "^2.5.0", |
|
|
"socket.io": "^2.2.0", |
|
|
"socket.io": "^2.3.0", |
|
|
"socket.io-client": "^2.2.0", |
|
|
"socket.io-client": "^2.3.0", |
|
|
"toastify-js": "^1.6.1", |
|
|
"toastify-js": "^1.9.1", |
|
|
"winston": "^3.2.1", |
|
|
"winston": "^3.3.3", |
|
|
"xterm": "^4.8.1", |
|
|
"xterm": "^4.8.1", |
|
|
"xterm-addon-fit": "^0.4.0", |
|
|
"xterm-addon-fit": "^0.4.0", |
|
|
"yargs": "^14.0.0" |
|
|
"yargs": "^15.4.1" |
|
|
}, |
|
|
}, |
|
|
"devDependencies": { |
|
|
"devDependencies": { |
|
|
"@types/chai": "^4.2.5", |
|
|
"@types/chai": "^4.2.5", |
|
|
"@types/compression": "^1.0.1", |
|
|
"@types/compression": "^1.7.0", |
|
|
"@types/express": "^4.17.1", |
|
|
"@types/express": "^4.17.8", |
|
|
"@types/fs-extra": "^8.0.0", |
|
|
"@types/fs-extra": "^9.0.1", |
|
|
"@types/helmet": "^0.0.47", |
|
|
"@types/helmet": "^0.0.48", |
|
|
"@types/jsdom": "^12.2.4", |
|
|
"@types/jsdom": "^12.2.4", |
|
|
"@types/lodash": "^4.14.138", |
|
|
"@types/lodash": "^4.14.161", |
|
|
"@types/mocha": "^5.2.7", |
|
|
"@types/mocha": "^5.2.7", |
|
|
"@types/morgan": "^1.7.37", |
|
|
"@types/morgan": "^1.7.37", |
|
|
"@types/node": "^12.7.3", |
|
|
"@types/node": "^14.6.3", |
|
|
"@types/node-sass-middleware": "^0.0.31", |
|
|
"@types/serve-favicon": "^2.5.0", |
|
|
"@types/serve-favicon": "^2.2.31", |
|
|
|
|
|
"@types/sinon": "^7.5.1", |
|
|
"@types/sinon": "^7.5.1", |
|
|
"@types/socket.io": "^2.1.2", |
|
|
"@types/socket.io": "^2.1.11", |
|
|
"@types/socket.io-client": "^1.4.32", |
|
|
"@types/socket.io-client": "^1.4.33", |
|
|
"@types/webpack-env": "^1.14.0", |
|
|
|
|
|
"@types/winston": "^2.4.4", |
|
|
"@types/winston": "^2.4.4", |
|
|
"@types/yargs": "^15.0.5", |
|
|
"@types/yargs": "^15.0.5", |
|
|
"@typescript-eslint/eslint-plugin": "^2.5.0", |
|
|
"@typescript-eslint/eslint-plugin": "^2.5.0", |
|
|
"@typescript-eslint/parser": "^2.5.0", |
|
|
"@typescript-eslint/parser": "^2.5.0", |
|
|
"all-contributors-cli": "^6.17.0", |
|
|
"all-contributors-cli": "^6.17.2", |
|
|
"chai": "^4.2.0", |
|
|
"chai": "^4.2.0", |
|
|
"concurrently": "^5.2.0", |
|
|
"concurrently": "^5.2.0", |
|
|
"eslint": "^7.6.0", |
|
|
"eslint": "^7.8.1", |
|
|
"eslint-config-airbnb-base": "^14.2.0", |
|
|
"eslint-config-airbnb-base": "^14.2.0", |
|
|
"eslint-config-prettier": "^6.11.0", |
|
|
"eslint-config-prettier": "^6.11.0", |
|
|
"eslint-plugin-import": "^2.18.2", |
|
|
"eslint-plugin-import": "^2.22.0", |
|
|
"eslint-plugin-prettier": "^3.1.4", |
|
|
"eslint-plugin-prettier": "^3.1.4", |
|
|
"git-authors-cli": "^1.0.27", |
|
|
"git-authors-cli": "^1.0.28", |
|
|
"husky": "^4.2.5", |
|
|
"husky": "^4.2.5", |
|
|
"jsdom": "^15.2.1", |
|
|
"jsdom": "^15.2.1", |
|
|
"lint-staged": "^10.2.11", |
|
|
"lint-staged": "^10.2.13", |
|
|
"mocha": "^6.2.2", |
|
|
"mocha": "^6.2.2", |
|
|
"nodemon": "^2.0.4", |
|
|
"nodemon": "^2.0.4", |
|
|
"prettier": "^2.0.5", |
|
|
"prettier": "^2.1.1", |
|
|
"sinon": "^7.5.0", |
|
|
"sinon": "^7.5.0", |
|
|
"snowpack": "^2.7.5", |
|
|
"snowpack": "^2.10.1", |
|
|
"typescript": "^3.9.7" |
|
|
"typescript": "^4.0.2" |
|
|
}, |
|
|
}, |
|
|
"contributors": [ |
|
|
"contributors": [ |
|
|
"Krishna Srinivas <krishna.srinivas@gmail.com>", |
|
|
"Krishna Srinivas <krishna.srinivas@gmail.com>", |
|
|