2021-06-18 07:05:01 -04:00
|
|
|
{
|
2022-06-21 06:14:51 -04:00
|
|
|
"version": "1.0.1",
|
2021-08-05 09:47:00 -04:00
|
|
|
"scripts": {
|
2021-10-23 10:38:52 -04:00
|
|
|
"dev": "node scripts/setup_assets.js --check && vite",
|
|
|
|
"pull": "node scripts/setup_assets.js",
|
2022-09-03 09:06:29 -04:00
|
|
|
"build:deps": "cd external && cd components && yarn && yarn build:esm && cd .. && cd revolt.js && yarn && yarn build",
|
|
|
|
"build": "yarn && rimraf build && node scripts/setup_assets.js --check && yarn build:deps && vite build",
|
2022-04-29 10:49:05 -04:00
|
|
|
"build:highmem": "NODE_OPTIONS='--max-old-space-size=4096' yarn build",
|
2021-08-05 09:47:00 -04:00
|
|
|
"preview": "vite preview",
|
2021-12-10 07:53:41 -05:00
|
|
|
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
|
2021-08-05 09:47:00 -04:00
|
|
|
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
|
2021-08-30 10:24:15 -04:00
|
|
|
"typecheck": "tsc --noEmit",
|
|
|
|
"start": "sirv dist --cors --single --host",
|
|
|
|
"start:inject": "node scripts/inject.js && sirv dist_injected --cors --single --host"
|
2021-08-05 09:47:00 -04:00
|
|
|
},
|
|
|
|
"eslintConfig": {
|
|
|
|
"parser": "@typescript-eslint/parser",
|
|
|
|
"extends": [
|
|
|
|
"preact",
|
|
|
|
"plugin:@typescript-eslint/recommended"
|
|
|
|
],
|
|
|
|
"ignorePatterns": [
|
|
|
|
"build/"
|
|
|
|
],
|
|
|
|
"rules": {
|
|
|
|
"radix": "off",
|
|
|
|
"no-spaced-func": "off",
|
|
|
|
"react/no-danger": "off",
|
|
|
|
"@typescript-eslint/explicit-module-boundary-types": "off",
|
|
|
|
"@typescript-eslint/no-non-null-assertion": "off",
|
|
|
|
"@typescript-eslint/no-unused-vars": [
|
|
|
|
"warn",
|
|
|
|
{
|
|
|
|
"varsIgnorePattern": "^_"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"no-unused-vars": [
|
|
|
|
"warn",
|
|
|
|
{
|
|
|
|
"varsIgnorePattern": "^_"
|
|
|
|
}
|
2022-06-12 16:16:42 -04:00
|
|
|
],
|
|
|
|
"react/jsx-no-literals": "warn"
|
2021-08-05 09:47:00 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-06-18 04:22:01 -04:00
|
|
|
"@revoltchat/rehype-katex": "6.0.3-patch.1",
|
2021-09-03 14:27:39 -04:00
|
|
|
"fs-extra": "^10.0.0",
|
|
|
|
"klaw": "^3.0.0",
|
2023-06-11 12:31:22 -04:00
|
|
|
"lottie-react": "^2.4.0",
|
2021-09-03 16:36:18 -04:00
|
|
|
"sirv-cli": "^1.0.14",
|
2022-08-09 06:52:20 -04:00
|
|
|
"vite": "^3.0.5"
|
2021-08-05 09:47:00 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-04-29 11:17:31 -04:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.17.9",
|
2022-08-08 10:21:46 -04:00
|
|
|
"@floating-ui/react-dom": "^1.0.0",
|
|
|
|
"@floating-ui/react-dom-interactions": "^0.9.1",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@fontsource/atkinson-hyperlegible": "^4.4.5",
|
2022-05-27 14:57:41 -04:00
|
|
|
"@fontsource/bitter": "^4.5.7",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@fontsource/comic-neue": "^4.4.5",
|
|
|
|
"@fontsource/fira-code": "^4.4.5",
|
|
|
|
"@fontsource/inter": "^4.4.5",
|
2021-11-04 16:55:26 -04:00
|
|
|
"@fontsource/jetbrains-mono": "^4.4.5",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@fontsource/lato": "^4.4.5",
|
2022-01-15 09:42:35 -05:00
|
|
|
"@fontsource/lexend": "^4.5.2",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@fontsource/montserrat": "^4.4.5",
|
|
|
|
"@fontsource/noto-sans": "^4.4.5",
|
2022-01-15 14:56:00 -05:00
|
|
|
"@fontsource/open-sans": "^4.5.2",
|
2022-03-29 15:49:16 -04:00
|
|
|
"@fontsource/opendyslexic": "^4.5.2",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@fontsource/poppins": "^4.4.5",
|
|
|
|
"@fontsource/raleway": "^4.4.5",
|
|
|
|
"@fontsource/roboto": "^4.4.5",
|
|
|
|
"@fontsource/roboto-mono": "^4.4.5",
|
|
|
|
"@fontsource/source-code-pro": "^4.4.5",
|
|
|
|
"@fontsource/space-mono": "^4.4.5",
|
|
|
|
"@fontsource/ubuntu": "^4.4.5",
|
|
|
|
"@fontsource/ubuntu-mono": "^4.4.5",
|
2022-09-10 15:09:34 -04:00
|
|
|
"@hcaptcha/react-hcaptcha": "^1.4.4",
|
2022-05-27 14:57:41 -04:00
|
|
|
"@insertish/vite-plugin-babel-macros": "^1.0.5",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@preact/preset-vite": "^2.0.0",
|
2022-09-03 09:06:29 -04:00
|
|
|
"@revoltchat/ui": "^1.0.77",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@rollup/plugin-replace": "^2.4.2",
|
2022-04-22 16:06:12 -04:00
|
|
|
"@styled-icons/boxicons-logos": "^10.38.0",
|
|
|
|
"@styled-icons/boxicons-regular": "^10.38.0",
|
|
|
|
"@styled-icons/boxicons-solid": "^10.38.0",
|
2022-09-10 15:09:34 -04:00
|
|
|
"@styled-icons/simple-icons": "^10.45.0",
|
2022-05-27 16:18:12 -04:00
|
|
|
"@tippyjs/react": "4.2.6",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@traptitech/markdown-it-katex": "^3.4.3",
|
|
|
|
"@traptitech/markdown-it-spoiler": "^1.1.6",
|
|
|
|
"@trivago/prettier-plugin-sort-imports": "^2.0.2",
|
2022-07-04 14:04:27 -04:00
|
|
|
"@types/lodash": "^4",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@types/lodash.defaultsdeep": "^4.6.6",
|
|
|
|
"@types/lodash.isequal": "^4.5.5",
|
2022-09-10 15:09:34 -04:00
|
|
|
"@types/node": "^15.14.9",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@types/preact-i18n": "^2.3.0",
|
2022-09-10 15:09:34 -04:00
|
|
|
"@types/prismjs": "^1.26.0",
|
2022-05-27 14:57:41 -04:00
|
|
|
"@types/react-beautiful-dnd": "^13",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@types/react-helmet": "^6.1.1",
|
|
|
|
"@types/react-router-dom": "^5.1.7",
|
|
|
|
"@types/react-scroll": "^1.8.2",
|
2022-06-12 16:16:42 -04:00
|
|
|
"@types/semver": "^7",
|
2021-08-05 09:47:00 -04:00
|
|
|
"@types/styled-components": "^5.1.10",
|
|
|
|
"@types/twemoji": "^12.1.1",
|
|
|
|
"@typescript-eslint/eslint-plugin": "^4.27.0",
|
|
|
|
"@typescript-eslint/parser": "^4.27.0",
|
2022-03-04 18:42:20 -05:00
|
|
|
"@vitejs/plugin-legacy": "^1.7.1",
|
2021-08-05 09:47:00 -04:00
|
|
|
"classnames": "^2.3.1",
|
2022-04-22 16:06:12 -04:00
|
|
|
"color-rgba": "^2.4.0",
|
2021-08-05 09:47:00 -04:00
|
|
|
"dayjs": "^1.10.6",
|
|
|
|
"detect-browser": "^5.2.0",
|
|
|
|
"eslint": "^7.28.0",
|
|
|
|
"eslint-config-preact": "^1.1.4",
|
2022-06-12 14:38:29 -04:00
|
|
|
"eslint-plugin-jsdoc": "^39.3.2",
|
2022-06-28 14:59:58 -04:00
|
|
|
"eslint-plugin-mobx": "^0.0.8",
|
2021-08-05 09:47:00 -04:00
|
|
|
"eventemitter3": "^4.0.7",
|
2022-06-18 09:19:31 -04:00
|
|
|
"history": "4",
|
2021-12-23 21:05:18 -05:00
|
|
|
"json-stringify-deterministic": "^1.0.2",
|
2021-08-05 09:47:00 -04:00
|
|
|
"localforage": "^1.9.0",
|
2022-07-04 14:04:27 -04:00
|
|
|
"lodash": "^4.17.21",
|
2021-08-05 09:47:00 -04:00
|
|
|
"lodash.defaultsdeep": "^4.6.1",
|
|
|
|
"lodash.isequal": "^4.5.0",
|
2022-02-27 18:44:29 -05:00
|
|
|
"long": "^5.2.0",
|
2022-07-08 09:24:48 -04:00
|
|
|
"mdast-util-to-hast": "^12.1.2",
|
2021-08-05 09:47:00 -04:00
|
|
|
"mediasoup-client": "npm:@insertish/mediasoup-client@3.6.36-esnext",
|
2022-05-25 11:43:59 -04:00
|
|
|
"mobx": "^6.6.0",
|
2022-05-26 06:13:52 -04:00
|
|
|
"mobx-react-lite": "3.4.0",
|
2021-08-05 09:47:00 -04:00
|
|
|
"preact": "^10.5.14",
|
2022-06-14 11:27:46 -04:00
|
|
|
"preact-context-menu": "0.4.1",
|
2021-08-05 09:47:00 -04:00
|
|
|
"preact-i18n": "^2.4.0-preactx",
|
|
|
|
"prettier": "^2.3.1",
|
2022-07-07 12:33:33 -04:00
|
|
|
"prismjs": "^1.28.0",
|
2022-06-12 14:24:59 -04:00
|
|
|
"qrcode.react": "^3.0.2",
|
2022-05-27 14:57:41 -04:00
|
|
|
"react-beautiful-dnd": "^13.1.0",
|
2022-05-27 16:18:12 -04:00
|
|
|
"react-device-detect": "2.2.2",
|
2021-08-05 09:47:00 -04:00
|
|
|
"react-helmet": "^6.1.0",
|
|
|
|
"react-hook-form": "6.3.0",
|
|
|
|
"react-overlapping-panels": "1.2.2",
|
|
|
|
"react-router-dom": "^5.2.0",
|
|
|
|
"react-scroll": "^1.8.2",
|
2022-05-26 06:13:52 -04:00
|
|
|
"react-virtuoso": "^2.12.0",
|
2022-07-08 09:24:48 -04:00
|
|
|
"rehype-prism": "^2.1.3",
|
|
|
|
"rehype-react": "^7.1.1",
|
|
|
|
"remark-breaks": "^3.0.2",
|
|
|
|
"remark-gfm": "^3.0.1",
|
|
|
|
"remark-math": "^5.1.1",
|
|
|
|
"remark-parse": "^10.0.1",
|
|
|
|
"remark-rehype": "^10.1.0",
|
2022-09-02 11:20:25 -04:00
|
|
|
"revolt.js": "6.0.17",
|
2021-08-05 09:47:00 -04:00
|
|
|
"rimraf": "^3.0.2",
|
|
|
|
"sass": "^1.35.1",
|
2022-06-12 16:16:42 -04:00
|
|
|
"semver": "^7.3.7",
|
2021-08-05 09:47:00 -04:00
|
|
|
"shade-blend-color": "^1.0.0",
|
2022-07-04 14:04:27 -04:00
|
|
|
"slate": "^0.81.1",
|
|
|
|
"slate-history": "^0.66.0",
|
|
|
|
"slate-react": "^0.81.0",
|
2021-12-25 09:32:28 -05:00
|
|
|
"stacktrace-js": "^2.0.2",
|
2021-08-05 09:47:00 -04:00
|
|
|
"styled-components": "^5.3.0",
|
2021-09-09 18:02:47 -04:00
|
|
|
"typescript": "^4.4.2",
|
2021-08-05 09:47:00 -04:00
|
|
|
"ulid": "^2.3.0",
|
2022-07-08 09:24:48 -04:00
|
|
|
"unified": "^10.1.2",
|
|
|
|
"unist-util-visit": "^4.1.0",
|
2021-08-05 09:47:00 -04:00
|
|
|
"use-resize-observer": "^7.0.0",
|
2022-08-09 06:52:20 -04:00
|
|
|
"vite-plugin-pwa": "^0.12.3",
|
2021-08-05 09:47:00 -04:00
|
|
|
"workbox-precaching": "^6.1.5"
|
|
|
|
},
|
|
|
|
"name": "client",
|
|
|
|
"main": "index.js",
|
2021-09-03 05:30:27 -04:00
|
|
|
"repository": "https://github.com/revoltchat/revite.git",
|
2021-08-05 09:47:00 -04:00
|
|
|
"author": "Paul <paulmakles@gmail.com>",
|
2022-04-22 16:06:12 -04:00
|
|
|
"license": "MIT",
|
2022-08-09 06:40:03 -04:00
|
|
|
"packageManager": "yarn@3.2.0",
|
|
|
|
"resolutions": {
|
2022-09-03 09:06:29 -04:00
|
|
|
"@revoltchat/ui": "portal:external/components",
|
|
|
|
"revolt.js": "portal:external/revolt.js"
|
2022-08-09 06:40:03 -04:00
|
|
|
}
|
2021-06-18 07:05:01 -04:00
|
|
|
}
|