owncast/web/package.json

43 lines
1.1 KiB
JSON
Raw Normal View History

2020-10-01 00:59:20 +03:00
{
"name": "owncast-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
2020-10-01 00:59:20 +03:00
"start": "next start"
},
"dependencies": {
2020-10-01 04:47:18 +03:00
"@ant-design/icons": "^4.2.2",
2020-10-01 01:12:10 +03:00
"antd": "^4.6.6",
"chart.js": "^2.9.4",
"classnames": "^2.2.6",
2020-10-26 04:57:23 +03:00
"date-fns": "^2.16.1",
2020-10-27 19:43:39 +03:00
"next": "^10.0.0",
2020-10-11 04:25:21 +03:00
"prop-types": "^15.7.2",
2020-10-01 00:59:20 +03:00
"react": "16.13.1",
"react-chartkick": "^0.4.1",
2020-10-01 01:38:39 +03:00
"react-dom": "16.13.1",
2020-10-30 04:01:38 +03:00
"react-linkify": "^1.0.0-alpha",
"react-markdown": "^5.0.2",
"sass": "^1.26.11"
2020-10-01 01:12:10 +03:00
},
"devDependencies": {
"@types/node": "^14.11.2",
2020-10-11 04:25:21 +03:00
"@types/prop-types": "^15.7.3",
2020-10-01 01:12:10 +03:00
"@types/react": "^16.9.49",
2020-10-01 04:47:18 +03:00
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"eslint": "^7.10.0",
"eslint-config-airbnb": "^18.2.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-prettier": "^3.1.4",
"eslint-plugin-react": "^7.21.2",
"eslint-plugin-react-hooks": "^4.1.2",
"prettier": "^2.1.2",
2020-10-01 01:12:10 +03:00
"typescript": "^4.0.3"
2020-10-01 00:59:20 +03:00
}
}