2020-10-01 00:59:20 +03:00
|
|
|
{
|
|
|
|
"name": "owncast-admin",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2020-10-01 03:12:22 +03:00
|
|
|
"build": "next build && next export",
|
2021-02-15 09:29:41 +03:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "eslint --ext .js,.ts,.tsx types/ pages/ components/"
|
2020-10-01 00:59:20 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2021-09-27 05:39:14 +03:00
|
|
|
"@ant-design/icons": "^4.7.0",
|
2021-12-21 04:10:47 +03:00
|
|
|
"antd": "^4.17.4",
|
2021-12-06 08:34:27 +03:00
|
|
|
"chart.js": "^3.6.2",
|
2021-11-08 04:36:37 +03:00
|
|
|
"chartkick": "^4.1.1",
|
2021-04-09 05:23:46 +03:00
|
|
|
"classnames": "^2.3.1",
|
2021-12-01 04:42:31 +03:00
|
|
|
"date-fns": "^2.27.0",
|
2021-08-18 04:41:09 +03:00
|
|
|
"lodash": "^4.17.21",
|
2021-12-10 04:09:16 +03:00
|
|
|
"markdown-it": "^12.3.0",
|
2021-12-07 05:05:13 +03:00
|
|
|
"next": "^12.0.7",
|
2021-12-23 04:06:21 +03:00
|
|
|
"prop-types": "^15.8.0",
|
2021-12-06 07:02:14 +03:00
|
|
|
"rc-util": "^5.16.1",
|
2021-03-25 18:09:16 +03:00
|
|
|
"react": "^17.0.2",
|
2021-09-29 04:27:30 +03:00
|
|
|
"react-chartkick": "^0.5.2",
|
2021-03-25 18:09:16 +03:00
|
|
|
"react-dom": "^17.0.2",
|
2020-10-30 04:01:38 +03:00
|
|
|
"react-linkify": "^1.0.0-alpha",
|
2021-11-30 05:42:38 +03:00
|
|
|
"react-markdown": "^7.1.1",
|
2021-12-03 07:05:01 +03:00
|
|
|
"react-markdown-editor-lite": "^1.3.2",
|
2021-12-21 04:15:27 +03:00
|
|
|
"sass": "^1.45.1",
|
2021-10-28 04:24:51 +03:00
|
|
|
"ua-parser-js": "^1.0.2"
|
2020-10-01 01:12:10 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-04-13 09:07:03 +03:00
|
|
|
"@types/chart.js": "^2.9.32",
|
2021-04-21 19:00:48 +03:00
|
|
|
"@types/classnames": "^2.3.1",
|
2021-08-16 04:15:09 +03:00
|
|
|
"@types/markdown-it": "^12.2.0",
|
2021-12-16 04:37:29 +03:00
|
|
|
"@types/node": "^17.0.0",
|
2020-10-11 04:25:21 +03:00
|
|
|
"@types/prop-types": "^15.7.3",
|
2021-06-10 17:58:40 +03:00
|
|
|
"@types/react": "^17.0.11",
|
2020-11-29 06:45:52 +03:00
|
|
|
"@types/react-linkify": "^1.0.0",
|
2021-07-20 08:02:02 +03:00
|
|
|
"@types/ua-parser-js": "^0.7.36",
|
2021-12-21 04:11:11 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "^5.8.0",
|
2021-12-21 04:15:15 +03:00
|
|
|
"@typescript-eslint/parser": "^5.8.0",
|
2021-12-20 09:30:41 +03:00
|
|
|
"eslint": "^8.5.0",
|
2021-11-11 04:41:36 +03:00
|
|
|
"eslint-config-airbnb": "^19.0.0",
|
2021-10-27 08:44:44 +03:00
|
|
|
"eslint-config-next": "^12.0.0",
|
2021-04-26 18:24:59 +03:00
|
|
|
"eslint-config-prettier": "^8.3.0",
|
2021-10-13 04:08:09 +03:00
|
|
|
"eslint-plugin-import": "^2.25.2",
|
2021-11-11 04:41:50 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.5.1",
|
2021-08-31 04:20:12 +03:00
|
|
|
"eslint-plugin-prettier": "^4.0.0",
|
2021-11-03 03:06:46 +03:00
|
|
|
"eslint-plugin-react": "^7.26.1",
|
2021-11-10 04:08:08 +03:00
|
|
|
"eslint-plugin-react-hooks": "^4.3.0",
|
2021-12-06 07:01:40 +03:00
|
|
|
"prettier": "^2.5.1",
|
2021-11-18 04:26:33 +03:00
|
|
|
"typescript": "^4.5.2"
|
2020-10-01 00:59:20 +03:00
|
|
|
}
|
|
|
|
}
|