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",
|
2023-04-17 00:30:56 +03:00
|
|
|
"build-styles": "cd ./style-definitions && style-dictionary build && ./build.sh && cd -",
|
|
|
|
"test": "jest"
|
2022-08-16 00:26:15 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2022-11-24 00:35:04 +03:00
|
|
|
"@ant-design/icons": "4.8.0",
|
2023-05-01 22:24:51 +03:00
|
|
|
"@codemirror/lang-css": "6.2.0",
|
2023-02-14 20:08:54 +03:00
|
|
|
"@codemirror/lang-html": "^6.4.2",
|
2023-01-19 09:38:24 +03:00
|
|
|
"@codemirror/lang-javascript": "^6.1.2",
|
2023-04-16 09:20:13 +03:00
|
|
|
"@codemirror/lang-markdown": "6.1.1",
|
2023-05-05 08:14:42 +03:00
|
|
|
"@codemirror/language-data": "6.3.1",
|
2023-04-23 04:05:35 +03:00
|
|
|
"@fontsource/inter": "^4.5.15",
|
2022-10-05 12:22:19 +03:00
|
|
|
"@fontsource/poppins": "4.5.10",
|
2023-01-27 01:16:32 +03:00
|
|
|
"@next/bundle-analyzer": "^13.1.1",
|
2023-05-23 16:27:53 +03:00
|
|
|
"@uiw/codemirror-theme-bbedit": "4.20.2",
|
2023-05-24 08:52:30 +03:00
|
|
|
"@uiw/react-codemirror": "4.20.2",
|
2023-04-30 07:28:19 +03:00
|
|
|
"@xstate/react": "3.2.2",
|
2023-05-07 15:19:13 +03:00
|
|
|
"antd": "4.24.10",
|
2023-05-21 07:15:25 +03:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-02-03 01:34:44 +03:00
|
|
|
"chart.js": "^4.2.0",
|
2022-09-16 04:37:33 +03:00
|
|
|
"classnames": "2.3.2",
|
2023-02-03 01:34:44 +03:00
|
|
|
"date-fns": "^2.29.3",
|
2023-02-05 04:21:06 +03:00
|
|
|
"interweave": "^13.0.0",
|
|
|
|
"interweave-autolink": "^5.1.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"lodash": "4.17.21",
|
2023-04-13 13:14:44 +03:00
|
|
|
"next": "13.3.0",
|
2023-05-19 23:56:45 +03:00
|
|
|
"next-pwa": "^5.6.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"next-with-less": "2.0.5",
|
2023-05-08 21:38:28 +03:00
|
|
|
"picmo": "5.8.4",
|
2022-08-16 00:26:15 +03:00
|
|
|
"postcss-flexbugs-fixes": "5.0.2",
|
2022-10-12 08:53:51 +03:00
|
|
|
"react": "18.2.0",
|
2023-02-03 01:34:44 +03:00
|
|
|
"react-chartjs-2": "^5.2.0",
|
2022-10-12 08:53:51 +03:00
|
|
|
"react-dom": "18.2.0",
|
2023-03-28 09:42:12 +03:00
|
|
|
"react-error-boundary": "^4.0.0",
|
2023-04-17 22:46:34 +03:00
|
|
|
"react-hotkeys-hook": "4.4.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"react-linkify": "1.0.0-alpha",
|
2023-04-16 16:17:14 +03:00
|
|
|
"react-markdown": "8.0.7",
|
2023-05-21 13:04:11 +03:00
|
|
|
"react-virtuoso": "4.3.7",
|
2023-03-05 03:32:02 +03:00
|
|
|
"recoil": "0.7.7",
|
2023-04-30 17:39:06 +03:00
|
|
|
"sharp": "0.32.1",
|
2023-05-13 02:05:15 +03:00
|
|
|
"slate": "0.94.1",
|
2023-05-17 13:31:23 +03:00
|
|
|
"slate-react": "0.94.2",
|
2023-04-05 07:37:16 +03:00
|
|
|
"ua-parser-js": "1.0.35",
|
2023-05-07 03:40:42 +03:00
|
|
|
"video.js": "^8.3.0",
|
2023-05-21 07:15:25 +03:00
|
|
|
"webpack-deadcode-plugin": "^0.1.17",
|
2023-05-19 23:56:45 +03:00
|
|
|
"workbox-precaching": "^6.5.4",
|
|
|
|
"workbox-window": "^6.5.4",
|
2023-04-30 02:24:49 +03:00
|
|
|
"xstate": "4.37.2",
|
2023-04-25 02:15:26 +03:00
|
|
|
"yaml": "2.2.2"
|
2022-08-16 00:26:15 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-06 02:17:47 +03:00
|
|
|
"@babel/core": "7.21.8",
|
2023-02-13 14:48:18 +03:00
|
|
|
"@mdx-js/react": "2.3.0",
|
2023-01-29 15:45:25 +03:00
|
|
|
"@storybook/addon-a11y": "6.5.16",
|
|
|
|
"@storybook/addon-actions": "6.5.16",
|
|
|
|
"@storybook/addon-docs": "6.5.16",
|
|
|
|
"@storybook/addon-essentials": "6.5.16",
|
|
|
|
"@storybook/addon-links": "6.5.16",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2023-01-29 15:45:25 +03:00
|
|
|
"@storybook/addon-viewport": "6.5.16",
|
|
|
|
"@storybook/builder-webpack5": "6.5.16",
|
|
|
|
"@storybook/cli": "6.5.16",
|
|
|
|
"@storybook/manager-webpack5": "6.5.16",
|
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",
|
2023-01-29 15:45:25 +03:00
|
|
|
"@storybook/react": "6.5.16",
|
2023-04-06 13:25:31 +03:00
|
|
|
"@storybook/testing-library": "0.1.0",
|
2023-03-28 04:03:54 +03:00
|
|
|
"@svgr/webpack": "7.0.0",
|
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",
|
2023-04-17 00:30:56 +03:00
|
|
|
"@types/jest": "^29.5.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@types/markdown-it": "12.2.3",
|
2023-05-25 02:24:02 +03:00
|
|
|
"@types/node": "18.16.14",
|
2022-08-16 02:27:58 +03:00
|
|
|
"@types/prop-types": "15.7.5",
|
2023-05-09 19:21:22 +03:00
|
|
|
"@types/react": "18.2.6",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@types/react-linkify": "1.0.1",
|
|
|
|
"@types/ua-parser-js": "0.7.36",
|
2023-01-01 03:08:54 +03:00
|
|
|
"@types/video.js": "^7.3.50",
|
2023-05-25 21:25:30 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.59.7",
|
|
|
|
"@typescript-eslint/parser": "5.59.7",
|
2023-01-13 04:14:42 +03:00
|
|
|
"babel-loader": "9.1.2",
|
2023-05-06 21:35:59 +03:00
|
|
|
"chromatic": "6.17.4",
|
2023-05-22 07:15:43 +03:00
|
|
|
"css-loader": "6.7.4",
|
2022-12-09 23:32:25 +03:00
|
|
|
"cypress": "^12.0.0",
|
2023-05-23 09:01:45 +03:00
|
|
|
"eslint": "8.41.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2023-04-13 13:14:44 +03:00
|
|
|
"eslint-config-next": "13.3.0",
|
2023-03-23 21:35:45 +03:00
|
|
|
"eslint-config-prettier": "8.8.0",
|
2023-05-21 07:15:25 +03:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-01-15 09:32:24 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
2022-08-16 03:07:49 +03:00
|
|
|
"eslint-plugin-prettier": "4.2.1",
|
2023-02-02 07:19:43 +03:00
|
|
|
"eslint-plugin-react": "7.32.2",
|
2022-08-16 03:14:44 +03:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-05-07 09:30:16 +03:00
|
|
|
"eslint-plugin-storybook": "0.6.12",
|
2023-01-27 01:16:32 +03:00
|
|
|
"handlebars": "^4.7.7",
|
2023-04-18 22:21:57 +03:00
|
|
|
"html-webpack-plugin": "5.5.1",
|
2023-01-27 01:16:32 +03:00
|
|
|
"install": "^0.13.0",
|
2023-05-21 07:15:25 +03:00
|
|
|
"knip": "^2.11.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"less": "4.1.3",
|
2022-10-12 08:53:51 +03:00
|
|
|
"less-loader": "11.1.0",
|
2023-02-01 04:32:35 +03:00
|
|
|
"mdx-mermaid": "^1.3.2",
|
2023-02-27 01:51:46 +03:00
|
|
|
"mermaid": "^10.0.0",
|
2023-01-27 01:16:32 +03:00
|
|
|
"npm": "^9.4.0",
|
2023-04-26 12:34:31 +03:00
|
|
|
"prettier": "2.8.8",
|
2023-04-29 13:52:47 +03:00
|
|
|
"sass": "1.62.1",
|
2023-03-31 04:34:07 +03:00
|
|
|
"sass-loader": "13.2.2",
|
2023-01-29 15:45:25 +03:00
|
|
|
"sb": "6.5.16",
|
2023-01-19 09:38:24 +03:00
|
|
|
"storybook-addon-designs": "6.3.1",
|
|
|
|
"storybook-addon-fetch-mock": "1.0.1",
|
2022-09-03 04:03:53 +03:00
|
|
|
"storybook-preset-less": "1.1.3",
|
2023-05-01 00:08:46 +03:00
|
|
|
"style-dictionary": "3.8.0",
|
2023-05-22 21:39:55 +03:00
|
|
|
"style-loader": "3.3.3",
|
2023-04-17 00:30:56 +03:00
|
|
|
"ts-jest": "^29.1.0",
|
2023-02-03 23:36:23 +03:00
|
|
|
"typescript": "4.9.5"
|
2022-08-16 00:26:15 +03:00
|
|
|
}
|
2023-04-23 04:05:35 +03:00
|
|
|
}
|