mirror of
https://github.com/revoltchat/revite.git
synced 2024-11-22 07:00:58 -05:00
176 lines
6.5 KiB
JSON
176 lines
6.5 KiB
JSON
{
|
|
"version": "1.0.1",
|
|
"scripts": {
|
|
"preinstall": "npx only-allow pnpm",
|
|
"dev": "node scripts/setup_assets.js --check && vite",
|
|
"pull": "node scripts/setup_assets.js",
|
|
"build:deps": "pnpm run -r build",
|
|
"build": "rimraf build && node scripts/setup_assets.js --check && vite build",
|
|
"build:all": "npm run build:deps && npm run build",
|
|
"preview": "vite preview",
|
|
"lint": "eslint src/**/*.{js,jsx,ts,tsx}",
|
|
"fmt": "prettier --write 'src/**/*.{js,jsx,ts,tsx}'",
|
|
"typecheck": "tsc --noEmit",
|
|
"start": "sirv dist --cors --single --host",
|
|
"start:inject": "node scripts/inject.js && sirv dist_injected --cors --single --host"
|
|
},
|
|
"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": "^_"
|
|
}
|
|
],
|
|
"react/jsx-no-literals": "warn"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "^10.1.0",
|
|
"klaw": "^3.0.0",
|
|
"sirv-cli": "^1.0.14",
|
|
"vite": "^3.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"hast-util-is-element": "^2.1.2",
|
|
"@babel/plugin-proposal-decorators": "^7.19.1",
|
|
"@babel/runtime": "^7.19.0",
|
|
"@floating-ui/react-dom": "^1.0.0",
|
|
"@floating-ui/react-dom-interactions": "^0.9.3",
|
|
"@fontsource/atkinson-hyperlegible": "^4.5.9",
|
|
"@fontsource/bitter": "^4.5.8",
|
|
"@fontsource/comic-neue": "^4.5.9",
|
|
"@fontsource/fira-code": "^4.5.11",
|
|
"@fontsource/inter": "^4.5.12",
|
|
"@fontsource/jetbrains-mono": "^4.5.10",
|
|
"@fontsource/lato": "^4.5.9",
|
|
"@fontsource/lexend": "^4.5.12",
|
|
"@fontsource/montserrat": "^4.5.12",
|
|
"@fontsource/noto-sans": "^4.5.11",
|
|
"@fontsource/open-sans": "^4.5.11",
|
|
"@fontsource/opendyslexic": "^4.5.4",
|
|
"@fontsource/poppins": "^4.5.9",
|
|
"@fontsource/raleway": "^4.5.10",
|
|
"@fontsource/roboto": "^4.5.8",
|
|
"@fontsource/roboto-mono": "^4.5.8",
|
|
"@fontsource/source-code-pro": "^4.5.12",
|
|
"@fontsource/space-mono": "^4.5.10",
|
|
"@fontsource/ubuntu": "^4.5.11",
|
|
"@fontsource/ubuntu-mono": "^4.5.11",
|
|
"@hcaptcha/react-hcaptcha": "^0.3.10",
|
|
"@insertish/vite-plugin-babel-macros": "^1.0.5",
|
|
"@mapbox/hast-util-table-cell-style": "workspace:0.2.0",
|
|
"@preact/preset-vite": "^2.4.0",
|
|
"@revoltchat/ui": "workspace:1.0.77",
|
|
"@rollup/plugin-replace": "^2.4.2",
|
|
"@styled-icons/boxicons-logos": "^10.46.0",
|
|
"@styled-icons/boxicons-regular": "^10.46.0",
|
|
"@styled-icons/boxicons-solid": "^10.46.0",
|
|
"@styled-icons/simple-icons": "^10.46.0",
|
|
"@tippyjs/react": "4.2.6",
|
|
"@traptitech/markdown-it-katex": "^3.6.0",
|
|
"@traptitech/markdown-it-spoiler": "^1.1.6",
|
|
"@trivago/prettier-plugin-sort-imports": "^2.0.4",
|
|
"@types/lodash": "^4.14.185",
|
|
"@types/lodash.defaultsdeep": "^4.6.7",
|
|
"@types/lodash.isequal": "^4.5.6",
|
|
"@types/node": "^15.14.9",
|
|
"@types/preact-i18n": "^2.3.1",
|
|
"@types/prismjs": "^1.26.0",
|
|
"@types/react-beautiful-dnd": "^13.0.0",
|
|
"@types/react-helmet": "^6.1.5",
|
|
"@types/react-router-dom": "^5.3.3",
|
|
"@types/react-scroll": "^1.8.4",
|
|
"@types/semver": "^7.3.12",
|
|
"@types/styled-components": "^5.1.26",
|
|
"@types/twemoji": "^12.1.2",
|
|
"@typescript-eslint/eslint-plugin": "^4.33.0",
|
|
"@typescript-eslint/parser": "^4.33.0",
|
|
"@vitejs/plugin-legacy": "^1.8.2",
|
|
"classnames": "^2.3.2",
|
|
"color-rgba": "^2.4.0",
|
|
"dayjs": "^1.11.5",
|
|
"detect-browser": "^5.3.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint-config-preact": "^1.3.0",
|
|
"eslint-plugin-jsdoc": "^39.3.6",
|
|
"eslint-plugin-mobx": "^0.0.8",
|
|
"eventemitter3": "^4.0.7",
|
|
"history": "^4.10.1",
|
|
"json-stringify-deterministic": "^1.0.7",
|
|
"localforage": "^1.10.0",
|
|
"lodash": "^4.17.21",
|
|
"lodash.defaultsdeep": "^4.6.1",
|
|
"lodash.isequal": "^4.5.0",
|
|
"long": "^5.2.0",
|
|
"mdast-util-to-hast": "^12.2.2",
|
|
"mediasoup-client": "npm:@insertish/mediasoup-client@^3.6.36-esnext",
|
|
"mobx": "^6.6.2",
|
|
"mobx-react-lite": "3.4.0",
|
|
"preact": "^10.11.0",
|
|
"preact-context-menu": "0.4.1",
|
|
"preact-i18n": "^2.4.0-preactx",
|
|
"prettier": "^2.7.1",
|
|
"prismjs": "^1.29.0",
|
|
"qrcode.react": "^3.1.0",
|
|
"react-beautiful-dnd": "^13.1.1",
|
|
"react-device-detect": "2.2.2",
|
|
"react-helmet": "^6.1.0",
|
|
"react-hook-form": "6.3.0",
|
|
"react-overlapping-panels": "1.2.2",
|
|
"react-router-dom": "^5.3.3",
|
|
"react-scroll": "^1.8.7",
|
|
"react-virtuoso": "^2.19.0",
|
|
"rehype-katex": "^6.0.2",
|
|
"rehype-prism": "^2.1.3",
|
|
"rehype-react": "^7.1.1",
|
|
"remark": "^14.0.2",
|
|
"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",
|
|
"revolt.js": "workspace:6.0.18",
|
|
"rimraf": "^3.0.2",
|
|
"sass": "^1.54.9",
|
|
"semver": "^7.3.7",
|
|
"shade-blend-color": "^1.0.0",
|
|
"slate": "^0.81.3",
|
|
"slate-history": "^0.66.0",
|
|
"slate-react": "^0.81.0",
|
|
"stacktrace-js": "^2.0.2",
|
|
"styled-components": "^5.3.5",
|
|
"typescript": "^4.8.3",
|
|
"ulid": "^2.3.0",
|
|
"unified": "^10.1.2",
|
|
"unist-util-visit": "^4.1.1",
|
|
"use-resize-observer": "^7.0.1",
|
|
"vite-plugin-pwa": "^0.12.8",
|
|
"workbox-precaching": "^6.5.4",
|
|
"workbox-window": "^6.5.4"
|
|
},
|
|
"name": "client",
|
|
"main": "index.js",
|
|
"repository": "https://github.com/revoltchat/revite.git",
|
|
"author": "Paul <paulmakles@gmail.com>",
|
|
"license": "MIT"
|
|
}
|