mirror of
https://github.com/AlecM33/Werewolf.git
synced 2025-12-26 15:57:50 +01:00
Bumps [js-yaml](https://github.com/nodeca/js-yaml) to 4.1.1 and updates ancestor dependencies [js-yaml](https://github.com/nodeca/js-yaml), [eslint](https://github.com/eslint/eslint), [eslint-config-standard](https://github.com/standard/eslint-config-standard) and [eslint-plugin-promise](https://github.com/eslint-community/eslint-plugin-promise). These dependencies need to be updated together. Updates `js-yaml` from 3.14.1 to 4.1.1 - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](https://github.com/nodeca/js-yaml/compare/3.14.1...4.1.1) Updates `eslint` from 7.32.0 to 9.39.1 - [Release notes](https://github.com/eslint/eslint/releases) - [Commits](https://github.com/eslint/eslint/compare/v7.32.0...v9.39.1) Updates `eslint-config-standard` from 16.0.3 to 17.1.0 - [Commits](https://github.com/standard/eslint-config-standard/compare/v16.0.3...v17.1.0) Updates `eslint-plugin-promise` from 5.2.0 to 7.2.1 - [Release notes](https://github.com/eslint-community/eslint-plugin-promise/releases) - [Changelog](https://github.com/eslint-community/eslint-plugin-promise/blob/main/CHANGELOG.md) - [Commits](https://github.com/eslint-community/eslint-plugin-promise/compare/v5.2.0...v7.2.1) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 4.1.1 dependency-type: indirect - dependency-name: eslint dependency-version: 9.39.1 dependency-type: direct:development - dependency-name: eslint-config-standard dependency-version: 17.1.0 dependency-type: direct:development - dependency-name: eslint-plugin-promise dependency-version: 7.2.1 dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
73 lines
3.1 KiB
JSON
73 lines
3.1 KiB
JSON
{
|
|
"name": "werewolf_game",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"private": true,
|
|
"scripts": {
|
|
"bundle": "webpack --config client/webpack/webpack-prod.config.js",
|
|
"gcp-build": "webpack --config client/webpack/webpack-prod.config.js",
|
|
"build:dev": "webpack --watch --config client/webpack/webpack-dev.config.js --mode=development",
|
|
"start:dev:docker": "webpack --config client/webpack/webpack-dev.config.js --mode=development && node index.js -- loglevel=debug",
|
|
"start:dev": "NODE_ENV=development REDIS_URL_DEV=redis://127.0.0.1:6379 && webpack --config client/webpack/webpack-dev.config.js --mode=development && nodemon index.js",
|
|
"start:dev:no-hot-reload": "NODE_ENV=development REDIS_URL_DEV=redis://127.0.0.1:6379 && webpack --config client/webpack/webpack-dev.config.js --mode=development && node index.js",
|
|
"start:dev:windows": "SET NODE_ENV=development & SET REDIS_URL_DEV=redis://127.0.0.1:6379 && webpack --config client/webpack/webpack-dev.config.js --mode=development && nodemon index.js -- loglevel=debug",
|
|
"start:dev:windows:no-hot-reload:debug": "SET NODE_ENV=development & SET REDIS_URL_DEV=redis://127.0.0.1:6379 && webpack --config client/webpack/webpack-dev.config.js --mode=development && node --inspect index.js",
|
|
"start:dev:windows:no-hot-reload": "SET NODE_ENV=development & SET REDIS_URL_DEV=redis://127.0.0.1:6379 && webpack --config client/webpack/webpack-dev.config.js --mode=development && node index.js",
|
|
"start": "NODE_ENV=production node index.js -- loglevel=debug",
|
|
"start:windows": "SET NODE_ENV=production && node index.js -- loglevel=debug port=8080",
|
|
"test": "jasmine && karma start --single-run --browsers ChromeHeadless karma.conf.js",
|
|
"test:unit": "jasmine",
|
|
"test:e2e": "karma start --single-run --browsers ChromeHeadless karma.conf.js"
|
|
},
|
|
"main": "index.js",
|
|
"engines": {
|
|
"node": ">= 20.0.0"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"babel-loader": "^8.2.3",
|
|
"body-parser": "^1.20.3",
|
|
"compression-webpack-plugin": "^10.0.0",
|
|
"cors": "^2.8.5",
|
|
"express": "^4.21.2",
|
|
"express-force-https": "^1.0.0",
|
|
"express-rate-limit": "^6.0.1",
|
|
"open": "^7.0.3",
|
|
"rate-limiter-flexible": "^2.3.6",
|
|
"redis": "^4.5.1",
|
|
"regenerator-runtime": "^0.13.9",
|
|
"socket.io": "^4.8.1",
|
|
"socket.io-client": "^4.7.5"
|
|
},
|
|
"devDependencies": {
|
|
"@babel/core": "^7.18.13",
|
|
"@babel/eslint-parser": "^7.16.5",
|
|
"@babel/plugin-transform-object-assign": "^7.16.5",
|
|
"@babel/preset-env": "^7.16.5",
|
|
"acorn": "^8.6.0",
|
|
"babel-eslint": "^10.1.0",
|
|
"core-js": "^3.25.0",
|
|
"eslint": "^9.39.1",
|
|
"eslint-config-standard": "^17.1.0",
|
|
"eslint-plugin-import": "^2.26.0",
|
|
"eslint-plugin-node": "^11.1.0",
|
|
"eslint-plugin-promise": "^7.2.1",
|
|
"jasmine": "^3.5.0",
|
|
"jasmine-browser-runner": "^1.0.0",
|
|
"jasmine-core": "^4.0.1",
|
|
"karma": "^6.3.16",
|
|
"karma-chrome-launcher": "^3.1.0",
|
|
"karma-jasmine": "^4.0.1",
|
|
"webpack": "^5.94.0",
|
|
"webpack-cli": "^4.9.1",
|
|
"webpack-remove-debug": "^0.1.0"
|
|
},
|
|
"nodemonConfig": {
|
|
"ignore": [
|
|
"client/*",
|
|
"node_modules/*"
|
|
]
|
|
}
|
|
}
|