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-02-17 06:00:41 +00:00
|
|
|
"@ant-design/icons": "^4.5.0",
|
2020-09-30 15:12:10 -07:00
|
|
|
"antd": "^4.6.6",
|
2020-11-25 00:07:46 -08:00
|
|
|
"chart.js": "^2.9.4",
|
2020-10-22 16:18:18 -07:00
|
|
|
"classnames": "^2.2.6",
|
2020-10-25 18:57:23 -07:00
|
|
|
"date-fns": "^2.16.1",
|
2021-01-03 02:13:21 -08:00
|
|
|
"markdown-it": "^12.0.4",
|
2021-02-16 09:42:57 -08:00
|
|
|
"next": "^10.0.5",
|
2020-10-10 18:25:21 -07:00
|
|
|
"prop-types": "^15.7.2",
|
2021-02-16 09:42:57 -08:00
|
|
|
"react": "^17.0.1",
|
2020-11-25 00:07:46 -08:00
|
|
|
"react-chartkick": "^0.4.1",
|
2021-02-16 09:42:57 -08:00
|
|
|
"react-dom": "^17.0.1",
|
2020-10-29 18:01:38 -07:00
|
|
|
"react-linkify": "^1.0.0-alpha",
|
2021-02-13 00:09:54 +00:00
|
|
|
"react-markdown": "^5.0.3",
|
2021-01-03 02:13:21 -08:00
|
|
|
"react-markdown-editor-lite": "^1.2.3",
|
2021-02-22 07:04:42 +00:00
|
|
|
"sass": "^1.32.8"
|
2020-09-30 15:12:10 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-02-13 00:10:14 +00:00
|
|
|
"@types/chart.js": "^2.9.30",
|
2020-12-29 14:59:43 -08:00
|
|
|
"@types/classnames": "^2.2.11",
|
2021-02-12 23:55:59 -08:00
|
|
|
"@types/markdown-it": "^12.0.1",
|
2021-02-22 07:05:16 +00:00
|
|
|
"@types/node": "^14.14.31",
|
2020-10-10 18:25:21 -07:00
|
|
|
"@types/prop-types": "^15.7.3",
|
2021-02-16 06:01:51 +00:00
|
|
|
"@types/react": "^17.0.2",
|
2020-11-28 19:45:52 -08:00
|
|
|
"@types/react-linkify": "^1.0.0",
|
2021-02-23 07:32:18 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^4.15.2",
|
2021-02-23 06:07:03 +00:00
|
|
|
"@typescript-eslint/parser": "^4.15.2",
|
2021-02-19 06:04:31 +00:00
|
|
|
"eslint": "^7.20.0",
|
2021-02-18 07:17:37 +00:00
|
|
|
"eslint-config-airbnb": "^18.2.1",
|
2021-02-18 06:00:09 +00:00
|
|
|
"eslint-config-prettier": "^7.2.0",
|
2020-09-30 18:47:18 -07:00
|
|
|
"eslint-plugin-import": "^2.22.1",
|
2021-02-17 06:00:27 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.4.1",
|
2021-02-13 00:10:33 +00:00
|
|
|
"eslint-plugin-prettier": "^3.3.1",
|
2021-02-15 07:02:41 +00:00
|
|
|
"eslint-plugin-react": "^7.22.0",
|
2021-02-18 06:00:47 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.2.0",
|
2021-02-17 17:33:30 +00:00
|
|
|
"prettier": "^2.2.1",
|
2021-03-08 15:51:58 -08:00
|
|
|
"typescript": "^4.2.3"
|
2020-09-30 14:59:20 -07:00
|
|
|
}
|
|
|
|
}
|