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": {
|
2022-11-24 00:35:04 +03:00
|
|
|
"@ant-design/icons": "4.8.0",
|
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-06-26 19:46:57 +03:00
|
|
|
"@codemirror/lang-markdown": "6.2.0",
|
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-07-31 10:33:42 +03:00
|
|
|
"@uiw/codemirror-theme-bbedit": "4.21.9",
|
2023-07-31 13:01:24 +03:00
|
|
|
"@uiw/react-codemirror": "4.21.9",
|
2023-04-30 07:28:19 +03:00
|
|
|
"@xstate/react": "3.2.2",
|
2023-08-06 12:43:47 +03:00
|
|
|
"antd": "4.24.13",
|
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-10 13:11:06 +03:00
|
|
|
"next": "13.4.13",
|
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-07-27 12:17:40 +03:00
|
|
|
"react-virtuoso": "4.4.2",
|
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-07-25 15:32:50 +03:00
|
|
|
"sharp": "0.32.4",
|
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-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-05-29 13:45:09 +03:00
|
|
|
"yaml": "2.3.1"
|
2022-08-16 00:26:15 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-10 21:21:23 +03:00
|
|
|
"@babel/core": "7.22.10",
|
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-06-24 00:57:46 +03:00
|
|
|
"@storybook/testing-library": "0.2.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-08-08 13:45:28 +03:00
|
|
|
"@types/node": "18.17.3",
|
2022-08-16 02:27:58 +03:00
|
|
|
"@types/prop-types": "15.7.5",
|
2023-08-04 04:20:30 +03:00
|
|
|
"@types/react": "18.2.18",
|
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",
|
2022-08-16 00:26:15 +03:00
|
|
|
"@types/ua-parser-js": "0.7.36",
|
2023-01-01 03:08:54 +03:00
|
|
|
"@types/video.js": "^7.3.50",
|
2023-07-14 10:09:20 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
|
|
"@typescript-eslint/parser": "5.62.0",
|
2023-07-10 20:55:36 +03:00
|
|
|
"babel-loader": "9.1.3",
|
2023-08-10 16:37:03 +03:00
|
|
|
"chromatic": "6.21.0",
|
2023-05-31 08:51:39 +03:00
|
|
|
"css-loader": "6.8.1",
|
2022-12-09 23:32:25 +03:00
|
|
|
"cypress": "^12.0.0",
|
2023-07-31 20:50:07 +03:00
|
|
|
"eslint": "8.46.0",
|
2022-08-16 00:26:15 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2023-08-10 13:11:06 +03:00
|
|
|
"eslint-config-next": "13.4.13",
|
2023-08-06 16:28:59 +03:00
|
|
|
"eslint-config-prettier": "8.10.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-02 04:19:36 +03:00
|
|
|
"eslint-plugin-react": "7.33.1",
|
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-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-06-21 06:51:29 +03:00
|
|
|
"postcss": "^8.4.24",
|
2023-08-06 10:07:27 +03:00
|
|
|
"prettier": "3.0.1",
|
2023-08-04 06:36:16 +03:00
|
|
|
"sass": "1.64.2",
|
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
|
|
|
}
|