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",
|
2023-07-30 01:57:45 +03:00
|
|
|
"lint": "eslint --fix --ext .js,.ts,.tsx types/ pages/ components/ stories/",
|
2022-08-16 00:26:15 +03:00
|
|
|
"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 -",
|
2023-07-30 01:57:45 +03:00
|
|
|
"test": "jest",
|
|
|
|
"format": "prettier --write **/*.{js,ts,jsx,tsx,css,md}"
|
2022-08-16 00:26:15 +03:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-13 13:32:42 +03:00
|
|
|
"@ant-design/icons": "4.8.1",
|
2023-08-08 03:22:42 +03:00
|
|
|
"@codemirror/lang-css": "6.2.1",
|
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-09-17 11:16:24 +03:00
|
|
|
"@codemirror/lang-markdown": "6.2.1",
|
2023-05-05 08:14:42 +03:00
|
|
|
"@codemirror/language-data": "6.3.1",
|
2023-05-26 22:03:30 +03:00
|
|
|
"@fontsource/inter": "^5.0.0",
|
2023-08-09 08:01:45 +03:00
|
|
|
"@fontsource/poppins": "5.0.8",
|
2023-01-27 01:16:32 +03:00
|
|
|
"@next/bundle-analyzer": "^13.1.1",
|
2023-09-04 22:25:45 +03:00
|
|
|
"@uiw/codemirror-theme-bbedit": "4.21.13",
|
2023-09-05 04:37:11 +03:00
|
|
|
"@uiw/react-codemirror": "4.21.13",
|
2023-04-30 07:28:19 +03:00
|
|
|
"@xstate/react": "3.2.2",
|
2023-09-09 14:31:27 +03:00
|
|
|
"antd": "4.24.14",
|
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-07-11 02:13:40 +03:00
|
|
|
"graphemer": "^1.4.0",
|
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-08-22 03:39:35 +03:00
|
|
|
"next": "13.4.19",
|
2023-05-19 23:56:45 +03:00
|
|
|
"next-pwa": "^5.6.0",
|
2023-06-01 00:01:00 +03:00
|
|
|
"next-with-less": "3.0.1",
|
2023-06-27 10:20:58 +03:00
|
|
|
"picmo": "5.8.5",
|
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-07-07 16:50:09 +03:00
|
|
|
"react-hotkeys-hook": "4.4.1",
|
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-09-09 15:42:14 +03:00
|
|
|
"react-virtuoso": "4.5.1",
|
2023-03-05 03:32:02 +03:00
|
|
|
"recoil": "0.7.7",
|
2023-07-06 22:47:38 +03:00
|
|
|
"regexpu-core": "^5.3.2",
|
2023-06-28 00:45:45 +03:00
|
|
|
"sanitize-html": "^2.11.0",
|
2023-08-19 02:14:51 +03:00
|
|
|
"sharp": "0.32.5",
|
2023-09-12 17:21:25 +03:00
|
|
|
"ua-parser-js": "1.0.36",
|
2023-05-07 03:40:42 +03:00
|
|
|
"video.js": "^8.3.0",
|
2023-06-05 21:01:09 +03:00
|
|
|
"workbox-precaching": "^7.0.0",
|
|
|
|
"workbox-window": "^7.0.0",
|
2023-07-30 13:34:40 +03:00
|
|
|
"xstate": "4.38.2",
|
2023-08-31 18:39:21 +03:00
|
|
|
"yaml": "2.3.2"
|
2022-08-16 00:26:15 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-17 20:18:57 +03:00
|
|
|
"@babel/core": "7.22.19",
|
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-09-18 11:40:16 +03:00
|
|
|
"@storybook/testing-library": "0.2.1",
|
2023-08-19 08:09:52 +03:00
|
|
|
"@svgr/webpack": "8.1.0",
|
2023-09-07 19:06:10 +03:00
|
|
|
"@types/chart.js": "2.9.38",
|
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",
|
2023-08-29 22:42:22 +03:00
|
|
|
"@types/markdown-it": "13.0.1",
|
2023-09-18 13:52:11 +03:00
|
|
|
"@types/node": "18.17.16",
|
2022-08-16 02:27:58 +03:00
|
|
|
"@types/prop-types": "15.7.5",
|
2023-08-26 06:41:32 +03:00
|
|
|
"@types/react": "18.2.21",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@types/react-linkify": "1.0.1",
|
2023-06-28 00:45:45 +03:00
|
|
|
"@types/sanitize-html": "^2.9.0",
|
2023-09-03 01:16:05 +03:00
|
|
|
"@types/ua-parser-js": "0.7.37",
|
2023-01-01 03:08:54 +03:00
|
|
|
"@types/video.js": "^7.3.50",
|
2023-09-14 23:01:02 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.7.0",
|
|
|
|
"@typescript-eslint/parser": "6.7.0",
|
2023-07-10 20:55:36 +03:00
|
|
|
"babel-loader": "9.1.3",
|
2023-08-28 20:20:58 +03:00
|
|
|
"chromatic": "6.24.1",
|
2023-05-31 08:51:39 +03:00
|
|
|
"css-loader": "6.8.1",
|
2023-09-15 03:25:11 +03:00
|
|
|
"cypress": "^13.2.0",
|
2023-09-12 03:32:20 +03:00
|
|
|
"eslint": "8.49.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2023-08-22 03:39:35 +03:00
|
|
|
"eslint-config-next": "13.4.19",
|
2023-08-19 08:07:52 +03:00
|
|
|
"eslint-config-prettier": "9.0.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",
|
2023-08-02 23:37:43 +03:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2023-08-19 09:29:26 +03:00
|
|
|
"eslint-plugin-react": "7.33.2",
|
2022-08-16 03:14:44 +03:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-07-23 13:09:17 +03:00
|
|
|
"eslint-plugin-storybook": "0.6.13",
|
2023-01-27 01:16:32 +03:00
|
|
|
"handlebars": "^4.7.7",
|
2023-06-14 05:35:00 +03:00
|
|
|
"html-webpack-plugin": "5.5.3",
|
2023-01-27 01:16:32 +03:00
|
|
|
"install": "^0.13.0",
|
2023-05-21 07:15:25 +03:00
|
|
|
"knip": "^2.11.0",
|
2023-08-08 23:08:17 +03:00
|
|
|
"less": "4.2.0",
|
2023-06-12 03:28:46 +03:00
|
|
|
"less-loader": "11.1.3",
|
2023-08-19 08:10:40 +03:00
|
|
|
"mdx-mermaid": "^2.0.0",
|
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-06-21 06:51:29 +03:00
|
|
|
"postcss": "^8.4.24",
|
2023-09-01 16:47:22 +03:00
|
|
|
"prettier": "3.0.3",
|
2023-09-17 07:36:41 +03:00
|
|
|
"sass": "1.67.0",
|
2023-06-13 15:51:10 +03:00
|
|
|
"sass-loader": "13.3.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-07-08 02:38:59 +03:00
|
|
|
"stylelint": "^15.10.1",
|
2023-07-09 23:04:19 +03:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-07-04 03:42:20 +03:00
|
|
|
"stylelint-config-standard-scss": "^10.0.0",
|
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-08-02 23:37:43 +03:00
|
|
|
}
|