owncast/web/package.json
dependabot[bot] bbb0e2d5a1 Bump antd from 4.15.6 to 4.16.0 (#192)
Bumps [antd](https://github.com/ant-design/ant-design) from 4.15.6 to 4.16.0.
- [Release notes](https://github.com/ant-design/ant-design/releases)
- [Changelog](https://github.com/ant-design/ant-design/blob/master/CHANGELOG.en-US.md)
- [Commits](https://github.com/ant-design/ant-design/compare/4.15.6...4.16.0)

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

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-24 22:50:42 -07:00

50 lines
1.4 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.2",
"antd": "^4.16.0",
"chart.js": "^3.3.0",
"classnames": "^2.3.1",
"date-fns": "^2.21.3",
"markdown-it": "^12.0.6",
"next": "^10.2.3",
"prop-types": "^15.7.2",
"rc-util": "^5.13.1",
"react": "^17.0.2",
"react-chartkick": "^0.5.0",
"react-dom": "^17.0.2",
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^6.0.2",
"react-markdown-editor-lite": "^1.2.4",
"sass": "^1.34.0"
},
"devDependencies": {
"@types/chart.js": "^2.9.32",
"@types/classnames": "^2.3.1",
"@types/markdown-it": "^12.0.1",
"@types/node": "^15.6.1",
"@types/prop-types": "^15.7.3",
"@types/react": "^17.0.6",
"@types/react-linkify": "^1.0.0",
"@typescript-eslint/eslint-plugin": "^4.25.0",
"@typescript-eslint/parser": "^4.25.0",
"eslint": "^7.27.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.23.3",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-prettier": "^3.4.0",
"eslint-plugin-react": "^7.23.2",
"eslint-plugin-react-hooks": "^4.2.0",
"prettier": "^2.3.0",
"typescript": "^4.2.4"
}
}