mirror of
https://github.com/owncast/owncast.git
synced 2024-11-22 21:03:19 +03:00
47 lines
1.3 KiB
JSON
47 lines
1.3 KiB
JSON
{
|
|
"name": "owncast-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build && next export",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^4.2.2",
|
|
"antd": "^4.6.6",
|
|
"chart.js": "^2.9.4",
|
|
"classnames": "^2.2.6",
|
|
"date-fns": "^2.16.1",
|
|
"markdown-it": "^12.0.4",
|
|
"next": "^10.0.0",
|
|
"prop-types": "^15.7.2",
|
|
"react": "16.13.1",
|
|
"react-chartkick": "^0.4.1",
|
|
"react-dom": "16.13.1",
|
|
"react-linkify": "^1.0.0-alpha",
|
|
"react-markdown": "^5.0.2",
|
|
"react-markdown-editor-lite": "^1.2.3",
|
|
"sass": "^1.26.11"
|
|
},
|
|
"devDependencies": {
|
|
"@types/chart.js": "^2.9.28",
|
|
"@types/classnames": "^2.2.11",
|
|
"@types/node": "^14.11.2",
|
|
"@types/prop-types": "^15.7.3",
|
|
"@types/react": "^16.9.49",
|
|
"@types/react-linkify": "^1.0.0",
|
|
"@typescript-eslint/eslint-plugin": "^4.3.0",
|
|
"@typescript-eslint/parser": "^4.3.0",
|
|
"eslint": "^7.10.0",
|
|
"eslint-config-airbnb": "^18.2.0",
|
|
"eslint-config-prettier": "^6.12.0",
|
|
"eslint-plugin-import": "^2.22.1",
|
|
"eslint-plugin-jsx-a11y": "^6.3.1",
|
|
"eslint-plugin-prettier": "^3.1.4",
|
|
"eslint-plugin-react": "^7.21.2",
|
|
"eslint-plugin-react-hooks": "^4.1.2",
|
|
"prettier": "^2.1.2",
|
|
"typescript": "^4.0.3"
|
|
}
|
|
}
|