Bumps [eslint](https://github.com/eslint/eslint) from 7.21.0 to 7.32.0. - [Release notes](https://github.com/eslint/eslint/releases) - [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md) - [Commits](https://github.com/eslint/eslint/compare/v7.21.0...v7.32.0) --- updated-dependencies: - dependency-name: eslint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
41 lines
1.3 KiB
JSON
41 lines
1.3 KiB
JSON
{
|
|
"dependencies": {
|
|
"@excalidraw/eslint-config": "1.0.1",
|
|
"@excalidraw/prettier-config": "1.0.2",
|
|
"@types/debug": "4.1.5",
|
|
"@types/express": "4.17.11",
|
|
"@types/node": "14.14.31",
|
|
"@types/socket.io": "2.1.4",
|
|
"@typescript-eslint/eslint-plugin": "4.16.1",
|
|
"@typescript-eslint/parser": "4.16.1",
|
|
"cross-env": "^7.0.3",
|
|
"debug": "4.3.1",
|
|
"dotenv": "^10.0.0",
|
|
"eslint": "7.32.0",
|
|
"eslint-config-prettier": "8.1.0",
|
|
"eslint-plugin-prettier": "3.3.1",
|
|
"express": "4.17.1",
|
|
"prettier": "2.2.1",
|
|
"socket.io": "2.3.0",
|
|
"ts-node-dev": "^1.1.8",
|
|
"typescript": "4.2.3"
|
|
},
|
|
"license": "MIT",
|
|
"main": "dist/index.js",
|
|
"name": "excalidraw-portal",
|
|
"prettier": "@excalidraw/prettier-config",
|
|
"scripts": {
|
|
"build": "tsc",
|
|
"fix:code": "yarn test:code --fix",
|
|
"fix:other": "yarn prettier --write",
|
|
"fix": "yarn fix:other && yarn fix:code",
|
|
"prettier": "prettier . --ignore-path=.gitignore",
|
|
"start": "node dist/index.js",
|
|
"start:dev": "cross-env NODE_ENV=development ts-node-dev --respawn --transpile-only src/index.ts",
|
|
"test:code": "eslint --ext .ts .",
|
|
"test:other": "yarn prettier --list-different",
|
|
"test": "yarn test:other && yarn test:code"
|
|
},
|
|
"version": "1.0.0"
|
|
}
|