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