2020-09-30 14:59:20 -07:00
|
|
|
{
|
|
|
|
"name": "owncast-admin",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2020-09-30 17:12:22 -07:00
|
|
|
"build": "next build && next export",
|
2021-02-14 22:29:41 -08:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "eslint --ext .js,.ts,.tsx types/ pages/ components/"
|
2020-09-30 14:59:20 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-26 19:39:14 -07:00
|
|
|
"@ant-design/icons": "^4.7.0",
|
2021-08-23 19:15:31 -07:00
|
|
|
"antd": "^4.16.13",
|
2021-08-18 18:16:25 -07:00
|
|
|
"chart.js": "^3.5.1",
|
2021-07-09 20:42:01 +02:00
|
|
|
"chartkick": "^4.0.5",
|
2021-04-08 19:23:46 -07:00
|
|
|
"classnames": "^2.3.1",
|
2021-10-11 14:49:57 -07:00
|
|
|
"date-fns": "^2.25.0",
|
2021-08-17 18:41:09 -07:00
|
|
|
"lodash": "^4.17.21",
|
2021-08-12 23:33:00 -07:00
|
|
|
"markdown-it": "^12.2.0",
|
2021-08-31 18:11:38 -07:00
|
|
|
"next": "^11.1.2",
|
2020-10-10 18:25:21 -07:00
|
|
|
"prop-types": "^15.7.2",
|
2021-09-14 18:05:27 -07:00
|
|
|
"rc-util": "^5.14.0",
|
2021-03-25 08:09:16 -07:00
|
|
|
"react": "^17.0.2",
|
2021-09-28 18:27:30 -07:00
|
|
|
"react-chartkick": "^0.5.2",
|
2021-03-25 08:09:16 -07:00
|
|
|
"react-dom": "^17.0.2",
|
2020-10-29 18:01:38 -07:00
|
|
|
"react-linkify": "^1.0.0-alpha",
|
2021-09-22 03:46:40 +07:00
|
|
|
"react-markdown": "^7.0.1",
|
2021-09-26 19:39:35 -07:00
|
|
|
"react-markdown-editor-lite": "^1.3.1",
|
2021-10-21 18:36:22 -07:00
|
|
|
"sass": "^1.43.3",
|
2021-07-19 22:02:02 -07:00
|
|
|
"ua-parser-js": "^0.7.28"
|
2020-09-30 15:12:10 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-12 23:07:03 -07:00
|
|
|
"@types/chart.js": "^2.9.32",
|
2021-04-21 09:00:48 -07:00
|
|
|
"@types/classnames": "^2.3.1",
|
2021-08-15 18:15:09 -07:00
|
|
|
"@types/markdown-it": "^12.2.0",
|
2021-10-19 22:36:16 -07:00
|
|
|
"@types/node": "^16.11.1",
|
2020-10-10 18:25:21 -07:00
|
|
|
"@types/prop-types": "^15.7.3",
|
2021-06-10 07:58:40 -07:00
|
|
|
"@types/react": "^17.0.11",
|
2020-11-28 19:45:52 -08:00
|
|
|
"@types/react-linkify": "^1.0.0",
|
2021-07-19 22:02:02 -07:00
|
|
|
"@types/ua-parser-js": "^0.7.36",
|
2021-10-19 22:35:29 -07:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.1.0",
|
2021-10-19 22:42:57 -07:00
|
|
|
"@typescript-eslint/parser": "^5.1.0",
|
2021-10-11 14:49:14 -07:00
|
|
|
"eslint": "^8.0.0",
|
2021-02-18 07:17:37 +00:00
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
2021-08-12 23:31:14 -07:00
|
|
|
"eslint-config-next": "^11.1.0",
|
2021-04-26 08:24:59 -07:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-10-12 18:08:09 -07:00
|
|
|
"eslint-plugin-import": "^2.25.2",
|
2021-02-17 06:00:27 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
2021-08-30 18:20:12 -07:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-09-21 18:52:32 -07:00
|
|
|
"eslint-plugin-react": "^7.26.0",
|
2021-02-18 06:00:47 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-09-17 13:54:01 -07:00
|
|
|
"prettier": "^2.4.1",
|
2021-08-26 18:13:03 -07:00
|
|
|
"typescript": "^4.4.2"
|
2020-09-30 14:59:20 -07:00
|
|
|
}
|
|
|
|
}
|