owncast/web/package.json

56 lines
1.6 KiB
JSON
Raw Normal View History

2020-09-30 23:59:20 +02:00
{
"name": "owncast-admin",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"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": {
"@ant-design/icons": "4.7.0",
"antd": "4.18.9",
"chart.js": "3.7.0",
"chartkick": "4.1.1",
"classnames": "2.3.1",
"date-fns": "2.28.0",
"lodash": "4.17.21",
"markdown-it": "12.3.2",
"next": "12.1.0",
"prop-types": "15.8.1",
2022-03-01 04:16:10 +01:00
"rc-overflow": "^1.2.3",
"rc-util": "5.17.0",
"react": "17.0.2",
"react-chartkick": "0.5.2",
"react-dom": "17.0.2",
"react-linkify": "1.0.0-alpha",
"react-markdown": "8.0.0",
"react-markdown-editor-lite": "1.3.2",
"sass": "1.49.7",
"ua-parser-js": "1.0.2"
2020-10-01 00:12:10 +02:00
},
"devDependencies": {
"@types/chart.js": "2.9.35",
"@types/classnames": "2.3.1",
"@types/markdown-it": "12.2.3",
"@types/node": "17.0.0",
"@types/prop-types": "15.7.4",
"@types/react": "17.0.38",
"@types/react-linkify": "1.0.1",
"@types/ua-parser-js": "0.7.36",
"@typescript-eslint/eslint-plugin": "5.10.2",
"@typescript-eslint/parser": "5.10.2",
"eslint": "8.8.0",
"eslint-config-airbnb": "19.0.4",
"eslint-config-next": "12.0.10",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.25.4",
"eslint-plugin-jsx-a11y": "6.5.1",
"eslint-plugin-prettier": "4.0.0",
"eslint-plugin-react": "7.28.0",
"eslint-plugin-react-hooks": "4.3.0",
"prettier": "2.5.1",
"typescript": "4.5.5"
2020-09-30 23:59:20 +02:00
}
}