2020-10-01 00:59:20 +03:00
|
|
|
{
|
2022-08-16 00:26:15 +03:00
|
|
|
"name": "owncast-admin",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build && next export",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "eslint --ext .js,.ts,.tsx types/ pages/ components/ stories/",
|
|
|
|
"storybook": "start-storybook -p 6006",
|
|
|
|
"build-storybook": "build-storybook",
|
|
|
|
"build-styles": "cd ./style-definitions && style-dictionary build && ./build.sh && cd -"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-24 00:35:04 +03:00
|
|
|
"@ant-design/icons": "4.8.0",
|
2022-10-27 11:07:42 +03:00
|
|
|
"@codemirror/lang-css": "6.0.1",
|
2022-11-13 19:42:30 +03:00
|
|
|
"@codemirror/lang-markdown": "6.0.5",
|
2022-10-12 10:21:44 +03:00
|
|
|
"@codemirror/language-data": "6.1.0",
|
2022-10-19 08:40:05 +03:00
|
|
|
"@fontsource/open-sans": "4.5.13",
|
2022-10-05 12:22:19 +03:00
|
|
|
"@fontsource/poppins": "4.5.10",
|
2022-10-28 09:13:07 +03:00
|
|
|
"@next/bundle-analyzer": "^13.0.0",
|
2022-12-18 19:13:40 +03:00
|
|
|
"@uiw/codemirror-theme-bbedit": "4.19.4",
|
2022-12-19 01:26:51 +03:00
|
|
|
"@uiw/react-codemirror": "4.19.4",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@xstate/react": "3.0.1",
|
2022-11-24 03:15:42 +03:00
|
|
|
"antd": "4.24.3",
|
2022-10-31 02:36:57 +03:00
|
|
|
"autoprefixer": "10.4.13",
|
2022-12-22 06:49:06 +03:00
|
|
|
"chart.js": "4.1.1",
|
2022-08-16 02:50:41 +03:00
|
|
|
"chartkick": "4.2.0",
|
2022-09-16 04:37:33 +03:00
|
|
|
"classnames": "2.3.2",
|
2022-09-16 17:00:57 +03:00
|
|
|
"date-fns": "2.29.3",
|
2022-08-16 00:26:15 +03:00
|
|
|
"he": "1.2.0",
|
|
|
|
"lodash": "4.17.21",
|
2022-12-23 22:55:59 +03:00
|
|
|
"next": "13.0.6",
|
2022-08-16 00:26:15 +03:00
|
|
|
"next-with-less": "2.0.5",
|
2022-10-29 11:10:32 +03:00
|
|
|
"picmo": "5.7.2",
|
2022-08-16 00:26:15 +03:00
|
|
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
|
|
"prop-types": "15.8.1",
|
2022-10-12 08:53:51 +03:00
|
|
|
"react": "18.2.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"react-chartkick": "0.5.3",
|
|
|
|
"react-crossfade-img": "1.0.0",
|
2022-10-12 08:53:51 +03:00
|
|
|
"react-dom": "18.2.0",
|
2022-11-12 21:26:41 +03:00
|
|
|
"react-highlighter-ts": "18.0.1",
|
2022-08-16 00:26:15 +03:00
|
|
|
"react-hotkeys-hook": "3.4.7",
|
|
|
|
"react-linkify": "1.0.0-alpha",
|
2022-12-04 12:19:36 +03:00
|
|
|
"react-markdown": "8.0.4",
|
2022-11-26 12:18:59 +03:00
|
|
|
"react-virtuoso": "3.1.5",
|
2022-10-12 08:53:51 +03:00
|
|
|
"recoil": "0.7.6",
|
2022-12-24 20:43:13 +03:00
|
|
|
"sharp": "0.31.3",
|
2022-12-08 08:23:40 +03:00
|
|
|
"slate": "0.87.0",
|
2022-12-24 01:40:58 +03:00
|
|
|
"slate-react": "0.88.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"storybook-addon-designs": "6.3.1",
|
|
|
|
"storybook-addon-fetch-mock": "1.0.1",
|
2022-08-16 06:56:39 +03:00
|
|
|
"style-dictionary": "3.7.1",
|
2022-10-19 08:42:29 +03:00
|
|
|
"ua-parser-js": "1.0.32",
|
2022-10-12 08:53:51 +03:00
|
|
|
"video.js": "7.20.3",
|
2022-12-24 00:31:56 +03:00
|
|
|
"xstate": "4.35.1",
|
2022-12-24 16:08:17 +03:00
|
|
|
"yaml": "2.2.0"
|
2022-08-16 00:26:15 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-12-01 14:33:00 +03:00
|
|
|
"@babel/core": "7.20.5",
|
2022-12-17 14:06:55 +03:00
|
|
|
"@mdx-js/react": "2.2.1",
|
2022-12-23 23:18:37 +03:00
|
|
|
"@storybook/addon-a11y": "6.5.15",
|
|
|
|
"@storybook/addon-actions": "6.5.15",
|
|
|
|
"@storybook/addon-docs": "6.5.15",
|
|
|
|
"@storybook/addon-essentials": "6.5.15",
|
|
|
|
"@storybook/addon-links": "6.5.15",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2022-12-23 23:18:37 +03:00
|
|
|
"@storybook/addon-viewport": "6.5.15",
|
|
|
|
"@storybook/builder-webpack5": "6.5.15",
|
|
|
|
"@storybook/cli": "6.5.15",
|
|
|
|
"@storybook/manager-webpack5": "6.5.15",
|
2022-10-17 09:33:30 +03:00
|
|
|
"@storybook/mdx2-csf": "0.0.3",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@storybook/preset-scss": "1.0.3",
|
2022-12-23 23:18:37 +03:00
|
|
|
"@storybook/react": "6.5.15",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@storybook/testing-library": "0.0.13",
|
2022-10-30 22:20:19 +03:00
|
|
|
"@svgr/webpack": "6.5.1",
|
2022-08-16 02:26:19 +03:00
|
|
|
"@types/chart.js": "2.9.37",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@types/classnames": "2.3.1",
|
|
|
|
"@types/markdown-it": "12.2.3",
|
2022-12-21 04:21:09 +03:00
|
|
|
"@types/node": "18.11.17",
|
2022-08-16 02:27:58 +03:00
|
|
|
"@types/prop-types": "15.7.5",
|
2022-12-05 17:55:19 +03:00
|
|
|
"@types/react": "18.0.26",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@types/react-linkify": "1.0.1",
|
|
|
|
"@types/ua-parser-js": "0.7.36",
|
2022-12-24 00:31:04 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.47.0",
|
|
|
|
"@typescript-eslint/parser": "5.47.0",
|
2022-11-07 03:18:29 +03:00
|
|
|
"babel-loader": "9.1.0",
|
2022-12-24 01:21:45 +03:00
|
|
|
"chromatic": "6.14.0",
|
2022-12-18 00:21:52 +03:00
|
|
|
"css-loader": "6.7.3",
|
2022-12-20 22:34:05 +03:00
|
|
|
"eslint": "8.30.0",
|
2022-12-09 23:32:25 +03:00
|
|
|
"cypress": "^12.0.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2022-12-23 22:55:59 +03:00
|
|
|
"eslint-config-next": "13.0.6",
|
2022-08-16 02:57:33 +03:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-08-16 03:01:00 +03:00
|
|
|
"eslint-plugin-import": "2.26.0",
|
2022-08-16 03:04:18 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "6.6.1",
|
2022-08-16 03:07:49 +03:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2022-11-20 22:20:11 +03:00
|
|
|
"eslint-plugin-react": "7.31.11",
|
2022-08-16 03:14:44 +03:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2022-12-08 16:23:26 +03:00
|
|
|
"eslint-plugin-storybook": "0.6.8",
|
2022-08-16 00:26:15 +03:00
|
|
|
"html-webpack-plugin": "5.5.0",
|
|
|
|
"less": "4.1.3",
|
2022-10-12 08:53:51 +03:00
|
|
|
"less-loader": "11.1.0",
|
2022-12-11 04:58:00 +03:00
|
|
|
"prettier": "2.8.1",
|
2022-12-24 01:20:55 +03:00
|
|
|
"sass": "1.57.1",
|
2022-11-13 07:32:46 +03:00
|
|
|
"sass-loader": "13.2.0",
|
2022-12-23 23:18:37 +03:00
|
|
|
"sb": "6.5.15",
|
2022-12-10 17:50:26 +03:00
|
|
|
"storybook-dark-mode": "2.0.4",
|
2022-09-03 04:03:53 +03:00
|
|
|
"storybook-preset-less": "1.1.3",
|
2022-08-16 04:20:56 +03:00
|
|
|
"style-loader": "3.3.1",
|
2022-12-11 08:52:27 +03:00
|
|
|
"typescript": "4.9.4"
|
2022-08-16 00:26:15 +03:00
|
|
|
}
|
2022-05-28 01:08:59 +03:00
|
|
|
}
|