owncast/web/package.json
dependabot[bot] 83ad71a906 Bump @typescript-eslint/eslint-plugin from 4.30.0 to 4.31.0 (#302)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 4.30.0 to 4.31.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.31.0/packages/eslint-plugin)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-09-06 18:41:19 -07:00

55 lines
1.6 KiB
JSON

{
"name": "owncast-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
"start": "next start",
"lint": "eslint --ext .js,.ts,.tsx types/ pages/ components/"
},
"dependencies": {
"@ant-design/icons": "^4.6.4",
"antd": "^4.16.13",
"chart.js": "^3.5.1",
"chartkick": "^4.0.5",
"classnames": "^2.3.1",
"date-fns": "^2.23.0",
"lodash": "^4.17.21",
"markdown-it": "^12.2.0",
"next": "^11.1.2",
"prop-types": "^15.7.2",
"rc-util": "^5.13.2",
"react": "^17.0.2",
"react-chartkick": "^0.5.0",
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^6.0.3",
"react-markdown-editor-lite": "^1.3.0",
"sass": "^1.39.0",
"ua-parser-js": "^0.7.28"
},
"devDependencies": {
"@types/chart.js": "^2.9.32",
"@types/classnames": "^2.3.1",
"@types/markdown-it": "^12.2.0",
"@types/node": "^16.7.1",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.11",
"@types/react-linkify": "^1.0.0",
"@types/ua-parser-js": "^0.7.36",
"@typescript-eslint/eslint-plugin": "^4.31.0",
"@typescript-eslint/parser": "^4.31.0",
"eslint": "^7.32.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-next": "^11.1.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.24.0",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.25.0",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.2",
"typescript": "^4.4.2"
}
}