2020-03-27 13:59:38 -07:00
|
|
|
{
|
2024-04-28 14:09:10 -07:00
|
|
|
"name": "pl-fe",
|
|
|
|
"displayName": "pl-fe",
|
2023-02-15 10:57:36 -08:00
|
|
|
"version": "3.2.0",
|
2023-09-13 10:04:17 -07:00
|
|
|
"type": "module",
|
2024-04-28 14:09:10 -07:00
|
|
|
"description": "Web-based federated social media client, a fork of Soapbox",
|
|
|
|
"homepage": "https://github.com/mkljczk/pl-fe",
|
2020-04-30 10:33:56 -07:00
|
|
|
"repository": {
|
2020-05-17 12:44:33 -07:00
|
|
|
"type": "git",
|
2024-04-28 14:09:10 -07:00
|
|
|
"url": "https://github.com/mkljczk/pl-fe"
|
2020-04-30 10:33:56 -07:00
|
|
|
},
|
2020-05-17 12:44:33 -07:00
|
|
|
"keywords": [
|
|
|
|
"fediverse",
|
|
|
|
"pleroma"
|
|
|
|
],
|
2020-04-30 10:33:56 -07:00
|
|
|
"bugs": {
|
2024-04-28 14:09:10 -07:00
|
|
|
"url": "https://github.com/mkljczk/pl-fe/issues"
|
2020-04-30 10:33:56 -07:00
|
|
|
},
|
2024-01-22 13:57:59 -08:00
|
|
|
"funding": {
|
|
|
|
"type": "lightning",
|
|
|
|
"url": "lightning:alex@alexgleason.me"
|
|
|
|
},
|
2020-03-27 13:59:38 -07:00
|
|
|
"scripts": {
|
2023-09-13 10:04:17 -07:00
|
|
|
"start": "npx vite serve",
|
2020-04-14 14:50:42 -07:00
|
|
|
"dev": "${npm_execpath} run start",
|
2023-09-15 12:08:50 -07:00
|
|
|
"build": "npx vite build --emptyOutDir",
|
|
|
|
"preview": "npx vite preview",
|
2022-12-30 08:10:13 -08:00
|
|
|
"audit:fix": "npx yarn-audit-fix",
|
2023-10-11 12:33:53 -07:00
|
|
|
"i18n": "npx formatjs extract 'src/**/*.{ts,tsx}' --ignore '**/*.d.ts' --out-file build/messages.json && npx formatjs compile build/messages.json --out-file src/locales/en.json",
|
2023-09-15 16:53:30 -07:00
|
|
|
"test": "npx vitest",
|
2022-06-13 11:26:51 -07:00
|
|
|
"test:coverage": "${npm_execpath} run test --coverage",
|
2022-04-04 08:50:14 -07:00
|
|
|
"test:all": "${npm_execpath} run test:coverage && ${npm_execpath} run lint",
|
|
|
|
"lint": "${npm_execpath} run lint:js && ${npm_execpath} run lint:sass",
|
2023-01-17 16:34:11 -08:00
|
|
|
"lint:js": "npx eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx . --cache",
|
2023-09-18 14:07:02 -07:00
|
|
|
"lint:sass": "npx stylelint src/styles/**/*.scss",
|
2023-07-20 11:52:39 -07:00
|
|
|
"prepare": "husky install"
|
2020-03-27 13:59:38 -07:00
|
|
|
},
|
2020-03-27 17:35:00 -07:00
|
|
|
"license": "AGPL-3.0-or-later",
|
|
|
|
"browserslist": [
|
2023-09-13 14:52:23 -07:00
|
|
|
"> 0.5%",
|
2020-03-27 17:35:00 -07:00
|
|
|
"last 2 versions",
|
|
|
|
"not dead"
|
|
|
|
],
|
|
|
|
"dependencies": {
|
2023-09-15 17:10:59 -07:00
|
|
|
"@akryum/flexsearch-es": "^0.7.32",
|
2023-09-13 14:35:41 -07:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.22.5",
|
|
|
|
"@babel/plugin-transform-runtime": "^7.22.15",
|
|
|
|
"@babel/preset-env": "^7.22.15",
|
|
|
|
"@babel/preset-react": "^7.22.15",
|
|
|
|
"@babel/preset-typescript": "^7.22.15",
|
2023-02-26 11:34:57 -08:00
|
|
|
"@emoji-mart/data": "^1.1.2",
|
2023-10-01 22:05:20 -07:00
|
|
|
"@floating-ui/react": "^0.26.0",
|
2023-09-16 05:06:17 -07:00
|
|
|
"@fontsource/inter": "^5.0.0",
|
2023-12-22 11:36:32 -08:00
|
|
|
"@fontsource/noto-sans-javanese": "^5.0.16",
|
2023-09-16 06:06:17 -07:00
|
|
|
"@fontsource/roboto-mono": "^5.0.0",
|
2023-10-10 14:54:57 -07:00
|
|
|
"@fontsource/tajawal": "^5.0.8",
|
2021-09-15 19:09:59 -07:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2024-03-27 14:57:54 -07:00
|
|
|
"@lexical/clipboard": "^0.14.2",
|
|
|
|
"@lexical/hashtag": "^0.14.2",
|
|
|
|
"@lexical/link": "^0.14.2",
|
|
|
|
"@lexical/react": "^0.14.2",
|
|
|
|
"@lexical/selection": "^0.14.2",
|
|
|
|
"@lexical/utils": "^0.14.2",
|
2024-02-26 05:43:39 -08:00
|
|
|
"@mkljczk/react-hotkeys": "^1.2.2",
|
2024-02-11 10:40:14 -08:00
|
|
|
"@noble/hashes": "^1.3.3",
|
2022-06-22 03:47:20 -07:00
|
|
|
"@popperjs/core": "^2.11.5",
|
2022-11-22 06:55:31 -08:00
|
|
|
"@reach/combobox": "^0.18.0",
|
2022-11-11 11:41:32 -08:00
|
|
|
"@reach/menu-button": "^0.18.0",
|
|
|
|
"@reach/popover": "^0.18.0",
|
|
|
|
"@reach/rect": "^0.18.0",
|
|
|
|
"@reach/tabs": "^0.18.0",
|
2023-12-20 20:06:49 -08:00
|
|
|
"@reduxjs/toolkit": "^2.0.1",
|
2023-10-21 14:38:55 -07:00
|
|
|
"@sentry/browser": "^7.74.1",
|
|
|
|
"@sentry/react": "^7.74.1",
|
2023-11-24 15:16:51 -08:00
|
|
|
"@soapbox.pub/wasmboy": "^0.8.0",
|
2024-04-03 04:28:30 -07:00
|
|
|
"@tabler/icons": "^3.1.0",
|
2023-09-16 01:41:17 -07:00
|
|
|
"@tailwindcss/aspect-ratio": "^0.4.2",
|
2023-12-20 17:36:18 -08:00
|
|
|
"@tailwindcss/forms": "^0.5.7",
|
|
|
|
"@tailwindcss/typography": "^0.5.10",
|
2023-10-17 08:05:15 -07:00
|
|
|
"@tanstack/react-query": "^5.0.0",
|
2022-03-10 17:55:14 -08:00
|
|
|
"@types/escape-html": "^1.0.1",
|
2022-03-15 06:48:18 -07:00
|
|
|
"@types/http-link-header": "^1.0.3",
|
2022-12-08 07:30:48 -08:00
|
|
|
"@types/leaflet": "^1.8.0",
|
2022-03-15 06:48:18 -07:00
|
|
|
"@types/lodash": "^4.14.180",
|
2022-04-24 12:28:07 -07:00
|
|
|
"@types/object-assign": "^4.0.30",
|
2023-09-13 10:04:17 -07:00
|
|
|
"@types/path-browserify": "^1.0.0",
|
2023-01-10 15:03:15 -08:00
|
|
|
"@types/react": "^18.0.26",
|
2022-05-05 11:08:45 -07:00
|
|
|
"@types/react-color": "^3.0.6",
|
2022-06-22 03:47:20 -07:00
|
|
|
"@types/react-datepicker": "^4.4.2",
|
2023-01-10 15:03:15 -08:00
|
|
|
"@types/react-dom": "^18.0.10",
|
2022-03-24 06:17:32 -07:00
|
|
|
"@types/react-helmet": "^6.1.5",
|
2023-12-27 05:06:36 -08:00
|
|
|
"@types/react-motion": "^0.0.40",
|
2022-03-22 05:42:26 -07:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2022-04-27 18:01:31 -07:00
|
|
|
"@types/react-sparklines": "^1.7.2",
|
2022-04-12 06:52:04 -07:00
|
|
|
"@types/react-swipeable-views": "^0.13.1",
|
2023-12-20 20:06:49 -08:00
|
|
|
"@types/redux-mock-store": "^1.0.6",
|
2022-03-26 12:23:29 -07:00
|
|
|
"@types/semver": "^7.3.9",
|
2023-01-05 10:32:41 -08:00
|
|
|
"@types/uuid": "^9.0.0",
|
2023-09-13 10:04:17 -07:00
|
|
|
"@vitejs/plugin-react": "^4.0.4",
|
2024-01-22 12:37:44 -08:00
|
|
|
"@webbtc/webln-types": "^3.0.0",
|
2023-09-13 11:39:57 -07:00
|
|
|
"autoprefixer": "^10.4.15",
|
2023-01-05 12:24:23 -08:00
|
|
|
"axios": "^1.2.2",
|
2023-09-16 16:46:55 -07:00
|
|
|
"axios-mock-adapter": "^1.22.0",
|
2023-10-11 12:33:53 -07:00
|
|
|
"babel-plugin-formatjs": "^10.5.6",
|
2022-06-01 11:32:01 -07:00
|
|
|
"babel-plugin-preval": "^5.1.0",
|
2022-12-30 13:17:00 -08:00
|
|
|
"blurhash": "^2.0.0",
|
2021-09-20 18:49:24 -07:00
|
|
|
"bootstrap-icons": "^1.5.0",
|
2021-07-11 16:18:15 -07:00
|
|
|
"bowser": "^2.11.0",
|
2021-07-09 19:05:54 -07:00
|
|
|
"browserslist": "^4.16.6",
|
2023-09-16 11:07:25 -07:00
|
|
|
"clsx": "^2.0.0",
|
2023-11-20 13:38:05 -08:00
|
|
|
"comlink": "^4.4.1",
|
2023-01-23 13:22:10 -08:00
|
|
|
"core-js": "^3.27.2",
|
2022-10-24 21:16:15 -07:00
|
|
|
"cryptocurrency-icons": "^0.18.1",
|
2023-09-20 11:08:10 -07:00
|
|
|
"cssnano": "^6.0.0",
|
2020-10-15 06:22:32 -07:00
|
|
|
"detect-passive-events": "^2.0.0",
|
2022-12-29 18:20:53 -08:00
|
|
|
"dotenv": "^16.0.0",
|
2022-07-09 15:31:14 -07:00
|
|
|
"emoji-datasource": "14.0.0",
|
2023-02-26 11:34:57 -08:00
|
|
|
"emoji-mart": "^5.5.2",
|
2020-03-27 17:35:00 -07:00
|
|
|
"escape-html": "^1.0.3",
|
2024-03-25 04:40:07 -07:00
|
|
|
"eslint-plugin-formatjs": "^4.12.2",
|
2023-09-16 18:14:24 -07:00
|
|
|
"exifr": "^7.1.3",
|
2022-07-04 23:37:07 -07:00
|
|
|
"graphemesplit": "^2.4.4",
|
2023-12-04 18:01:17 -08:00
|
|
|
"html-react-parser": "^5.0.0",
|
2020-03-27 17:35:00 -07:00
|
|
|
"http-link-header": "^1.0.2",
|
2023-09-16 11:08:35 -07:00
|
|
|
"immer": "^10.0.0",
|
2022-12-26 05:09:09 -08:00
|
|
|
"immutable": "^4.2.1",
|
2023-01-23 13:00:34 -08:00
|
|
|
"intersection-observer": "^0.12.2",
|
2024-01-25 21:07:22 -08:00
|
|
|
"intl-messageformat": "10.5.11",
|
2023-09-20 13:05:01 -07:00
|
|
|
"intl-pluralrules": "^2.0.0",
|
2024-02-08 13:01:20 -08:00
|
|
|
"isomorphic-dompurify": "^2.3.0",
|
2022-12-08 07:30:48 -08:00
|
|
|
"leaflet": "^1.8.0",
|
2024-03-27 14:57:54 -07:00
|
|
|
"lexical": "^0.14.2",
|
2021-09-26 21:09:19 -07:00
|
|
|
"line-awesome": "^1.3.0",
|
2021-10-20 11:18:55 -07:00
|
|
|
"localforage": "^1.10.0",
|
2020-03-27 17:35:00 -07:00
|
|
|
"lodash": "^4.7.11",
|
2022-06-01 11:32:01 -07:00
|
|
|
"mini-css-extract-plugin": "^2.6.0",
|
2021-09-05 14:42:48 -07:00
|
|
|
"path-browserify": "^1.0.1",
|
2023-09-13 11:39:57 -07:00
|
|
|
"postcss": "^8.4.29",
|
2021-09-05 14:42:48 -07:00
|
|
|
"process": "^0.11.10",
|
2022-06-22 03:47:20 -07:00
|
|
|
"punycode": "^2.1.1",
|
2023-01-13 10:45:03 -08:00
|
|
|
"qrcode.react": "^3.1.0",
|
2023-01-05 10:34:21 -08:00
|
|
|
"react": "^18.0.0",
|
2022-06-22 03:47:20 -07:00
|
|
|
"react-color": "^2.19.3",
|
|
|
|
"react-datepicker": "^4.8.0",
|
2023-01-05 10:34:21 -08:00
|
|
|
"react-dom": "^18.0.0",
|
2023-10-21 13:32:37 -07:00
|
|
|
"react-error-boundary": "^4.0.11",
|
2022-06-22 03:47:20 -07:00
|
|
|
"react-helmet": "^6.1.0",
|
2022-12-20 07:47:02 -08:00
|
|
|
"react-hot-toast": "^2.4.0",
|
2022-06-22 03:47:20 -07:00
|
|
|
"react-immutable-pure-component": "^2.2.2",
|
2023-09-18 19:08:46 -07:00
|
|
|
"react-inlinesvg": "^4.0.0",
|
2023-10-11 12:06:03 -07:00
|
|
|
"react-intl": "^6.0.0",
|
2020-03-27 17:35:00 -07:00
|
|
|
"react-motion": "^0.5.2",
|
2020-10-05 18:32:20 -07:00
|
|
|
"react-overlays": "^0.9.0",
|
2022-06-22 03:47:20 -07:00
|
|
|
"react-popper": "^2.3.0",
|
2023-12-20 20:06:49 -08:00
|
|
|
"react-redux": "^9.0.4",
|
2022-03-17 18:17:28 -07:00
|
|
|
"react-router-dom": "^5.3.0",
|
2023-01-16 11:21:36 -08:00
|
|
|
"react-router-dom-v5-compat": "^6.6.2",
|
2022-07-04 14:21:35 -07:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.2",
|
2022-11-11 11:41:32 -08:00
|
|
|
"react-simple-pull-to-refresh": "^1.3.3",
|
2020-03-27 17:35:00 -07:00
|
|
|
"react-sparklines": "^1.7.0",
|
2023-02-06 09:10:57 -08:00
|
|
|
"react-sticky-box": "^2.0.0",
|
2021-09-15 21:36:49 -07:00
|
|
|
"react-swipeable-views": "^0.14.0",
|
2023-07-03 04:39:11 -07:00
|
|
|
"react-virtuoso": "^4.3.11",
|
2023-12-20 20:06:49 -08:00
|
|
|
"redux": "^5.0.0",
|
2020-03-27 17:35:00 -07:00
|
|
|
"redux-immutable": "^4.0.0",
|
2023-12-20 20:06:49 -08:00
|
|
|
"redux-thunk": "^3.1.0",
|
2023-12-20 21:06:54 -08:00
|
|
|
"reselect": "^5.0.0",
|
2022-08-31 11:32:13 -07:00
|
|
|
"resize-observer-polyfill": "^1.5.1",
|
2023-12-20 20:21:14 -08:00
|
|
|
"sass": "^1.69.5",
|
2023-01-18 13:41:54 -08:00
|
|
|
"semver": "^7.3.8",
|
2020-03-27 17:35:00 -07:00
|
|
|
"stringz": "^2.0.0",
|
|
|
|
"substring-trie": "^1.0.2",
|
|
|
|
"tiny-queue": "^0.2.1",
|
2021-09-05 17:59:46 -07:00
|
|
|
"tslib": "^2.3.1",
|
2022-06-29 19:09:22 -07:00
|
|
|
"twemoji": "https://github.com/twitter/twemoji#v14.0.2",
|
2023-09-18 20:05:59 -07:00
|
|
|
"type-fest": "^4.0.0",
|
2024-04-26 15:36:22 -07:00
|
|
|
"typescript": "^5.4.5",
|
2021-09-05 14:42:48 -07:00
|
|
|
"util": "^0.12.4",
|
2023-01-05 10:32:41 -08:00
|
|
|
"uuid": "^9.0.0",
|
2023-12-21 07:14:48 -08:00
|
|
|
"vite": "^5.0.10",
|
2023-09-13 10:04:17 -07:00
|
|
|
"vite-plugin-compile-time": "^0.2.1",
|
|
|
|
"vite-plugin-html": "^3.2.0",
|
|
|
|
"vite-plugin-require": "^1.1.10",
|
2023-12-20 22:06:35 -08:00
|
|
|
"vite-plugin-static-copy": "^1.0.0",
|
2023-03-10 09:35:18 -08:00
|
|
|
"wicg-inert": "^3.1.1",
|
2024-02-13 18:22:56 -08:00
|
|
|
"zod": "^3.22.4"
|
2020-03-27 17:35:00 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-10-11 12:33:53 -07:00
|
|
|
"@formatjs/cli": "^6.2.0",
|
2023-01-08 14:34:50 -08:00
|
|
|
"@gitbeaker/node": "^35.8.0",
|
2022-07-06 11:56:55 -07:00
|
|
|
"@jedmao/redux-mock-store": "^3.0.5",
|
2023-09-16 13:16:35 -07:00
|
|
|
"@testing-library/jest-dom": "^6.1.3",
|
2023-09-16 12:40:10 -07:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2022-06-22 06:25:46 -07:00
|
|
|
"@testing-library/react-hooks": "^8.0.1",
|
2023-09-16 12:40:10 -07:00
|
|
|
"@testing-library/user-event": "^14.5.1",
|
2024-02-12 12:07:19 -08:00
|
|
|
"@typescript-eslint/eslint-plugin": "^7.0.0",
|
|
|
|
"@typescript-eslint/parser": "^7.0.0",
|
2023-02-02 17:27:16 -08:00
|
|
|
"babel-plugin-transform-require-context": "^0.1.1",
|
2022-04-05 12:32:41 -07:00
|
|
|
"cross-env": "^7.0.3",
|
2023-09-16 10:16:17 -07:00
|
|
|
"eslint": "^8.49.0",
|
2023-09-18 14:37:15 -07:00
|
|
|
"eslint-import-resolver-typescript": "^3.6.0",
|
2023-09-16 10:16:17 -07:00
|
|
|
"eslint-plugin-compat": "^4.2.0",
|
|
|
|
"eslint-plugin-import": "^2.28.1",
|
2024-01-02 10:06:08 -08:00
|
|
|
"eslint-plugin-jsdoc": "^48.0.0",
|
2023-09-16 10:16:17 -07:00
|
|
|
"eslint-plugin-jsx-a11y": "^6.7.1",
|
2023-01-05 10:21:00 -08:00
|
|
|
"eslint-plugin-promise": "^6.0.0",
|
2023-09-16 10:16:17 -07:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
|
|
|
"eslint-plugin-tailwindcss": "^3.13.0",
|
2023-10-13 13:05:18 -07:00
|
|
|
"fake-indexeddb": "^5.0.0",
|
2024-02-11 08:06:11 -08:00
|
|
|
"husky": "^9.0.0",
|
2024-02-11 09:07:40 -08:00
|
|
|
"jsdom": "^24.0.0",
|
2021-09-15 09:00:50 -07:00
|
|
|
"lint-staged": ">=10",
|
2020-03-27 17:35:00 -07:00
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
2022-12-30 16:32:33 -08:00
|
|
|
"react-refresh": "^0.14.0",
|
2023-09-15 21:05:58 -07:00
|
|
|
"rollup-plugin-visualizer": "^5.9.2",
|
2023-12-21 09:00:33 -08:00
|
|
|
"stylelint": "^16.0.2",
|
|
|
|
"stylelint-config-standard-scss": "^12.0.0",
|
2023-12-20 17:36:18 -08:00
|
|
|
"tailwindcss": "^3.4.0",
|
2023-09-20 16:50:17 -07:00
|
|
|
"vite-plugin-checker": "^0.6.2",
|
2023-12-04 17:01:28 -08:00
|
|
|
"vite-plugin-pwa": "^0.17.0",
|
2023-12-20 22:06:57 -08:00
|
|
|
"vitest": "^1.0.0"
|
2022-12-30 08:13:59 -08:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2023-01-10 15:03:15 -08:00
|
|
|
"@types/react": "^18.0.26",
|
|
|
|
"@types/react-dom": "^18.0.10",
|
2023-01-10 15:22:19 -08:00
|
|
|
"glob-parent": "^6.0.1",
|
2023-01-10 11:24:45 -08:00
|
|
|
"jsonwebtoken": "^9.0.0",
|
2022-12-30 08:13:59 -08:00
|
|
|
"loader-utils": "^2.0.3"
|
2020-03-27 17:35:00 -07:00
|
|
|
}
|
2020-03-27 13:59:38 -07:00
|
|
|
}
|