2020-09-30 14:59:20 -07:00
|
|
|
{
|
2022-08-15 14:26:15 -07:00
|
|
|
"name": "owncast-admin",
|
|
|
|
"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-06-26 16:46:57 +00:00
|
|
|
"@codemirror/lang-markdown": "6.2.0",
|
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-07-31 07:33:42 +00:00
|
|
|
"@uiw/codemirror-theme-bbedit": "4.21.9",
|
2023-07-31 10:01:24 +00:00
|
|
|
"@uiw/react-codemirror": "4.21.9",
|
2023-04-29 21:28:19 -07:00
|
|
|
"@xstate/react": "3.2.2",
|
2023-08-06 09:43:47 +00:00
|
|
|
"antd": "4.24.13",
|
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-08-18 04:53:55 +00:00
|
|
|
"next": "13.4.16",
|
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-08-12 10:11:52 +00:00
|
|
|
"react-virtuoso": "4.5.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-07-25 12:32:50 +00:00
|
|
|
"sharp": "0.32.4",
|
2023-04-05 04:37:16 +00:00
|
|
|
"ua-parser-js": "1.0.35",
|
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-05-29 10:45:09 +00:00
|
|
|
"yaml": "2.3.1"
|
2022-08-15 14:26:15 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-08-10 18:21:23 +00:00
|
|
|
"@babel/core": "7.22.10",
|
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-06-23 21:57:46 +00:00
|
|
|
"@storybook/testing-library": "0.2.0",
|
2023-03-27 18:03:54 -07:00
|
|
|
"@svgr/webpack": "7.0.0",
|
2022-08-15 23:26:19 +00:00
|
|
|
"@types/chart.js": "2.9.37",
|
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",
|
2022-08-15 14:26:15 -07:00
|
|
|
"@types/markdown-it": "12.2.3",
|
2023-08-14 23:11:28 +00:00
|
|
|
"@types/node": "18.17.5",
|
2022-08-15 23:27:58 +00:00
|
|
|
"@types/prop-types": "15.7.5",
|
2023-08-12 19:35:38 +00:00
|
|
|
"@types/react": "18.2.20",
|
2022-08-15 14:26:15 -07:00
|
|
|
"@types/react-linkify": "1.0.1",
|
2023-06-27 14:45:45 -07:00
|
|
|
"@types/sanitize-html": "^2.9.0",
|
2022-08-15 14:26:15 -07:00
|
|
|
"@types/ua-parser-js": "0.7.36",
|
2023-01-01 01:08:54 +01:00
|
|
|
"@types/video.js": "^7.3.50",
|
2023-07-14 07:09:20 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "5.62.0",
|
|
|
|
"@typescript-eslint/parser": "5.62.0",
|
2023-07-10 17:55:36 +00:00
|
|
|
"babel-loader": "9.1.3",
|
2023-08-10 13:37:03 +00:00
|
|
|
"chromatic": "6.21.0",
|
2023-05-31 05:51:39 +00:00
|
|
|
"css-loader": "6.8.1",
|
2022-12-09 12:32:25 -08:00
|
|
|
"cypress": "^12.0.0",
|
2023-08-14 15:48:56 +00:00
|
|
|
"eslint": "8.47.0",
|
2022-08-15 14:26:15 -07:00
|
|
|
"eslint-config-airbnb": "19.0.4",
|
2023-08-18 04:53:55 +00:00
|
|
|
"eslint-config-next": "13.4.16",
|
2023-08-06 13:28:59 +00:00
|
|
|
"eslint-config-prettier": "8.10.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-02 01:19:36 +00:00
|
|
|
"eslint-plugin-react": "7.33.1",
|
2022-08-16 00:14:44 +00:00
|
|
|
"eslint-plugin-react-hooks": "4.6.0",
|
2023-07-23 10:09:17 +00:00
|
|
|
"eslint-plugin-storybook": "0.6.13",
|
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-01-31 17:32:35 -08:00
|
|
|
"mdx-mermaid": "^1.3.2",
|
2023-02-26 14:51:46 -08:00
|
|
|
"mermaid": "^10.0.0",
|
2023-01-26 14:16:32 -08:00
|
|
|
"npm": "^9.4.0",
|
2023-06-20 20:51:29 -07:00
|
|
|
"postcss": "^8.4.24",
|
2023-08-18 16:48:50 +00:00
|
|
|
"prettier": "3.0.2",
|
2023-08-13 00:49:28 +00:00
|
|
|
"sass": "1.65.1",
|
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-07-03 17:42:20 -07:00
|
|
|
"stylelint-config-standard-scss": "^10.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-08-02 13:37:43 -07:00
|
|
|
}
|