Files
LiveSplitOne/package.json
T
dependabot[bot]anddependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> a706c7aa59 Bump @typescript-eslint/parser from 7.7.0 to 7.8.0 (#866)
Bumps [@typescript-eslint/parser](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/parser) from 7.7.0 to 7.8.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/parser/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v7.8.0/packages/parser)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-26 13:59:01 -05:00

84 lines
2.5 KiB
JSON

{
"name": "livesplit",
"version": "1.0.0",
"description": "",
"main": "dist/bundle.js",
"type": "module",
"scripts": {
"build": "webpack",
"build:core": "node buildCore.js",
"build:core:release": "node buildCore.js --release",
"build:core:deploy": "node buildCore.js --max-opt --nightly",
"lint": "eslint -c .eslintrc.cjs --ext .ts,.tsx src",
"publish": "webpack --mode production",
"serve": "webpack serve",
"start": "webpack serve --open",
"start:electron": "webpack --electron && electron dist/index.html",
"test": "mocha --exit test/**/*.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@types/commonmark": "^0.27.5",
"@types/react": "^16.14.32",
"@types/react-color": "^3.0.12",
"@types/react-dom": "^16.9.16",
"@types/react-resizable": "^3.0.3",
"@types/react-sidebar": "^3.0.2",
"@types/react-toggle": "^4.0.3",
"commonmark": "^0.27.0",
"commonmark-react-renderer": "^4.3.5",
"fast-deep-equal": "^3.1.3",
"idb": "^8.0.0",
"react": "^16.14.0",
"react-color": "^2.19.3",
"react-contextmenu": "^2.14.0",
"react-dom": "^16.14.0",
"react-linkifier": "^4.0.0",
"react-resizable": "^3.0.4",
"react-sidebar": "^3.0.2",
"react-toastify": "^9.1.1",
"react-toggle": "^4.1.3",
"resize-observer": "^1.0.4"
},
"devDependencies": {
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.10",
"@types/node": "^20.12.7",
"@types/selenium-webdriver": "^4.1.21",
"@typescript-eslint/eslint-plugin": "^7.7.0",
"@typescript-eslint/parser": "^7.8.0",
"chromedriver": "^122.0.3",
"clean-webpack-plugin": "^4.0.0",
"css-loader": "^6.7.3",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.2.3",
"favicons-webpack-plugin": "^6.0.0",
"file-loader": "^6.2.0",
"hex64": "^0.4.0",
"html-inline-script-webpack-plugin": "^3.1.0",
"html-webpack-plugin": "^5.6.0",
"http-server": "^14.1.1",
"imghash": "0.0.9",
"leven": "^4.0.0",
"mocha": "^10.4.0",
"moment": "^2.30.1",
"node-fetch": "^3.3.0",
"pixelmatch": "^5.3.0",
"pngjs": "^7.0.0",
"react-refresh-typescript": "^2.0.7",
"sass": "^1.76.0",
"sass-loader": "^14.1.1",
"selenium-webdriver": "^4.18.1",
"sharp": "^0.33.3",
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.1",
"ts-loader": "^9.4.2",
"typescript": "^5.4.5",
"webpack": "^5.91.0",
"webpack-cli": "^5.0.1",
"webpack-dev-server": "^4.11.1",
"workbox-webpack-plugin": "^7.0.0"
}
}