2016-08-24 15:56:44 +00:00
|
|
|
{
|
2021-07-13 13:46:20 +00:00
|
|
|
"name": "@mastodon/mastodon",
|
2018-02-27 00:52:27 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2023-11-14 17:43:20 +00:00
|
|
|
"packageManager": "yarn@4.0.2",
|
2017-12-25 14:02:08 +00:00
|
|
|
"engines": {
|
2023-11-08 10:57:21 +00:00
|
|
|
"node": ">=18"
|
2017-12-25 14:02:08 +00:00
|
|
|
},
|
2023-11-08 10:57:21 +00:00
|
|
|
"workspaces": [
|
2023-11-14 17:43:20 +00:00
|
|
|
".",
|
|
|
|
"streaming"
|
2023-11-08 10:57:21 +00:00
|
|
|
],
|
2016-10-10 02:01:10 +00:00
|
|
|
"scripts": {
|
2018-09-14 15:59:48 +00: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",
|
2023-06-01 00:25:13 +00:00
|
|
|
"fix:js": "yarn lint:js --fix",
|
2023-08-14 12:53:13 +00:00
|
|
|
"fix:json": "prettier --write \"**/*.{json,json5}\"",
|
2023-06-01 00:25:13 +00:00
|
|
|
"fix:md": "prettier --write \"**/*.md\"",
|
|
|
|
"fix:sass": "stylelint --fix \"**/*.{css,scss}\" && prettier --write \"**/*.{css,scss}\"",
|
|
|
|
"fix:yml": "prettier --write \"**/*.{yaml,yml}\"",
|
|
|
|
"fix": "yarn fix:js && yarn fix:json && yarn fix:sass && yarn fix:yml",
|
2023-05-31 21:43:39 +00: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 00:25:13 +00:00
|
|
|
"jest": "cross-env NODE_ENV=test jest",
|
|
|
|
"lint:js": "eslint . --ext=.js,.jsx,.ts,.tsx --cache --report-unused-disable-directives",
|
2023-08-14 12:53:13 +00:00
|
|
|
"lint:json": "prettier --check \"**/*.{json,json5}\"",
|
2023-06-01 00:25:13 +00:00
|
|
|
"lint:md": "prettier --check \"**/*.md\"",
|
|
|
|
"lint:sass": "stylelint \"**/*.{css,scss}\" && prettier --check \"**/*.{css,scss}\"",
|
|
|
|
"lint:yml": "prettier --check \"**/*.{yaml,yml}\"",
|
|
|
|
"lint": "yarn lint:js && yarn lint:json && yarn lint:sass && yarn lint:yml",
|
|
|
|
"postversion": "git push --tags",
|
|
|
|
"prepare": "husky install",
|
2017-06-26 02:49:39 +00:00
|
|
|
"start": "node ./streaming/index.js",
|
2023-06-01 00:25:13 +00:00
|
|
|
"test": "yarn lint && yarn run typecheck && yarn jest",
|
|
|
|
"typecheck": "tsc --noEmit"
|
2016-10-10 02:01:10 +00:00
|
|
|
},
|
2017-04-25 23:51:51 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-07-13 13:46:20 +00:00
|
|
|
"url": "https://github.com/mastodon/mastodon.git"
|
2017-04-25 23:51:51 +00:00
|
|
|
},
|
2017-05-30 14:11:45 +00:00
|
|
|
"private": true,
|
2017-01-11 14:39:31 +00:00
|
|
|
"dependencies": {
|
2023-05-31 07:57:48 +00:00
|
|
|
"@babel/core": "^7.22.1",
|
2023-05-31 07:36:43 +00:00
|
|
|
"@babel/plugin-transform-nullish-coalescing-operator": "^7.22.3",
|
2023-02-21 10:14:25 +00:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
|
2023-05-31 07:51:35 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.22.4",
|
2023-05-31 07:36:43 +00:00
|
|
|
"@babel/preset-env": "^7.22.4",
|
2023-05-31 07:42:14 +00:00
|
|
|
"@babel/preset-react": "^7.22.3",
|
2023-05-02 19:03:26 +00:00
|
|
|
"@babel/preset-typescript": "^7.21.5",
|
2023-05-31 07:39:35 +00:00
|
|
|
"@babel/runtime": "^7.22.3",
|
2023-05-31 21:43:39 +00:00
|
|
|
"@formatjs/intl-pluralrules": "^5.2.2",
|
2020-02-18 16:22:44 +00:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2023-03-02 10:45:14 +00:00
|
|
|
"@github/webauthn-json": "^2.1.1",
|
2023-11-10 12:45:19 +00:00
|
|
|
"@material-symbols/svg-600": "^0.14.0",
|
2023-10-23 17:58:29 +00:00
|
|
|
"@rails/ujs": "^7.1.1",
|
2023-05-02 18:39:06 +00:00
|
|
|
"@reduxjs/toolkit": "^1.9.5",
|
2023-08-02 15:24:32 +00:00
|
|
|
"@svgr/webpack": "^5.5.0",
|
2020-07-06 14:24:00 +00:00
|
|
|
"arrow-key-navigation": "^1.2.0",
|
2023-06-02 13:00:27 +00:00
|
|
|
"async-mutex": "^0.4.0",
|
2023-03-16 01:56:03 +00:00
|
|
|
"autoprefixer": "^10.4.14",
|
2023-05-02 19:04:37 +00:00
|
|
|
"axios": "^1.4.0",
|
2022-11-26 04:52:40 +00:00
|
|
|
"babel-loader": "^8.3.0",
|
2023-05-31 21:43:39 +00:00
|
|
|
"babel-plugin-formatjs": "^10.5.1",
|
2023-11-08 10:57:21 +00: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 11:21:56 +00:00
|
|
|
"babel-plugin-preval": "^5.1.0",
|
2019-03-15 14:05:31 +00:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
2023-02-21 08:33:30 +00:00
|
|
|
"blurhash": "^2.0.5",
|
2023-08-22 11:24:16 +00:00
|
|
|
"circular-dependency-plugin": "^5.2.2",
|
2022-09-21 11:24:22 +00:00
|
|
|
"classnames": "^2.3.2",
|
2022-08-19 00:24:46 +00:00
|
|
|
"cocoon-js-vanilla": "^1.3.0",
|
2023-03-02 10:08:22 +00:00
|
|
|
"color-blend": "^4.0.0",
|
2023-12-29 09:33:06 +00:00
|
|
|
"compression-webpack-plugin": "^6.1.2",
|
2023-05-09 12:55:35 +00:00
|
|
|
"core-js": "^3.30.2",
|
2020-12-29 14:41:30 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2021-07-20 13:24:41 +00:00
|
|
|
"css-loader": "^5.2.7",
|
2023-05-02 16:08:03 +00:00
|
|
|
"cssnano": "^6.0.1",
|
2021-02-12 11:39:28 +00:00
|
|
|
"detect-passive-events": "^2.0.3",
|
2022-11-05 22:02:41 +00:00
|
|
|
"emoji-mart": "npm:emoji-mart-lazyload@latest",
|
2017-02-26 00:34:56 +00:00
|
|
|
"escape-html": "^1.0.3",
|
2020-11-04 14:43:15 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2018-09-28 00:11:14 +00:00
|
|
|
"font-awesome": "^4.7.0",
|
2023-03-02 10:41:32 +00:00
|
|
|
"fuzzysort": "^2.0.4",
|
2023-05-23 07:34:31 +00:00
|
|
|
"glob": "^10.2.6",
|
2019-09-18 13:41:50 +00:00
|
|
|
"history": "^4.10.1",
|
2023-10-19 17:44:55 +00:00
|
|
|
"hoist-non-react-statics": "^3.3.2",
|
2023-04-18 08:09:38 +00:00
|
|
|
"http-link-header": "^1.1.1",
|
2023-03-16 01:42:27 +00:00
|
|
|
"immutable": "^4.3.0",
|
2020-10-13 06:23:27 +00:00
|
|
|
"imports-loader": "^1.2.0",
|
2023-05-31 21:43:39 +00:00
|
|
|
"intl-messageformat": "^10.3.5",
|
2021-04-19 19:07:08 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-02-23 21:56:29 +00:00
|
|
|
"lodash": "^4.17.21",
|
2017-05-25 12:09:55 +00:00
|
|
|
"mark-loader": "^0.1.6",
|
2023-05-09 01:08:47 +00:00
|
|
|
"marky": "^1.2.5",
|
2021-06-30 14:37:01 +00:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2023-05-15 07:40:24 +00:00
|
|
|
"mkdirp": "^3.0.1",
|
2018-07-14 01:56:41 +00:00
|
|
|
"path-complete-extname": "^1.0.0",
|
2023-05-30 07:28:39 +00:00
|
|
|
"postcss": "^8.4.24",
|
2023-03-15 03:01:10 +00:00
|
|
|
"postcss-loader": "^4.3.0",
|
2022-01-19 02:04:24 +00:00
|
|
|
"prop-types": "^15.8.1",
|
2023-01-30 02:15:44 +00:00
|
|
|
"punycode": "^2.3.0",
|
2023-05-22 13:48:01 +00:00
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2022-09-29 02:39:33 +00:00
|
|
|
"react-helmet": "^6.1.0",
|
2018-12-31 17:11:48 +00:00
|
|
|
"react-hotkeys": "^1.1.4",
|
2020-03-18 10:40:49 +00:00
|
|
|
"react-immutable-proptypes": "^2.2.0",
|
2020-06-08 06:10:37 +00:00
|
|
|
"react-immutable-pure-component": "^2.2.2",
|
2023-05-31 21:43:39 +00:00
|
|
|
"react-intl": "^6.4.2",
|
2017-10-31 11:23:24 +00:00
|
|
|
"react-motion": "^0.5.2",
|
2019-11-11 13:24:27 +00:00
|
|
|
"react-notification": "^6.8.5",
|
2023-01-11 20:58:46 +00:00
|
|
|
"react-overlays": "^5.2.1",
|
2023-05-24 08:23:17 +00:00
|
|
|
"react-redux": "^8.0.4",
|
2022-07-20 11:56:44 +00:00
|
|
|
"react-redux-loading-bar": "^5.0.4",
|
2023-10-19 17:44:55 +00:00
|
|
|
"react-router": "^5.3.4",
|
|
|
|
"react-router-dom": "^5.3.4",
|
2017-10-31 21:58:38 +00:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2023-05-04 09:16:39 +00:00
|
|
|
"react-select": "^5.7.3",
|
2018-05-27 19:45:30 +00:00
|
|
|
"react-sparklines": "^1.7.0",
|
2021-06-01 04:08:18 +00:00
|
|
|
"react-swipeable-views": "^0.14.0",
|
2023-03-29 09:03:38 +00:00
|
|
|
"react-textarea-autosize": "^8.4.1",
|
2022-07-20 11:30:41 +00:00
|
|
|
"react-toggle": "^4.1.3",
|
2023-02-01 09:58:43 +00:00
|
|
|
"redux": "^4.2.1",
|
2017-05-29 16:23:28 +00:00
|
|
|
"redux-immutable": "^4.0.0",
|
2022-11-15 11:23:00 +00:00
|
|
|
"redux-thunk": "^2.4.2",
|
2023-08-10 08:39:47 +00:00
|
|
|
"regenerator-runtime": "^0.14.0",
|
2017-05-24 15:55:00 +00:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2023-04-18 08:12:05 +00:00
|
|
|
"reselect": "^4.1.8",
|
2023-05-23 07:44:14 +00:00
|
|
|
"rimraf": "^5.0.1",
|
2023-04-26 15:43:52 +00:00
|
|
|
"sass": "^1.62.1",
|
2021-05-21 15:47:41 +00:00
|
|
|
"sass-loader": "^10.2.0",
|
2020-02-19 21:36:52 +00:00
|
|
|
"stacktrace-js": "^2.0.2",
|
2020-03-31 13:11:00 +00:00
|
|
|
"stringz": "^2.1.0",
|
2017-10-03 11:11:22 +00:00
|
|
|
"substring-trie": "^1.0.2",
|
2020-10-13 06:49:45 +00:00
|
|
|
"terser-webpack-plugin": "^4.2.3",
|
2023-04-27 09:26:13 +00:00
|
|
|
"tesseract.js": "^2.1.5",
|
2017-05-31 13:11:33 +00:00
|
|
|
"tiny-queue": "^0.2.1",
|
2021-03-02 11:02:56 +00:00
|
|
|
"twitter-text": "3.1.0",
|
2023-09-08 11:45:34 +00:00
|
|
|
"webpack": "^4.47.0",
|
2021-04-26 11:47:41 +00:00
|
|
|
"webpack-assets-manifest": "^4.0.6",
|
2023-02-14 08:14:10 +00:00
|
|
|
"webpack-bundle-analyzer": "^4.8.0",
|
2020-11-24 20:06:18 +00:00
|
|
|
"webpack-cli": "^3.3.12",
|
2023-05-23 07:27:55 +00:00
|
|
|
"webpack-merge": "^5.9.0",
|
2022-06-16 11:33:21 +00:00
|
|
|
"wicg-inert": "^3.1.2",
|
2023-06-01 08:24:11 +00: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-14 17:43:20 +00:00
|
|
|
"workbox-window": "^7.0.0"
|
2017-04-10 22:36:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2023-05-31 21:43:39 +00:00
|
|
|
"@formatjs/cli": "^6.1.1",
|
2023-08-28 10:19:42 +00:00
|
|
|
"@testing-library/jest-dom": "^6.0.0",
|
2023-05-22 13:48:01 +00:00
|
|
|
"@testing-library/react": "^14.0.0",
|
2023-05-31 07:57:48 +00:00
|
|
|
"@types/babel__core": "^7.20.1",
|
2023-04-03 01:31:39 +00:00
|
|
|
"@types/emoji-mart": "^3.0.9",
|
|
|
|
"@types/escape-html": "^1.0.2",
|
2023-10-19 17:44:55 +00:00
|
|
|
"@types/hoist-non-react-statics": "^3.3.1",
|
2023-04-03 01:31:39 +00:00
|
|
|
"@types/http-link-header": "^1.0.3",
|
|
|
|
"@types/intl": "^1.2.0",
|
2023-06-01 07:41:03 +00:00
|
|
|
"@types/jest": "^29.5.2",
|
2023-04-03 01:31:39 +00:00
|
|
|
"@types/js-yaml": "^4.0.5",
|
2023-05-30 07:33:21 +00:00
|
|
|
"@types/lodash": "^4.14.195",
|
2023-04-03 01:31:39 +00:00
|
|
|
"@types/object-assign": "^4.0.30",
|
|
|
|
"@types/prop-types": "^15.7.5",
|
|
|
|
"@types/punycode": "^2.1.0",
|
2023-11-28 17:47:55 +00:00
|
|
|
"@types/rails__ujs": "^6.0.4",
|
2023-05-30 07:58:55 +00:00
|
|
|
"@types/react": "^18.2.7",
|
2023-05-22 13:48:01 +00:00
|
|
|
"@types/react-dom": "^18.2.4",
|
2023-04-04 08:48:26 +00:00
|
|
|
"@types/react-helmet": "^6.1.6",
|
|
|
|
"@types/react-immutable-proptypes": "^2.1.0",
|
2023-11-27 10:07:01 +00:00
|
|
|
"@types/react-motion": "^0.0.39",
|
2023-04-04 08:48:26 +00:00
|
|
|
"@types/react-overlays": "^3.1.0",
|
2023-10-19 17:44:55 +00:00
|
|
|
"@types/react-router": "^5.1.20",
|
2023-04-03 01:31:39 +00:00
|
|
|
"@types/react-router-dom": "^5.3.3",
|
2023-04-04 08:48:26 +00:00
|
|
|
"@types/react-select": "^5.0.1",
|
2023-04-03 01:31:39 +00:00
|
|
|
"@types/react-sparklines": "^1.7.2",
|
|
|
|
"@types/react-swipeable-views": "^0.13.1",
|
|
|
|
"@types/react-test-renderer": "^18.0.0",
|
2023-04-04 08:48:26 +00:00
|
|
|
"@types/react-textarea-autosize": "^8.0.0",
|
2023-04-03 01:31:39 +00:00
|
|
|
"@types/react-toggle": "^4.0.3",
|
|
|
|
"@types/redux-immutable": "^4.0.3",
|
|
|
|
"@types/requestidlecallback": "^0.3.5",
|
2023-04-03 10:31:34 +00:00
|
|
|
"@types/webpack": "^4.41.33",
|
2023-04-30 06:46:03 +00:00
|
|
|
"@types/yargs": "^17.0.24",
|
2023-07-13 09:49:16 +00:00
|
|
|
"@typescript-eslint/eslint-plugin": "^6.0.0",
|
|
|
|
"@typescript-eslint/parser": "^6.0.0",
|
2023-03-08 15:25:16 +00:00
|
|
|
"babel-jest": "^29.5.0",
|
2023-05-24 10:38:08 +00:00
|
|
|
"eslint": "^8.41.0",
|
2023-08-10 08:23:00 +00:00
|
|
|
"eslint-config-prettier": "^9.0.0",
|
2023-11-28 14:09:21 +00:00
|
|
|
"eslint-define-config": "^2.0.0",
|
2023-05-10 10:59:29 +00:00
|
|
|
"eslint-import-resolver-typescript": "^3.5.5",
|
2023-05-02 18:35:13 +00:00
|
|
|
"eslint-plugin-formatjs": "^4.10.1",
|
2023-10-23 10:12:17 +00:00
|
|
|
"eslint-plugin-import": "~2.29.0",
|
2023-06-01 07:41:44 +00:00
|
|
|
"eslint-plugin-jsdoc": "^46.1.0",
|
2023-11-13 14:40:50 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.8.0",
|
2023-07-13 09:26:45 +00:00
|
|
|
"eslint-plugin-prettier": "^5.0.0",
|
2022-10-26 11:13:05 +00:00
|
|
|
"eslint-plugin-promise": "~6.1.1",
|
2023-12-06 13:42:12 +00:00
|
|
|
"eslint-plugin-react": "^7.33.2",
|
2023-05-09 01:09:11 +00:00
|
|
|
"eslint-plugin-react-hooks": "^4.6.0",
|
2023-03-27 03:17:19 +00:00
|
|
|
"husky": "^8.0.3",
|
2023-03-08 11:00:05 +00:00
|
|
|
"jest": "^29.5.0",
|
2023-03-08 11:14:18 +00:00
|
|
|
"jest-environment-jsdom": "^29.5.0",
|
2023-11-09 10:16:53 +00:00
|
|
|
"lint-staged": "^15.0.0",
|
2023-07-13 09:26:45 +00:00
|
|
|
"prettier": "^3.0.0",
|
2023-05-22 13:48:01 +00:00
|
|
|
"react-test-renderer": "^18.2.0",
|
2023-12-14 10:35:54 +00:00
|
|
|
"stylelint": "^16.0.2",
|
2023-12-12 11:45:39 +00:00
|
|
|
"stylelint-config-standard-scss": "^12.0.0",
|
2023-04-11 08:57:41 +00:00
|
|
|
"typescript": "^5.0.4",
|
2021-11-13 09:46:14 +00:00
|
|
|
"webpack-dev-server": "^3.11.3",
|
2023-05-02 17:40:44 +00:00
|
|
|
"yargs": "^17.7.2"
|
2020-04-04 21:24:59 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
2023-04-03 13:06:29 +00:00
|
|
|
"kind-of": "^6.0.3",
|
|
|
|
"webpack/terser-webpack-plugin": "^4.2.3"
|
2021-03-24 08:37:41 +00:00
|
|
|
},
|
2023-11-08 10:57:21 +00:00
|
|
|
"peerDependenciesMeta": {
|
|
|
|
"react": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"react-dom": {
|
|
|
|
"optional": true
|
|
|
|
},
|
|
|
|
"react-router-dom": {
|
|
|
|
"optional": true
|
|
|
|
}
|
|
|
|
},
|
2023-03-27 03:17:19 +00:00
|
|
|
"lint-staged": {
|
|
|
|
"*": "prettier --ignore-unknown --write",
|
2023-05-23 06:58:40 +00:00
|
|
|
"Capfile|Gemfile|*.{rb,ruby,ru,rake}": "bundle exec rubocop --force-exclusion -a",
|
2023-04-03 10:41:10 +00:00
|
|
|
"*.{js,jsx,ts,tsx}": "eslint --fix",
|
2023-03-27 03:17:19 +00:00
|
|
|
"*.{css,scss}": "stylelint --fix"
|
2023-11-14 17:43:20 +00:00
|
|
|
}
|
2016-08-24 15:56:44 +00:00
|
|
|
}
|