2016-08-25 01:56:44 +10:00
|
|
|
{
|
2021-07-13 23:46:20 +10:00
|
|
|
"name": "@mastodon/mastodon",
|
2018-02-27 11:52:27 +11:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2024-09-23 19:02:16 +10:00
|
|
|
"packageManager": "yarn@4.5.0",
|
2017-12-26 01:02:08 +11:00
|
|
|
"engines": {
|
2023-11-08 21:57:21 +11:00
|
|
|
"node": ">=18"
|
2017-12-26 01:02:08 +11:00
|
|
|
},
|
2023-11-08 21:57:21 +11:00
|
|
|
"workspaces": [
|
2023-11-15 04:43:20 +11:00
|
|
|
".",
|
|
|
|
"streaming"
|
2023-11-08 21:57:21 +11:00
|
|
|
],
|
2016-10-10 13:01:10 +11:00
|
|
|
"scripts": {
|
2018-09-15 01:59:48 +10:00
|
|
|
"build:development": "cross-env RAILS_ENV=development NODE_ENV=development ./bin/webpack",
|
|
|
|
"build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
|
2024-02-28 03:09:27 +11:00
|
|
|
"fix:js": "eslint . --ext=.js,.jsx,.ts,.tsx --cache --report-unused-disable-directives --fix",
|
|
|
|
"fix:css": "stylelint --fix \"**/*.{css,scss}\"",
|
|
|
|
"fix": "yarn fix:js && yarn fix:css",
|
|
|
|
"format": "prettier --write --log-level warn .",
|
|
|
|
"format:check": "prettier --check --ignore-unknown .",
|
2024-05-13 19:42:47 +10:00
|
|
|
"i18n:extract": "formatjs extract 'app/javascript/**/*.{js,jsx,ts,tsx}' --ignore '**/*.d.ts' --out-file app/javascript/mastodon/locales/en.json --format config/formatjs-formatter.js",
|
2023-06-01 10:25:13 +10:00
|
|
|
"jest": "cross-env NODE_ENV=test jest",
|
|
|
|
"lint:js": "eslint . --ext=.js,.jsx,.ts,.tsx --cache --report-unused-disable-directives",
|
2024-02-28 03:09:27 +11:00
|
|
|
"lint:css": "stylelint \"**/*.{css,scss}\"",
|
|
|
|
"lint": "yarn lint:js && yarn lint:css",
|
2023-06-01 10:25:13 +10:00
|
|
|
"postversion": "git push --tags",
|
2024-08-19 23:55:18 +10:00
|
|
|
"postinstall": "test -d node_modules/husky && husky || echo \"husky is not installed\"",
|
2017-06-26 12:49:39 +10:00
|
|
|
"start": "node ./streaming/index.js",
|
2023-06-01 10:25:13 +10:00
|
|
|
"test": "yarn lint && yarn run typecheck && yarn jest",
|
|
|
|
"typecheck": "tsc --noEmit"
|
2016-10-10 13:01:10 +11:00
|
|
|
},
|
2017-04-26 09:51:51 +10:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-07-13 23:46:20 +10:00
|
|
|
"url": "https://github.com/mastodon/mastodon.git"
|
2017-04-26 09:51:51 +10:00
|
|
|
},
|
2017-05-31 00:11:45 +10:00
|
|
|
"private": true,
|
2017-01-12 01:39:31 +11:00
|
|
|
"dependencies": {
|
2023-05-31 17:57:48 +10:00
|
|
|
"@babel/core": "^7.22.1",
|
2023-05-31 17:36:43 +10:00
|
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.3",
|
2023-02-21 21:14:25 +11:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
|
2023-05-31 17:51:35 +10:00
|
|
|
"@babel/plugin-transform-runtime": "^7.22.4",
|
2023-05-31 17:36:43 +10:00
|
|
|
"@babel/preset-env": "^7.22.4",
|
2023-05-31 17:42:14 +10:00
|
|
|
"@babel/preset-react": "^7.22.3",
|
2023-05-03 05:03:26 +10:00
|
|
|
"@babel/preset-typescript": "^7.21.5",
|
2023-05-31 17:39:35 +10:00
|
|
|
"@babel/runtime": "^7.22.3",
|
2024-09-28 01:09:39 +10:00
|
|
|
"@dnd-kit/core": "^6.1.0",
|
|
|
|
"@dnd-kit/sortable": "^8.0.0",
|
|
|
|
"@dnd-kit/utilities": "^3.2.2",
|
2023-06-01 07:43:39 +10:00
|
|
|
"@formatjs/intl-pluralrules": "^5.2.2",
|
2020-02-19 03:22:44 +11:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2023-03-02 21:45:14 +11:00
|
|
|
"@github/webauthn-json": "^2.1.1",
|
2024-10-16 23:52:06 +11:00
|
|
|
"@rails/ujs": "7.1.401",
|
2024-01-08 21:57:40 +11:00
|
|
|
"@reduxjs/toolkit": "^2.0.1",
|
2023-08-03 01:24:32 +10:00
|
|
|
"@svgr/webpack": "^5.5.0",
|
2020-07-07 00:24:00 +10:00
|
|
|
"arrow-key-navigation": "^1.2.0",
|
2024-03-18 20:59:31 +11:00
|
|
|
"async-mutex": "^0.5.0",
|
2023-05-03 05:04:37 +10:00
|
|
|
"axios": "^1.4.0",
|
2022-11-26 15:52:40 +11:00
|
|
|
"babel-loader": "^8.3.0",
|
2023-06-01 07:43:39 +10:00
|
|
|
"babel-plugin-formatjs": "^10.5.1",
|
2023-11-08 21:57:21 +11:00
|
|
|
"babel-plugin-lodash": "patch:babel-plugin-lodash@npm%3A3.3.4#~/.yarn/patches/babel-plugin-lodash-npm-3.3.4-c7161075b6.patch",
|
2022-02-12 22:21:56 +11:00
|
|
|
"babel-plugin-preval": "^5.1.0",
|
2019-03-16 01:05:31 +11:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
2023-02-21 19:33:30 +11:00
|
|
|
"blurhash": "^2.0.5",
|
2023-08-22 21:24:16 +10:00
|
|
|
"circular-dependency-plugin": "^5.2.2",
|
2022-09-21 21:24:22 +10:00
|
|
|
"classnames": "^2.3.2",
|
2022-08-19 10:24:46 +10:00
|
|
|
"cocoon-js-vanilla": "^1.3.0",
|
2023-03-02 21:08:22 +11:00
|
|
|
"color-blend": "^4.0.0",
|
2023-12-29 20:33:06 +11:00
|
|
|
"compression-webpack-plugin": "^6.1.2",
|
2023-05-09 22:55:35 +10:00
|
|
|
"core-js": "^3.30.2",
|
2020-12-30 01:41:30 +11:00
|
|
|
"cross-env": "^7.0.3",
|
2021-07-20 23:24:41 +10:00
|
|
|
"css-loader": "^5.2.7",
|
2024-04-27 01:32:38 +10:00
|
|
|
"cssnano": "^7.0.0",
|
2021-02-12 22:39:28 +11:00
|
|
|
"detect-passive-events": "^2.0.3",
|
2022-11-06 09:02:41 +11:00
|
|
|
"emoji-mart": "npm:emoji-mart-lazyload@latest",
|
2017-02-26 11:34:56 +11:00
|
|
|
"escape-html": "^1.0.3",
|
2020-11-05 01:43:15 +11:00
|
|
|
"file-loader": "^6.2.0",
|
2024-07-24 18:13:09 +10:00
|
|
|
"fuzzysort": "^3.0.0",
|
2023-05-23 17:34:31 +10:00
|
|
|
"glob": "^10.2.6",
|
2019-09-18 23:41:50 +10:00
|
|
|
"history": "^4.10.1",
|
2023-10-20 04:44:55 +11:00
|
|
|
"hoist-non-react-statics": "^3.3.2",
|
2023-04-18 18:09:38 +10:00
|
|
|
"http-link-header": "^1.1.1",
|
2023-03-16 12:42:27 +11:00
|
|
|
"immutable": "^4.3.0",
|
2020-10-13 17:23:27 +11:00
|
|
|
"imports-loader": "^1.2.0",
|
2023-06-01 07:43:39 +10:00
|
|
|
"intl-messageformat": "^10.3.5",
|
2021-04-20 05:07:08 +10:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-02-24 08:56:29 +11:00
|
|
|
"lodash": "^4.17.21",
|
2017-05-25 22:09:55 +10:00
|
|
|
"mark-loader": "^0.1.6",
|
2023-05-09 11:08:47 +10:00
|
|
|
"marky": "^1.2.5",
|
2021-07-01 00:37:01 +10:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2018-07-14 11:56:41 +10:00
|
|
|
"path-complete-extname": "^1.0.0",
|
2023-05-30 17:28:39 +10:00
|
|
|
"postcss": "^8.4.24",
|
2023-03-15 14:01:10 +11:00
|
|
|
"postcss-loader": "^4.3.0",
|
2024-08-05 17:13:47 +10:00
|
|
|
"postcss-preset-env": "^10.0.0",
|
2022-01-19 13:04:24 +11:00
|
|
|
"prop-types": "^15.8.1",
|
2023-01-30 13:15:44 +11:00
|
|
|
"punycode": "^2.3.0",
|
2023-05-22 23:48:01 +10:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-09-29 12:39:33 +10:00
|
|
|
"react-helmet": "^6.1.0",
|
2019-01-01 04:11:48 +11:00
|
|
|
"react-hotkeys": "^1.1.4",
|
2020-03-18 21:40:49 +11:00
|
|
|
"react-immutable-proptypes": "^2.2.0",
|
2020-06-08 16:10:37 +10:00
|
|
|
"react-immutable-pure-component": "^2.2.2",
|
2023-06-01 07:43:39 +10:00
|
|
|
"react-intl": "^6.4.2",
|
2017-10-31 22:23:24 +11:00
|
|
|
"react-motion": "^0.5.2",
|
2019-11-12 00:24:27 +11:00
|
|
|
"react-notification": "^6.8.5",
|
2023-01-12 07:58:46 +11:00
|
|
|
"react-overlays": "^5.2.1",
|
2024-01-08 21:57:40 +11:00
|
|
|
"react-redux": "^9.0.4",
|
|
|
|
"react-redux-loading-bar": "^5.0.8",
|
2023-10-20 04:44:55 +11:00
|
|
|
"react-router": "^5.3.4",
|
|
|
|
"react-router-dom": "^5.3.4",
|
2017-11-01 08:58:38 +11:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2023-05-04 19:16:39 +10:00
|
|
|
"react-select": "^5.7.3",
|
2018-05-28 05:45:30 +10:00
|
|
|
"react-sparklines": "^1.7.0",
|
2021-06-01 14:08:18 +10:00
|
|
|
"react-swipeable-views": "^0.14.0",
|
2023-03-29 20:03:38 +11:00
|
|
|
"react-textarea-autosize": "^8.4.1",
|
2022-07-20 21:30:41 +10:00
|
|
|
"react-toggle": "^4.1.3",
|
2017-05-30 02:23:28 +10:00
|
|
|
"redux-immutable": "^4.0.0",
|
2023-08-10 18:39:47 +10:00
|
|
|
"regenerator-runtime": "^0.14.0",
|
2017-05-25 01:55:00 +10:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2023-04-27 01:43:52 +10:00
|
|
|
"sass": "^1.62.1",
|
2021-05-22 01:47:41 +10:00
|
|
|
"sass-loader": "^10.2.0",
|
2020-02-20 08:36:52 +11:00
|
|
|
"stacktrace-js": "^2.0.2",
|
2020-04-01 00:11:00 +11:00
|
|
|
"stringz": "^2.1.0",
|
2017-10-03 22:11:22 +11:00
|
|
|
"substring-trie": "^1.0.2",
|
2020-10-13 17:49:45 +11:00
|
|
|
"terser-webpack-plugin": "^4.2.3",
|
2023-04-27 19:26:13 +10:00
|
|
|
"tesseract.js": "^2.1.5",
|
2017-05-31 23:11:33 +10:00
|
|
|
"tiny-queue": "^0.2.1",
|
2021-03-02 22:02:56 +11:00
|
|
|
"twitter-text": "3.1.0",
|
2024-07-19 00:36:09 +10:00
|
|
|
"use-debounce": "^10.0.0",
|
2023-09-08 21:45:34 +10:00
|
|
|
"webpack": "^4.47.0",
|
2021-04-26 21:47:41 +10:00
|
|
|
"webpack-assets-manifest": "^4.0.6",
|
2023-02-14 19:14:10 +11:00
|
|
|
"webpack-bundle-analyzer": "^4.8.0",
|
2020-11-25 07:06:18 +11:00
|
|
|
"webpack-cli": "^3.3.12",
|
2024-07-03 18:46:51 +10:00
|
|
|
"webpack-merge": "^6.0.0",
|
2022-06-16 21:33:21 +10:00
|
|
|
"wicg-inert": "^3.1.2",
|
2023-06-01 18:24:11 +10:00
|
|
|
"workbox-expiration": "^7.0.0",
|
|
|
|
"workbox-precaching": "^7.0.0",
|
|
|
|
"workbox-routing": "^7.0.0",
|
|
|
|
"workbox-strategies": "^7.0.0",
|
|
|
|
"workbox-webpack-plugin": "^7.0.0",
|
2023-11-15 04:43:20 +11:00
|
|
|
"workbox-window": "^7.0.0"
|
2017-04-11 08:36:03 +10:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-06-01 07:43:39 +10:00
|
|
|
"@formatjs/cli": "^6.1.1",
|
2024-06-28 21:39:32 +10:00
|
|
|
"@testing-library/dom": "^10.2.0",
|
2023-08-28 20:19:42 +10:00
|
|
|
"@testing-library/jest-dom": "^6.0.0",
|
2024-06-28 21:39:32 +10:00
|
|
|
"@testing-library/react": "^16.0.0",
|
2023-05-31 17:57:48 +10:00
|
|
|
"@types/babel__core": "^7.20.1",
|
2023-04-03 11:31:39 +10:00
|
|
|
"@types/emoji-mart": "^3.0.9",
|
|
|
|
"@types/escape-html": "^1.0.2",
|
2023-10-20 04:44:55 +11:00
|
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
2023-04-03 11:31:39 +10:00
|
|
|
"@types/http-link-header": "^1.0.3",
|
|
|
|
"@types/intl": "^1.2.0",
|
2023-06-01 17:41:03 +10:00
|
|
|
"@types/jest": "^29.5.2",
|
2023-04-03 11:31:39 +10:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
2023-05-30 17:33:21 +10:00
|
|
|
"@types/lodash": "^4.14.195",
|
2023-04-03 11:31:39 +10:00
|
|
|
"@types/object-assign": "^4.0.30",
|
|
|
|
"@types/prop-types": "^15.7.5",
|
|
|
|
"@types/punycode": "^2.1.0",
|
2023-11-29 04:47:55 +11:00
|
|
|
"@types/rails__ujs": "^6.0.4",
|
2023-05-30 17:58:55 +10:00
|
|
|
"@types/react": "^18.2.7",
|
2023-05-22 23:48:01 +10:00
|
|
|
"@types/react-dom": "^18.2.4",
|
2023-04-04 18:48:26 +10:00
|
|
|
"@types/react-helmet": "^6.1.6",
|
|
|
|
"@types/react-immutable-proptypes": "^2.1.0",
|
2024-01-02 19:50:45 +11:00
|
|
|
"@types/react-motion": "^0.0.40",
|
2023-10-20 04:44:55 +11:00
|
|
|
"@types/react-router": "^5.1.20",
|
2023-04-03 11:31:39 +10:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
|
|
|
"@types/react-sparklines": "^1.7.2",
|
|
|
|
"@types/react-swipeable-views": "^0.13.1",
|
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
|
|
|
"@types/react-toggle": "^4.0.3",
|
|
|
|
"@types/redux-immutable": "^4.0.3",
|
|
|
|
"@types/requestidlecallback": "^0.3.5",
|
2023-04-03 20:31:34 +10:00
|
|
|
"@types/webpack": "^4.41.33",
|
2024-04-29 18:02:41 +10:00
|
|
|
"@types/webpack-env": "^1.18.4",
|
2024-09-11 23:59:46 +10:00
|
|
|
"@typescript-eslint/eslint-plugin": "^8.0.0",
|
|
|
|
"@typescript-eslint/parser": "^8.0.0",
|
2023-03-09 02:25:16 +11:00
|
|
|
"babel-jest": "^29.5.0",
|
2023-05-24 20:38:08 +10:00
|
|
|
"eslint": "^8.41.0",
|
2023-11-29 01:09:21 +11:00
|
|
|
"eslint-define-config": "^2.0.0",
|
2023-05-10 20:59:29 +10:00
|
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
2023-05-03 04:35:13 +10:00
|
|
|
"eslint-plugin-formatjs": "^4.10.1",
|
2024-09-04 19:25:25 +10:00
|
|
|
"eslint-plugin-import": "~2.30.0",
|
2024-08-09 05:30:42 +10:00
|
|
|
"eslint-plugin-jsdoc": "^50.0.0",
|
2024-09-04 19:25:25 +10:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.10.0",
|
2024-08-09 05:31:00 +10:00
|
|
|
"eslint-plugin-promise": "~7.1.0",
|
2023-12-07 00:42:12 +11:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2023-05-09 11:09:11 +10:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2024-02-22 20:02:15 +11:00
|
|
|
"husky": "^9.0.11",
|
2023-03-08 22:00:05 +11:00
|
|
|
"jest": "^29.5.0",
|
2023-03-08 22:14:18 +11:00
|
|
|
"jest-environment-jsdom": "^29.5.0",
|
2023-11-09 21:16:53 +11:00
|
|
|
"lint-staged": "^15.0.0",
|
2024-07-23 16:46:09 +10:00
|
|
|
"prettier": "^3.3.3",
|
2023-05-22 23:48:01 +10:00
|
|
|
"react-test-renderer": "^18.2.0",
|
2023-12-14 21:35:54 +11:00
|
|
|
"stylelint": "^16.0.2",
|
2024-08-09 05:22:16 +10:00
|
|
|
"stylelint-config-prettier-scss": "^1.0.0",
|
2024-01-04 20:24:43 +11:00
|
|
|
"stylelint-config-standard-scss": "^13.0.0",
|
2023-04-11 18:57:41 +10:00
|
|
|
"typescript": "^5.0.4",
|
2024-02-20 21:10:58 +11:00
|
|
|
"webpack-dev-server": "^3.11.3"
|
2020-04-05 07:24:59 +10:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2023-04-03 23:06:29 +10:00
|
|
|
"kind-of": "^6.0.3",
|
|
|
|
"webpack/terser-webpack-plugin": "^4.2.3"
|
2021-03-24 19:37:41 +11:00
|
|
|
},
|
2023-11-08 21:57:21 +11:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"react": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"react-dom": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"react-router-dom": {
|
|
|
|
"optional": true
|
|
|
|
}
|
2023-11-15 04:43:20 +11:00
|
|
|
}
|
2016-08-25 01:56:44 +10:00
|
|
|
}
|