soapbox/package.json

197 lines
6.2 KiB
JSON
Raw Normal View History

2020-03-27 20:59:38 +00:00
{
"name": "soapbox",
2022-08-29 16:20:56 +00:00
"displayName": "Soapbox",
2023-02-15 18:57:36 +00:00
"version": "3.2.0",
2023-09-13 17:04:17 +00:00
"type": "module",
2022-08-29 16:20:56 +00:00
"description": "Soapbox frontend for the Fediverse.",
"homepage": "https://soapbox.pub/",
"repository": {
2020-05-17 19:44:33 +00:00
"type": "git",
"url": "https://gitlab.com/soapbox-pub/soapbox"
},
2020-05-17 19:44:33 +00:00
"keywords": [
"fediverse",
"pleroma"
],
"bugs": {
"url": "https://gitlab.com/soapbox-pub/soapbox/-/issues"
},
"funding": {
"type": "lightning",
"url": "lightning:alex@alexgleason.me"
},
2020-03-27 20:59:38 +00:00
"scripts": {
"start": "vite serve",
"dev": "vite serve",
"build": "vite build --emptyOutDir",
"preview": "vite preview",
"i18n": "formatjs extract 'src/**/*.{ts,tsx}' --ignore '**/*.d.ts' --out-file build/messages.json && formatjs compile build/messages.json --out-file src/locales/en.json",
"test": "vitest",
"lint": "npm run lint:js && npm run lint:sass",
"lint:js": "eslint --ext .js,.jsx,.cjs,.mjs,.ts,.tsx . --cache",
"lint:sass": "stylelint src/styles/**/*.scss",
2023-07-20 18:52:39 +00:00
"prepare": "husky install"
2020-03-27 20:59:38 +00:00
},
2020-03-28 00:35:00 +00:00
"license": "AGPL-3.0-or-later",
"browserslist": [
2024-10-29 01:28:18 +00:00
"> 1%",
2020-03-28 00:35:00 +00:00
"last 2 versions",
"not dead"
],
"dependencies": {
2023-09-16 00:10:59 +00:00
"@akryum/flexsearch-es": "^0.7.32",
2024-10-18 22:07:37 +00:00
"@emoji-mart/data": "^1.2.1",
"@floating-ui/react": "^0.26.0",
"@fontsource/inter": "^5.0.0",
2023-12-22 19:36:32 +00:00
"@fontsource/noto-sans-javanese": "^5.0.16",
"@fontsource/roboto-mono": "^5.0.0",
"@fontsource/vazirmatn": "^5.0.20",
"@gamestdio/websocket": "^0.3.2",
2024-09-26 17:46:09 +00:00
"@lexical/clipboard": "^0.18.0",
"@lexical/hashtag": "^0.18.0",
"@lexical/link": "^0.18.0",
"@lexical/react": "^0.18.0",
"@lexical/selection": "^0.18.0",
"@lexical/utils": "^0.18.0",
"@mkljczk/react-hotkeys": "^1.2.2",
2024-04-30 18:55:10 +00:00
"@nostrify/nostrify": "npm:@jsr/nostrify__nostrify",
2022-11-22 14:55:31 +00:00
"@reach/combobox": "^0.18.0",
"@reach/menu-button": "^0.18.0",
"@reach/popover": "^0.18.0",
"@reach/rect": "^0.18.0",
"@reach/tabs": "^0.18.0",
2023-12-21 04:06:49 +00:00
"@reduxjs/toolkit": "^2.0.1",
2024-10-10 23:18:35 +00:00
"@sentry/browser": "^8.34.0",
"@sentry/react": "^8.34.0",
"@sentry/types": "^8.34.0",
2024-03-15 17:25:38 +00:00
"@soapbox/weblock": "npm:@jsr/soapbox__weblock",
2024-10-13 23:08:43 +00:00
"@tabler/icons": "^3.19.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
2024-10-13 23:14:25 +00:00
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
2024-10-13 23:28:26 +00:00
"@tanstack/react-query": "^5.59.13",
"@twemoji/svg": "^15.0.0",
2022-03-11 01:55:14 +00:00
"@types/escape-html": "^1.0.1",
2022-03-15 13:48:18 +00:00
"@types/http-link-header": "^1.0.3",
"@types/leaflet": "^1.8.0",
2022-03-15 13:48:18 +00:00
"@types/lodash": "^4.14.180",
2022-04-24 19:28:07 +00:00
"@types/object-assign": "^4.0.30",
2023-09-13 17:04:17 +00:00
"@types/path-browserify": "^1.0.0",
2024-09-26 15:43:15 +00:00
"@types/react": "^18.3.9",
"@types/react-color": "^3.0.6",
2024-09-26 15:43:15 +00:00
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.5",
"@types/react-motion": "^0.0.40",
2022-03-22 12:42:26 +00:00
"@types/react-router-dom": "^5.3.3",
2022-04-28 01:01:31 +00:00
"@types/react-sparklines": "^1.7.2",
2022-04-12 13:52:04 +00:00
"@types/react-swipeable-views": "^0.13.1",
2023-12-21 04:06:49 +00:00
"@types/redux-mock-store": "^1.0.6",
"@types/semver": "^7.3.9",
2024-09-26 00:44:53 +00:00
"@vitejs/plugin-react": "^4.3.1",
"@webbtc/webln-types": "^3.0.0",
2023-09-13 18:39:57 +00:00
"autoprefixer": "^10.4.15",
"axios": "^1.2.2",
2023-09-16 23:46:55 +00:00
"axios-mock-adapter": "^1.22.0",
"blurhash": "^2.0.0",
"bowser": "^2.11.0",
2021-07-10 02:05:54 +00:00
"browserslist": "^4.16.6",
"clsx": "^2.0.0",
"comlink": "^4.4.1",
2023-09-20 18:08:10 +00:00
"cssnano": "^6.0.0",
"detect-passive-events": "^2.0.0",
2024-10-18 22:07:37 +00:00
"emoji-datasource": "15.0.1",
"emoji-mart": "^5.6.0",
2020-03-28 00:35:00 +00:00
"escape-html": "^1.0.3",
"eslint-plugin-formatjs": "^4.12.2",
2023-09-17 01:14:24 +00:00
"exifr": "^7.1.3",
2022-07-05 06:37:07 +00:00
"graphemesplit": "^2.4.4",
"html-react-parser": "^5.0.0",
2020-03-28 00:35:00 +00:00
"http-link-header": "^1.0.2",
"immer": "^10.0.0",
"immutable": "^4.2.1",
"intl-messageformat": "10.5.11",
"intl-pluralrules": "^2.0.0",
2024-02-08 21:01:20 +00:00
"isomorphic-dompurify": "^2.3.0",
"leaflet": "^1.8.0",
2024-09-26 17:46:09 +00:00
"lexical": "^0.18.0",
2021-09-27 04:09:19 +00:00
"line-awesome": "^1.3.0",
"localforage": "^1.10.0",
2020-03-28 00:35:00 +00:00
"lodash": "^4.7.11",
2022-06-01 18:32:01 +00:00
"mini-css-extract-plugin": "^2.6.0",
"nostr-tools": "^2.3.0",
2021-09-05 21:42:48 +00:00
"path-browserify": "^1.0.1",
2023-09-13 18:39:57 +00:00
"postcss": "^8.4.29",
"punycode": "^2.1.1",
"qrcode.react": "^3.1.0",
2024-09-26 15:43:15 +00:00
"react": "^18.3.1",
"react-color": "^2.19.3",
2024-09-26 15:43:15 +00:00
"react-dom": "^18.3.1",
"react-error-boundary": "^4.0.11",
"react-helmet": "^6.1.0",
2022-12-20 15:47:02 +00:00
"react-hot-toast": "^2.4.0",
"react-inlinesvg": "^4.0.0",
2023-10-11 19:06:03 +00:00
"react-intl": "^6.0.0",
2020-03-28 00:35:00 +00:00
"react-motion": "^0.5.2",
"react-overlays": "^0.9.0",
2023-12-21 04:06:49 +00:00
"react-redux": "^9.0.4",
2022-03-18 01:17:28 +00:00
"react-router-dom": "^5.3.0",
"react-router-dom-v5-compat": "^6.6.2",
"react-simple-pull-to-refresh": "^1.3.3",
2020-03-28 00:35:00 +00:00
"react-sparklines": "^1.7.0",
"react-sticky-box": "^2.0.0",
"react-swipeable-views": "^0.14.0",
2024-09-26 15:43:15 +00:00
"react-virtuoso": "^4.10.4",
2023-12-21 04:06:49 +00:00
"redux": "^5.0.0",
"redux-thunk": "^3.1.0",
2023-12-21 05:06:54 +00:00
"reselect": "^5.0.0",
2024-10-13 23:14:25 +00:00
"sass": "^1.79.5",
"semver": "^7.3.8",
2020-03-28 00:35:00 +00:00
"stringz": "^2.0.0",
"type-fest": "^4.0.0",
2024-09-22 23:00:00 +00:00
"typescript": "^5.6.2",
2024-09-26 00:44:53 +00:00
"vite": "^5.4.8",
2023-09-13 17:04:17 +00:00
"vite-plugin-compile-time": "^0.2.1",
2024-09-26 00:44:53 +00:00
"vite-plugin-html": "^3.2.2",
"vite-plugin-static-copy": "^1.0.6",
2024-10-28 20:27:07 +00:00
"zod": "^3.23.5",
"zustand": "^5.0.0"
2020-03-28 00:35:00 +00:00
},
"devDependencies": {
"@formatjs/cli": "^6.2.0",
2023-01-08 22:34:50 +00:00
"@gitbeaker/node": "^35.8.0",
2022-07-06 18:56:55 +00:00
"@jedmao/redux-mock-store": "^3.0.5",
"@testing-library/jest-dom": "^6.1.3",
"@testing-library/react": "^14.0.0",
2022-06-22 13:25:46 +00:00
"@testing-library/react-hooks": "^8.0.1",
"@testing-library/user-event": "^14.5.1",
"@typescript-eslint/eslint-plugin": "^7.0.0",
"@typescript-eslint/parser": "^7.0.0",
2023-09-16 17:16:17 +00:00
"eslint": "^8.49.0",
"eslint-import-resolver-typescript": "^3.6.0",
2023-09-16 17:16:17 +00:00
"eslint-plugin-compat": "^4.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jsdoc": "^48.0.0",
2023-09-16 17:16:17 +00:00
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-promise": "^6.0.0",
2023-09-16 17:16:17 +00:00
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
2024-10-13 23:14:25 +00:00
"eslint-plugin-tailwindcss": "^3.17.5",
2023-10-13 20:05:18 +00:00
"fake-indexeddb": "^5.0.0",
2024-02-11 16:06:11 +00:00
"husky": "^9.0.0",
2024-02-11 17:07:40 +00:00
"jsdom": "^24.0.0",
"lint-staged": ">=10",
"rollup-plugin-visualizer": "^5.9.2",
2024-10-13 23:14:25 +00:00
"stylelint": "^16.10.0",
"stylelint-config-standard-scss": "^13.1.0",
"tailwindcss": "^3.4.13",
2024-09-26 00:44:53 +00:00
"vite-plugin-checker": "^0.8.0",
"vite-plugin-pwa": "^0.20.5",
"vitest": "^2.1.1"
2022-12-30 16:13:59 +00:00
},
"resolutions": {
2023-01-10 23:22:19 +00:00
"glob-parent": "^6.0.1",
2023-01-10 19:24:45 +00:00
"jsonwebtoken": "^9.0.0",
2022-12-30 16:13:59 +00:00
"loader-utils": "^2.0.3"
2020-03-28 00:35:00 +00:00
}
2020-03-27 20:59:38 +00:00
}