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",
|
2021-02-15 07:29:41 +01:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "eslint --ext .js,.ts,.tsx types/ pages/ components/"
|
2020-09-30 23:59:20 +02:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-03-22 08:31:38 +01:00
|
|
|
"@ant-design/icons": "^4.6.2",
|
2021-05-04 06:40:44 +02:00
|
|
|
"antd": "^4.15.4",
|
2021-05-04 06:37:38 +02:00
|
|
|
"chart.js": "^3.2.1",
|
2021-04-09 04:23:46 +02:00
|
|
|
"classnames": "^2.3.1",
|
2021-05-05 17:41:42 +02:00
|
|
|
"date-fns": "^2.21.2",
|
2021-04-19 18:49:59 +02:00
|
|
|
"markdown-it": "^12.0.6",
|
2021-04-08 07:26:06 +02:00
|
|
|
"next": "^10.1.3",
|
2020-10-11 03:25:21 +02:00
|
|
|
"prop-types": "^15.7.2",
|
2021-04-30 07:21:54 +02:00
|
|
|
"rc-util": "^5.12.1",
|
2021-03-25 16:09:16 +01:00
|
|
|
"react": "^17.0.2",
|
2021-04-13 04:56:37 +02:00
|
|
|
"react-chartkick": "^0.5.0",
|
2021-03-25 16:09:16 +01:00
|
|
|
"react-dom": "^17.0.2",
|
2020-10-30 02:01:38 +01:00
|
|
|
"react-linkify": "^1.0.0-alpha",
|
2021-04-26 09:20:23 +02:00
|
|
|
"react-markdown": "^6.0.1",
|
2021-03-14 19:37:52 +01:00
|
|
|
"react-markdown-editor-lite": "^1.2.4",
|
2021-04-30 07:55:14 +02:00
|
|
|
"sass": "^1.32.12"
|
2020-10-01 00:12:10 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-13 08:07:03 +02:00
|
|
|
"@types/chart.js": "^2.9.32",
|
2021-04-21 18:00:48 +02:00
|
|
|
"@types/classnames": "^2.3.1",
|
2021-02-13 08:55:59 +01:00
|
|
|
"@types/markdown-it": "^12.0.1",
|
2021-05-05 17:41:19 +02:00
|
|
|
"@types/node": "^15.0.2",
|
2020-10-11 03:25:21 +02:00
|
|
|
"@types/prop-types": "^15.7.3",
|
2021-05-05 08:55:41 +02:00
|
|
|
"@types/react": "^17.0.5",
|
2020-11-29 04:45:52 +01:00
|
|
|
"@types/react-linkify": "^1.0.0",
|
2021-05-05 08:55:57 +02:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.22.1",
|
2021-05-05 17:43:13 +02:00
|
|
|
"@typescript-eslint/parser": "^4.22.1",
|
2021-04-26 09:21:27 +02:00
|
|
|
"eslint": "^7.25.0",
|
2021-02-18 08:17:37 +01:00
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
2021-04-26 17:24:59 +02:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2020-10-01 03:47:18 +02:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-02-17 07:00:27 +01:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
2021-04-15 08:02:34 +02:00
|
|
|
"eslint-plugin-prettier": "^3.4.0",
|
2021-04-09 05:03:13 +02:00
|
|
|
"eslint-plugin-react": "^7.23.2",
|
2021-02-18 07:00:47 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-02-17 18:33:30 +01:00
|
|
|
"prettier": "^2.2.1",
|
2021-04-08 22:57:52 +02:00
|
|
|
"typescript": "^4.2.4"
|
2020-09-30 23:59:20 +02:00
|
|
|
}
|
|
|
|
}
|