mirror of
https://github.com/owncast/owncast.git
synced 2024-11-23 05:14:20 +03:00
53d60f5127
Bumps [markdown-it](https://github.com/markdown-it/markdown-it) from 12.3.0 to 12.3.2. - [Release notes](https://github.com/markdown-it/markdown-it/releases) - [Changelog](https://github.com/markdown-it/markdown-it/blob/master/CHANGELOG.md) - [Commits](https://github.com/markdown-it/markdown-it/compare/12.3.0...12.3.2) --- updated-dependencies: - dependency-name: markdown-it dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
55 lines
1.6 KiB
JSON
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.7.0",
|
|
"antd": "^4.18.3",
|
|
"chart.js": "^3.7.0",
|
|
"chartkick": "^4.1.1",
|
|
"classnames": "^2.3.1",
|
|
"date-fns": "^2.28.0",
|
|
"lodash": "^4.17.21",
|
|
"markdown-it": "^12.3.2",
|
|
"next": "^12.0.7",
|
|
"prop-types": "^15.8.1",
|
|
"rc-util": "^5.16.1",
|
|
"react": "^17.0.2",
|
|
"react-chartkick": "^0.5.2",
|
|
"react-dom": "^17.0.2",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-markdown": "^7.1.2",
|
|
"react-markdown-editor-lite": "^1.3.2",
|
|
"sass": "^1.47.0",
|
|
"ua-parser-js": "^1.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chart.js": "^2.9.32",
|
|
"@types/classnames": "^2.3.1",
|
|
"@types/markdown-it": "^12.2.0",
|
|
"@types/node": "^17.0.0",
|
|
"@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": "^5.9.0",
|
|
"@typescript-eslint/parser": "^5.9.0",
|
|
"eslint": "^8.6.0",
|
|
"eslint-config-airbnb": "^19.0.0",
|
|
"eslint-config-next": "^12.0.0",
|
|
"eslint-config-prettier": "^8.3.0",
|
|
"eslint-plugin-import": "^2.25.2",
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
|
"eslint-plugin-prettier": "^4.0.0",
|
|
"eslint-plugin-react": "^7.28.0",
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
|
"prettier": "^2.5.1",
|
|
"typescript": "^4.5.2"
|
|
}
|
|
}
|