2020-09-30 14:59:20 -07:00
|
|
|
{
|
2023-09-21 18:55:24 -07:00
|
|
|
"name": "owncast-web",
|
2022-08-15 14:26:15 -07:00
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build && next export",
|
|
|
|
"start": "next start",
|
2023-07-29 15:57:45 -07:00
|
|
|
"lint": "eslint --fix --ext .js,.ts,.tsx types/ pages/ components/ stories/",
|
2022-08-15 14:26:15 -07:00
|
|
|
"storybook": "start-storybook -p 6006",
|
|
|
|
"build-storybook": "build-storybook",
|
2023-04-16 14:30:56 -07:00
|
|
|
"build-styles": "cd ./style-definitions && style-dictionary build && ./build.sh && cd -",
|
2023-07-29 15:57:45 -07:00
|
|
|
"test": "jest",
|
|
|
|
"format": "prettier --write **/*.{js,ts,jsx,tsx,css,md}"
|
2022-08-15 14:26:15 -07:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-13 10:32:42 +00:00
|
|
|
"@ant-design/icons": "4.8.1",
|
2023-08-08 00:22:42 +00:00
|
|
|
"@codemirror/lang-css": "6.2.1",
|
2023-02-14 18:08:54 +01:00
|
|
|
"@codemirror/lang-html": "^6.4.2",
|
2023-01-18 22:38:24 -08:00
|
|
|
"@codemirror/lang-javascript": "^6.1.2",
|
2023-09-17 08:16:24 +00:00
|
|
|
"@codemirror/lang-markdown": "6.2.1",
|
2023-05-05 05:14:42 +00:00
|
|
|
"@codemirror/language-data": "6.3.1",
|
2023-05-26 12:03:30 -07:00
|
|
|
"@fontsource/inter": "^5.0.0",
|
2023-08-09 05:01:45 +00:00
|
|
|
"@fontsource/poppins": "5.0.8",
|
2023-01-26 14:16:32 -08:00
|
|
|
"@next/bundle-analyzer": "^13.1.1",
|
2023-10-08 09:36:06 +00:00
|
|
|
"@uiw/codemirror-theme-bbedit": "4.21.19",
|
2023-10-08 13:15:45 +00:00
|
|
|
"@uiw/react-codemirror": "4.21.19",
|
2023-04-29 21:28:19 -07:00
|
|
|
"@xstate/react": "3.2.2",
|
2023-09-09 11:31:27 +00:00
|
|
|
"antd": "4.24.14",
|
2023-05-20 21:15:25 -07:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-02-02 14:34:44 -08:00
|
|
|
"chart.js": "^4.2.0",
|
2022-09-16 01:37:33 +00:00
|
|
|
"classnames": "2.3.2",
|
2023-02-02 14:34:44 -08:00
|
|
|
"date-fns": "^2.29.3",
|
2023-07-10 19:13:40 -04:00
|
|
|
"graphemer": "^1.4.0",
|
2023-02-04 17:21:06 -08:00
|
|
|
"interweave": "^13.0.0",
|
|
|
|
"interweave-autolink": "^5.1.0",
|
2022-08-15 14:26:15 -07:00
|
|
|
"lodash": "4.17.21",
|
2023-10-06 00:09:57 -07:00
|
|
|
"next": "13.5.4",
|
2023-05-19 13:56:45 -07:00
|
|
|
"next-pwa": "^5.6.0",
|
2023-05-31 21:01:00 +00:00
|
|
|
"next-with-less": "3.0.1",
|
2023-06-27 07:20:58 +00:00
|
|
|
"picmo": "5.8.5",
|
2022-08-15 14:26:15 -07:00
|
|
|
"postcss-flexbugs-fixes": "5.0.2",
|
2022-10-12 00:53:51 -05:00
|
|
|
"react": "18.2.0",
|
2023-02-02 14:34:44 -08:00
|
|
|
"react-chartjs-2": "^5.2.0",
|
2022-10-12 00:53:51 -05:00
|
|
|
"react-dom": "18.2.0",
|
2023-03-27 23:42:12 -07:00
|
|
|
"react-error-boundary": "^4.0.0",
|
2023-07-07 13:50:09 +00:00
|
|
|
"react-hotkeys-hook": "4.4.1",
|
2022-08-15 14:26:15 -07:00
|
|
|
"react-linkify": "1.0.0-alpha",
|
2023-04-16 13:17:14 +00:00
|
|
|
"react-markdown": "8.0.7",
|
2023-10-06 09:17:00 +00:00
|
|
|
"react-virtuoso": "4.6.0",
|
2023-03-05 00:32:02 +00:00
|
|
|
"recoil": "0.7.7",
|
2023-07-06 15:47:38 -04:00
|
|
|
"regexpu-core": "^5.3.2",
|
2023-06-27 14:45:45 -07:00
|
|
|
"sanitize-html": "^2.11.0",
|
2023-10-05 12:38:33 -07:00
|
|
|
"sharp": "0.32.6",
|
2023-09-12 14:21:25 +00:00
|
|
|
"ua-parser-js": "1.0.36",
|
2023-05-06 17:40:42 -07:00
|
|
|
"video.js": "^8.3.0",
|
2023-06-05 11:01:09 -07:00
|
|
|
"workbox-precaching": "^7.0.0",
|
|
|
|
"workbox-window": "^7.0.0",
|
2023-07-30 10:34:40 +00:00
|
|
|
"xstate": "4.38.2",
|
2023-08-31 15:39:21 +00:00
|
|
|
"yaml": "2.3.2"
|
2022-08-15 14:26:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-09-19 18:34:02 +00:00
|
|
|
"@babel/core": "7.22.20",
|
2023-02-13 11:48:18 +00:00
|
|
|
"@mdx-js/react": "2.3.0",
|
2023-01-29 12:45:25 +00: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-15 14:26:15 -07:00
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2023-01-29 12:45:25 +00: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-16 23:33:30 -07:00
|
|
|
"@storybook/mdx2-csf": "0.0.3",
|
2022-08-15 14:26:15 -07:00
|
|
|
"@storybook/preset-scss": "1.0.3",
|
2023-01-29 12:45:25 +00:00
|
|
|
"@storybook/react": "6.5.16",
|
2023-10-06 22:21:29 +00:00
|
|
|
"@storybook/testing-library": "0.2.2",
|
2023-08-18 22:09:52 -07:00
|
|
|
"@svgr/webpack": "8.1.0",
|
2023-09-07 16:06:10 +00:00
|
|
|
"@types/chart.js": "2.9.38",
|
2022-08-15 14:26:15 -07:00
|
|
|
"@types/classnames": "2.3.1",
|
2023-04-16 14:30:56 -07:00
|
|
|
"@types/jest": "^29.5.0",
|
2023-10-07 05:11:35 +00:00
|
|
|
"@types/markdown-it": "13.0.2",
|
2023-10-07 06:25:15 +00:00
|
|
|
"@types/node": "18.18.3",
|
2023-10-05 11:44:09 +00:00
|
|
|
"@types/prop-types": "15.7.8",
|
2023-10-07 16:20:50 -07:00
|
|
|
"@types/react": "18.2.25",
|
2023-10-07 09:51:09 +00:00
|
|
|
"@types/react-linkify": "1.0.2",
|
2023-06-27 14:45:45 -07:00
|
|
|
"@types/sanitize-html": "^2.9.0",
|
2023-09-02 22:16:05 +00:00
|
|
|
"@types/ua-parser-js": "0.7.37",
|
2023-01-01 01:08:54 +01:00
|
|
|
"@types/video.js": "^7.3.50",
|
2023-10-08 04:30:11 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.7.4",
|
|
|
|
"@typescript-eslint/parser": "6.7.4",
|
2023-07-10 17:55:36 +00:00
|
|
|
"babel-loader": "9.1.3",
|
2023-10-07 13:25:14 -07:00
|
|
|
"chromatic": "7.2.2",
|
2023-05-31 05:51:39 +00:00
|
|
|
"css-loader": "6.8.1",
|
2023-09-14 17:25:11 -07:00
|
|
|
"cypress": "^13.2.0",
|
2023-09-12 00:32:20 +00:00
|
|
|
"eslint": "8.49.0",
|
2022-08-15 14:26:15 -07:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2023-08-22 00:39:35 +00:00
|
|
|
"eslint-config-next": "13.4.19",
|
2023-08-18 22:07:52 -07:00
|
|
|
"eslint-config-prettier": "9.0.0",
|
2023-05-20 21:15:25 -07:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-01-15 06:32:24 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "6.7.1",
|
2023-08-02 13:37:43 -07:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2023-08-19 06:29:26 +00:00
|
|
|
"eslint-plugin-react": "7.33.2",
|
2022-08-16 00:14:44 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-10-07 15:41:14 +00:00
|
|
|
"eslint-plugin-storybook": "0.6.14",
|
2023-01-26 14:16:32 -08:00
|
|
|
"handlebars": "^4.7.7",
|
2023-06-14 02:35:00 +00:00
|
|
|
"html-webpack-plugin": "5.5.3",
|
2023-01-26 14:16:32 -08:00
|
|
|
"install": "^0.13.0",
|
2023-05-20 21:15:25 -07:00
|
|
|
"knip": "^2.11.0",
|
2023-08-08 20:08:17 +00:00
|
|
|
"less": "4.2.0",
|
2023-06-12 00:28:46 +00:00
|
|
|
"less-loader": "11.1.3",
|
2023-08-18 22:10:40 -07:00
|
|
|
"mdx-mermaid": "^2.0.0",
|
2023-02-26 14:51:46 -08:00
|
|
|
"mermaid": "^10.0.0",
|
2023-10-07 13:19:10 -07:00
|
|
|
"npm": "^10.0.0",
|
2023-10-05 19:16:05 -07:00
|
|
|
"postcss": "^8.4.31",
|
2023-09-01 13:47:22 +00:00
|
|
|
"prettier": "3.0.3",
|
2023-10-06 07:23:11 +00:00
|
|
|
"sass": "1.68.0",
|
2023-06-13 12:51:10 +00:00
|
|
|
"sass-loader": "13.3.2",
|
2023-01-29 12:45:25 +00:00
|
|
|
"sb": "6.5.16",
|
2023-01-18 22:38:24 -08:00
|
|
|
"storybook-addon-designs": "6.3.1",
|
|
|
|
"storybook-addon-fetch-mock": "1.0.1",
|
2022-09-03 01:03:53 +00:00
|
|
|
"storybook-preset-less": "1.1.3",
|
2023-04-30 21:08:46 +00:00
|
|
|
"style-dictionary": "3.8.0",
|
2023-05-22 18:39:55 +00:00
|
|
|
"style-loader": "3.3.3",
|
2023-07-07 16:38:59 -07:00
|
|
|
"stylelint": "^15.10.1",
|
2023-07-09 13:04:19 -07:00
|
|
|
"stylelint-config-standard": "^34.0.0",
|
2023-10-07 14:58:29 -07:00
|
|
|
"stylelint-config-standard-scss": "^11.0.0",
|
2023-04-16 14:30:56 -07:00
|
|
|
"ts-jest": "^29.1.0",
|
2023-02-03 20:36:23 +00:00
|
|
|
"typescript": "4.9.5"
|
2022-08-15 14:26:15 -07:00
|
|
|
}
|
2023-09-21 18:55:24 -07:00
|
|
|
}
|