mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 13:24:33 +03:00
a3a06569c0
Bumps [rc-util](https://github.com/react-component/util) from 5.9.5 to 5.9.8. - [Release notes](https://github.com/react-component/util/releases) - [Changelog](https://github.com/react-component/util/blob/master/HISTORY.md) - [Commits](https://github.com/react-component/util/compare/v5.9.5...v5.9.8) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
50 lines
1.4 KiB
JSON
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.14.0",
|
|
"chart.js": "^2.9.4",
|
|
"classnames": "^2.2.6",
|
|
"date-fns": "^2.19.0",
|
|
"markdown-it": "^12.0.4",
|
|
"next": "^10.0.9",
|
|
"prop-types": "^15.7.2",
|
|
"rc-util": "^5.9.8",
|
|
"react": "^17.0.2",
|
|
"react-chartkick": "^0.4.1",
|
|
"react-dom": "^17.0.2",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-markdown": "^5.0.3",
|
|
"react-markdown-editor-lite": "^1.2.4",
|
|
"sass": "^1.32.8"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chart.js": "^2.9.31",
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/markdown-it": "^12.0.1",
|
|
"@types/node": "^14.14.37",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/react": "^17.0.3",
|
|
"@types/react-linkify": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.19.0",
|
|
"@typescript-eslint/parser": "^4.19.0",
|
|
"eslint": "^7.23.0",
|
|
"eslint-config-airbnb": "^18.2.1",
|
|
"eslint-config-prettier": "^8.1.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"eslint-plugin-react": "^7.23.1",
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
|
"prettier": "^2.2.1",
|
|
"typescript": "^4.2.3"
|
|
}
|
|
}
|