2020-09-30 23:59:20 +02:00
|
|
|
{
|
|
|
|
"name": "owncast-admin",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2020-10-01 02:12:22 +02:00
|
|
|
"build": "next build && next export",
|
2020-09-30 23:59:20 +02:00
|
|
|
"start": "next start"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2020-10-01 03:47:18 +02:00
|
|
|
"@ant-design/icons": "^4.2.2",
|
2020-10-01 00:12:10 +02:00
|
|
|
"antd": "^4.6.6",
|
2020-11-25 09:07:46 +01:00
|
|
|
"chart.js": "^2.9.4",
|
2020-10-23 01:18:18 +02:00
|
|
|
"classnames": "^2.2.6",
|
2020-10-26 02:57:23 +01:00
|
|
|
"date-fns": "^2.16.1",
|
2021-01-03 11:13:21 +01:00
|
|
|
"markdown-it": "^12.0.4",
|
2020-10-27 17:43:39 +01:00
|
|
|
"next": "^10.0.0",
|
2020-10-11 03:25:21 +02:00
|
|
|
"prop-types": "^15.7.2",
|
2020-09-30 23:59:20 +02:00
|
|
|
"react": "16.13.1",
|
2020-11-25 09:07:46 +01:00
|
|
|
"react-chartkick": "^0.4.1",
|
2020-10-01 00:38:39 +02:00
|
|
|
"react-dom": "16.13.1",
|
2020-10-30 02:01:38 +01:00
|
|
|
"react-linkify": "^1.0.0-alpha",
|
2021-02-13 01:09:54 +01:00
|
|
|
"react-markdown": "^5.0.3",
|
2021-01-03 11:13:21 +01:00
|
|
|
"react-markdown-editor-lite": "^1.2.3",
|
2020-10-12 04:46:48 +02:00
|
|
|
"sass": "^1.26.11"
|
2020-10-01 00:12:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-13 01:10:14 +01:00
|
|
|
"@types/chart.js": "^2.9.30",
|
2020-12-29 23:59:43 +01:00
|
|
|
"@types/classnames": "^2.2.11",
|
2021-02-13 08:55:59 +01:00
|
|
|
"@types/markdown-it": "^12.0.1",
|
2020-10-01 00:12:10 +02:00
|
|
|
"@types/node": "^14.11.2",
|
2020-10-11 03:25:21 +02:00
|
|
|
"@types/prop-types": "^15.7.3",
|
2020-10-01 00:12:10 +02:00
|
|
|
"@types/react": "^16.9.49",
|
2020-11-29 04:45:52 +01:00
|
|
|
"@types/react-linkify": "^1.0.0",
|
2020-10-01 03:47:18 +02:00
|
|
|
"@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",
|
2021-02-13 01:10:33 +01:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2020-10-01 03:47:18 +02:00
|
|
|
"eslint-plugin-react": "^7.21.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.1.2",
|
|
|
|
"prettier": "^2.1.2",
|
2020-10-01 00:12:10 +02:00
|
|
|
"typescript": "^4.0.3"
|
2020-09-30 23:59:20 +02:00
|
|
|
}
|
|
|
|
}
|