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