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-09-27 04:39:14 +02:00
|
|
|
"@ant-design/icons": "^4.7.0",
|
2021-08-24 04:15:31 +02:00
|
|
|
"antd": "^4.16.13",
|
2021-10-25 04:26:38 +02:00
|
|
|
"chart.js": "^3.6.0",
|
2021-11-08 02:36:37 +01:00
|
|
|
"chartkick": "^4.1.1",
|
2021-04-09 04:23:46 +02:00
|
|
|
"classnames": "^2.3.1",
|
2021-10-11 23:49:57 +02:00
|
|
|
"date-fns": "^2.25.0",
|
2021-08-18 03:41:09 +02:00
|
|
|
"lodash": "^4.17.21",
|
2021-08-13 08:33:00 +02:00
|
|
|
"markdown-it": "^12.2.0",
|
2021-11-08 02:34:33 +01:00
|
|
|
"next": "^12.0.3",
|
2020-10-11 03:25:21 +02:00
|
|
|
"prop-types": "^15.7.2",
|
2021-09-15 03:05:27 +02:00
|
|
|
"rc-util": "^5.14.0",
|
2021-03-25 16:09:16 +01:00
|
|
|
"react": "^17.0.2",
|
2021-09-29 03:27:30 +02:00
|
|
|
"react-chartkick": "^0.5.2",
|
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-10-22 23:40:53 +02:00
|
|
|
"react-markdown": "^7.1.0",
|
2021-09-27 04:39:35 +02:00
|
|
|
"react-markdown-editor-lite": "^1.3.1",
|
2021-10-27 03:34:43 +02:00
|
|
|
"sass": "^1.43.4",
|
2021-10-28 03:24:51 +02:00
|
|
|
"ua-parser-js": "^1.0.2"
|
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-08-16 03:15:09 +02:00
|
|
|
"@types/markdown-it": "^12.2.0",
|
2021-10-20 07:36:16 +02:00
|
|
|
"@types/node": "^16.11.1",
|
2020-10-11 03:25:21 +02:00
|
|
|
"@types/prop-types": "^15.7.3",
|
2021-06-10 16:58:40 +02:00
|
|
|
"@types/react": "^17.0.11",
|
2020-11-29 04:45:52 +01:00
|
|
|
"@types/react-linkify": "^1.0.0",
|
2021-07-20 07:02:02 +02:00
|
|
|
"@types/ua-parser-js": "^0.7.36",
|
2021-11-02 02:11:21 +01:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.3.0",
|
2021-11-02 02:05:49 +01:00
|
|
|
"@typescript-eslint/parser": "^5.3.0",
|
2021-11-08 02:27:52 +01:00
|
|
|
"eslint": "^8.2.0",
|
2021-02-18 08:17:37 +01:00
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
2021-10-27 07:44:44 +02:00
|
|
|
"eslint-config-next": "^12.0.0",
|
2021-04-26 17:24:59 +02:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-10-13 03:08:09 +02:00
|
|
|
"eslint-plugin-import": "^2.25.2",
|
2021-02-17 07:00:27 +01:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
2021-08-31 03:20:12 +02:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-11-03 01:06:46 +01:00
|
|
|
"eslint-plugin-react": "^7.26.1",
|
2021-02-18 07:00:47 +01:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-09-17 22:54:01 +02:00
|
|
|
"prettier": "^2.4.1",
|
2021-08-27 03:13:03 +02:00
|
|
|
"typescript": "^4.4.2"
|
2020-09-30 23:59:20 +02:00
|
|
|
}
|
|
|
|
}
|