2020-10-01 00:59:20 +03:00
|
|
|
{
|
2023-10-26 07:52:36 +03:00
|
|
|
"name": "owncast-web",
|
|
|
|
"version": "0.1.0",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev",
|
2023-11-24 09:07:21 +03:00
|
|
|
"build": "next build",
|
2023-10-26 07:52:36 +03:00
|
|
|
"start": "next start",
|
|
|
|
"lint": "eslint --fix --ext .js,.ts,.tsx types/ pages/ components/ stories/",
|
|
|
|
"storybook": "storybook dev -p 6006",
|
|
|
|
"build-storybook": "storybook build",
|
|
|
|
"build-styles": "cd ./style-definitions && style-dictionary build && ./build.sh && cd -",
|
|
|
|
"test": "jest",
|
|
|
|
"format": "prettier --write **/*.{js,ts,jsx,tsx,css,md}"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"@ant-design/icons": "4.8.1",
|
|
|
|
"@codemirror/lang-css": "6.2.1",
|
|
|
|
"@codemirror/lang-html": "^6.4.2",
|
|
|
|
"@codemirror/lang-javascript": "^6.1.2",
|
2024-01-19 19:28:49 +03:00
|
|
|
"@codemirror/lang-markdown": "6.2.4",
|
2024-02-13 01:48:34 +03:00
|
|
|
"@codemirror/language-data": "6.4.1",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@fontsource/inter": "^5.0.0",
|
|
|
|
"@fontsource/poppins": "5.0.8",
|
2023-11-24 09:07:21 +03:00
|
|
|
"@next/bundle-analyzer": "^14.0.0",
|
2023-11-29 15:19:35 +03:00
|
|
|
"@uiw/codemirror-theme-bbedit": "4.21.21",
|
2023-11-29 20:54:57 +03:00
|
|
|
"@uiw/react-codemirror": "4.21.21",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@xstate/react": "3.2.2",
|
2023-11-25 12:39:25 +03:00
|
|
|
"antd": "4.24.15",
|
2023-10-26 07:52:36 +03:00
|
|
|
"autoprefixer": "^10.4.14",
|
|
|
|
"chart.js": "^4.2.0",
|
2024-01-01 21:12:12 +03:00
|
|
|
"classnames": "2.5.1",
|
2023-10-26 07:52:36 +03:00
|
|
|
"date-fns": "^2.29.3",
|
|
|
|
"graphemer": "^1.4.0",
|
|
|
|
"interweave": "^13.0.0",
|
|
|
|
"interweave-autolink": "^5.1.0",
|
|
|
|
"lodash": "4.17.21",
|
2024-02-07 21:57:31 +03:00
|
|
|
"next": "14.1.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"next-pwa": "^5.6.0",
|
|
|
|
"next-with-less": "3.0.1",
|
|
|
|
"picmo": "5.8.5",
|
|
|
|
"postcss-flexbugs-fixes": "5.0.2",
|
|
|
|
"react": "18.2.0",
|
|
|
|
"react-chartjs-2": "^5.2.0",
|
|
|
|
"react-dom": "18.2.0",
|
|
|
|
"react-error-boundary": "^4.0.0",
|
2024-02-05 07:08:35 +03:00
|
|
|
"react-hotkeys-hook": "4.5.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"react-linkify": "1.0.0-alpha",
|
2023-11-16 20:04:39 +03:00
|
|
|
"react-markdown": "9.0.1",
|
2024-01-31 15:27:47 +03:00
|
|
|
"react-virtuoso": "4.6.3",
|
2023-10-26 07:52:36 +03:00
|
|
|
"recoil": "0.7.7",
|
|
|
|
"regexpu-core": "^5.3.2",
|
|
|
|
"sanitize-html": "^2.11.0",
|
2024-01-15 23:26:09 +03:00
|
|
|
"sharp": "0.33.2",
|
2023-10-30 17:13:48 +03:00
|
|
|
"ua-parser-js": "1.0.37",
|
2023-10-26 07:52:36 +03:00
|
|
|
"video.js": "^8.3.0",
|
|
|
|
"workbox-precaching": "^7.0.0",
|
|
|
|
"workbox-window": "^7.0.0",
|
2023-10-26 23:24:51 +03:00
|
|
|
"xstate": "4.38.3",
|
2023-11-06 04:58:45 +03:00
|
|
|
"yaml": "2.3.4"
|
2023-10-26 07:52:36 +03:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2024-01-28 20:04:57 +03:00
|
|
|
"@babel/core": "7.23.9",
|
2023-10-29 02:21:00 +03:00
|
|
|
"@mdx-js/react": "3.0.0",
|
2024-02-11 10:28:49 +03:00
|
|
|
"@storybook/addon-a11y": "7.6.13",
|
|
|
|
"@storybook/addon-actions": "7.6.13",
|
|
|
|
"@storybook/addon-docs": "7.6.13",
|
|
|
|
"@storybook/addon-essentials": "7.6.13",
|
|
|
|
"@storybook/addon-links": "7.6.13",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@storybook/addon-mdx-gfm": "^7.5.1",
|
|
|
|
"@storybook/addon-postcss": "2.0.0",
|
2024-01-06 22:27:01 +03:00
|
|
|
"@storybook/addon-styling-webpack": "^0.0.6",
|
2024-02-11 10:28:49 +03:00
|
|
|
"@storybook/addon-viewport": "7.6.13",
|
|
|
|
"@storybook/cli": "7.6.13",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@storybook/mdx2-csf": "1.1.0",
|
|
|
|
"@storybook/nextjs": "^7.5.1",
|
|
|
|
"@storybook/preset-scss": "^1.0.3",
|
2024-02-11 10:28:49 +03:00
|
|
|
"@storybook/react": "7.6.13",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@storybook/testing-library": "0.2.2",
|
|
|
|
"@svgr/webpack": "8.1.0",
|
2023-11-24 03:26:22 +03:00
|
|
|
"@types/chart.js": "2.9.41",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@types/classnames": "2.3.1",
|
|
|
|
"@types/jest": "^29.5.0",
|
2023-11-24 22:05:13 +03:00
|
|
|
"@types/markdown-it": "13.0.7",
|
2024-02-12 00:50:28 +03:00
|
|
|
"@types/node": "20.11.17",
|
2023-11-24 17:14:09 +03:00
|
|
|
"@types/prop-types": "15.7.11",
|
2024-02-09 14:02:56 +03:00
|
|
|
"@types/react": "18.2.55",
|
2023-11-10 22:30:34 +03:00
|
|
|
"@types/react-linkify": "1.0.4",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@types/sanitize-html": "^2.9.0",
|
2023-11-11 12:43:13 +03:00
|
|
|
"@types/ua-parser-js": "0.7.39",
|
2023-10-26 07:52:36 +03:00
|
|
|
"@types/video.js": "^7.3.50",
|
2024-02-09 16:12:47 +03:00
|
|
|
"@typescript-eslint/eslint-plugin": "6.21.0",
|
|
|
|
"@typescript-eslint/parser": "6.21.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"babel-loader": "9.1.3",
|
2023-11-20 19:03:05 +03:00
|
|
|
"chromatic": "9.1.0",
|
2024-02-03 01:34:43 +03:00
|
|
|
"css-loader": "6.10.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"cypress": "^13.2.0",
|
2023-12-19 08:41:01 +03:00
|
|
|
"eslint": "8.56.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2024-02-07 21:57:31 +03:00
|
|
|
"eslint-config-next": "14.1.0",
|
2023-12-05 14:42:46 +03:00
|
|
|
"eslint-config-prettier": "9.1.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"eslint-plugin-import": "^2.27.5",
|
2023-11-09 07:32:59 +03:00
|
|
|
"eslint-plugin-jsx-a11y": "6.8.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
|
|
|
"eslint-plugin-react": "7.33.2",
|
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
|
|
|
"eslint-plugin-storybook": "0.6.15",
|
|
|
|
"handlebars": "^4.7.7",
|
2023-12-22 21:22:46 +03:00
|
|
|
"html-webpack-plugin": "5.6.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"install": "^0.13.0",
|
|
|
|
"knip": "^2.11.0",
|
|
|
|
"less": "4.2.0",
|
2023-12-31 13:53:25 +03:00
|
|
|
"less-loader": "11.1.4",
|
2023-10-26 07:52:36 +03:00
|
|
|
"mdx-mermaid": "^2.0.0",
|
|
|
|
"mermaid": "^10.0.0",
|
|
|
|
"npm": "^10.0.0",
|
|
|
|
"postcss": "^8.4.31",
|
2024-02-07 13:04:27 +03:00
|
|
|
"prettier": "3.2.5",
|
2023-10-26 07:52:36 +03:00
|
|
|
"resolve-url-loader": "^5.0.0",
|
2024-01-21 10:21:25 +03:00
|
|
|
"sass": "1.70.0",
|
2023-10-26 07:52:36 +03:00
|
|
|
"sass-loader": "^13.3.2",
|
|
|
|
"storybook": "^7.5.1",
|
|
|
|
"storybook-addon-fetch-mock": "1.0.1",
|
|
|
|
"storybook-preset-less": "1.1.3",
|
2024-01-21 00:53:00 +03:00
|
|
|
"style-dictionary": "3.9.2",
|
2024-01-12 23:01:27 +03:00
|
|
|
"style-loader": "3.3.4",
|
2023-10-26 07:52:36 +03:00
|
|
|
"stylelint": "^15.10.1",
|
|
|
|
"stylelint-config-standard": "^34.0.0",
|
|
|
|
"stylelint-config-standard-scss": "^11.0.0",
|
|
|
|
"ts-jest": "^29.1.0",
|
2023-12-10 00:12:41 +03:00
|
|
|
"typescript": "5.3.3"
|
2023-10-26 07:52:36 +03:00
|
|
|
}
|
|
|
|
}
|