2016-08-24 16:56:44 +01:00
|
|
|
{
|
2021-07-13 14:46:20 +01:00
|
|
|
"name": "@mastodon/mastodon",
|
2018-02-27 00:52:27 +00:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2017-12-25 14:02:08 +00:00
|
|
|
"engines": {
|
2023-01-05 12:47:36 +00:00
|
|
|
"node": ">=14"
|
2017-12-25 14:02:08 +00:00
|
|
|
},
|
2016-10-10 03:01:10 +01:00
|
|
|
"scripts": {
|
2017-04-26 00:51:51 +01:00
|
|
|
"postversion": "git push --tags",
|
2018-09-14 16:59:48 +01: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",
|
2017-05-03 01:04:16 +01:00
|
|
|
"manage:translations": "node ./config/webpack/translationRunner.js",
|
2017-06-26 03:49:39 +01:00
|
|
|
"start": "node ./streaming/index.js",
|
2019-06-06 17:51:46 +01:00
|
|
|
"test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest",
|
|
|
|
"test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
|
2023-02-20 02:20:59 +00:00
|
|
|
"test:lint:js": "eslint --ext=.js,.jsx . --cache --report-unused-disable-directives",
|
2023-02-13 03:57:03 +00:00
|
|
|
"test:lint:sass": "stylelint \"**/*.{css,scss}\" && prettier --check \"**/*.{css,scss}\"",
|
2022-03-21 03:46:11 +00:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest",
|
2023-02-18 11:44:45 +00:00
|
|
|
"format": "prettier --write .",
|
|
|
|
"format-check": "prettier --check ."
|
2016-10-10 03:01:10 +01:00
|
|
|
},
|
2017-04-26 00:51:51 +01:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-07-13 14:46:20 +01:00
|
|
|
"url": "https://github.com/mastodon/mastodon.git"
|
2017-04-26 00:51:51 +01:00
|
|
|
},
|
2017-05-30 15:11:45 +01:00
|
|
|
"private": true,
|
2017-01-11 14:39:31 +00:00
|
|
|
"dependencies": {
|
2023-02-21 09:46:03 +00:00
|
|
|
"@babel/core": "^7.21.0",
|
2023-02-21 10:35:27 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
2023-02-21 10:14:25 +00:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
|
2023-02-21 09:59:58 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.21.0",
|
2022-11-26 04:49:48 +00:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
2022-06-28 11:19:39 +01:00
|
|
|
"@babel/preset-react": "^7.18.6",
|
2023-02-21 09:44:51 +00:00
|
|
|
"@babel/runtime": "^7.21.0",
|
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",
|
2022-09-17 02:03:46 +01:00
|
|
|
"@rails/ujs": "^6.1.7",
|
2022-10-14 02:16:37 +01:00
|
|
|
"abortcontroller-polyfill": "^1.7.5",
|
2022-11-15 11:48:01 +00:00
|
|
|
"array-includes": "^3.1.6",
|
2020-07-06 15:24:00 +01:00
|
|
|
"arrow-key-navigation": "^1.2.0",
|
2021-10-13 11:21:49 +01:00
|
|
|
"autoprefixer": "^9.8.8",
|
2023-03-08 10:32:21 +00:00
|
|
|
"axios": "^1.3.4",
|
2022-11-26 04:52:40 +00:00
|
|
|
"babel-loader": "^8.3.0",
|
2018-07-14 02:56:41 +01:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2022-02-12 11:21:56 +00:00
|
|
|
"babel-plugin-preval": "^5.1.0",
|
2020-05-08 20:32:37 +01:00
|
|
|
"babel-plugin-react-intl": "^6.2.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",
|
2022-09-21 12:24:22 +01:00
|
|
|
"classnames": "^2.3.2",
|
2022-08-19 01:24:46 +01:00
|
|
|
"cocoon-js-vanilla": "^1.3.0",
|
2023-03-02 10:08:22 +00:00
|
|
|
"color-blend": "^4.0.0",
|
2020-11-19 01:32:00 +00:00
|
|
|
"compression-webpack-plugin": "^6.1.1",
|
2020-12-29 14:41:30 +00:00
|
|
|
"cross-env": "^7.0.3",
|
2021-07-20 14:24:41 +01:00
|
|
|
"css-loader": "^5.2.7",
|
2021-04-12 13:59:28 +01:00
|
|
|
"cssnano": "^4.1.11",
|
2021-02-12 11:39:28 +00:00
|
|
|
"detect-passive-events": "^2.0.3",
|
2022-10-04 12:42:26 +01:00
|
|
|
"dotenv": "^16.0.3",
|
2022-11-05 22:02:41 +00:00
|
|
|
"emoji-mart": "npm:emoji-mart-lazyload@latest",
|
2019-12-11 11:37:08 +00:00
|
|
|
"es6-symbol": "^3.1.3",
|
2017-02-26 00:34:56 +00:00
|
|
|
"escape-html": "^1.0.3",
|
2018-05-09 07:41:07 +01:00
|
|
|
"exif-js": "^2.3.0",
|
2022-10-11 11:46:58 +01:00
|
|
|
"express": "^4.18.2",
|
2020-11-04 14:43:15 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2018-09-28 01:11:14 +01:00
|
|
|
"font-awesome": "^4.7.0",
|
2023-03-02 10:41:32 +00:00
|
|
|
"fuzzysort": "^2.0.4",
|
2023-01-18 09:52:35 +00:00
|
|
|
"glob": "^8.1.0",
|
2019-09-18 14:41:50 +01:00
|
|
|
"history": "^4.10.1",
|
2022-12-02 14:33:17 +00:00
|
|
|
"http-link-header": "^1.1.0",
|
2023-02-07 15:40:15 +00:00
|
|
|
"immutable": "^4.2.4",
|
2020-10-13 07:23:27 +01:00
|
|
|
"imports-loader": "^1.2.0",
|
2016-11-23 17:53:23 +00:00
|
|
|
"intl": "^1.2.5",
|
2017-12-03 15:55:53 +00:00
|
|
|
"intl-messageformat": "^2.2.0",
|
2019-07-22 08:27:44 +01:00
|
|
|
"intl-relativeformat": "^6.4.3",
|
2020-12-30 02:47:18 +00:00
|
|
|
"is-nan": "^1.3.2",
|
2021-04-19 20:07:08 +01:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-01-24 11:42:44 +00:00
|
|
|
"jsdom": "^21.1.0",
|
2021-02-23 21:56:29 +00:00
|
|
|
"lodash": "^4.17.21",
|
2017-05-25 13:09:55 +01:00
|
|
|
"mark-loader": "^0.1.6",
|
2022-07-06 01:47:18 +01:00
|
|
|
"marky": "^1.2.5",
|
2021-06-30 15:37:01 +01:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2023-03-08 11:54:12 +00:00
|
|
|
"mkdirp": "^2.1.5",
|
2022-10-26 12:14:33 +01:00
|
|
|
"npmlog": "^7.0.1",
|
2017-05-11 10:26:06 +01:00
|
|
|
"object-assign": "^4.1.1",
|
2022-11-15 14:42:20 +00:00
|
|
|
"object.values": "^1.1.6",
|
2018-07-14 02:56:41 +01:00
|
|
|
"path-complete-extname": "^1.0.0",
|
2021-02-24 23:03:02 +00:00
|
|
|
"pg": "^8.5.0",
|
2023-03-03 20:01:18 +00:00
|
|
|
"pg-connection-string": "^2.5.0",
|
2023-01-11 12:46:07 +00:00
|
|
|
"postcss": "^8.4.21",
|
2018-09-14 16:59:48 +01:00
|
|
|
"postcss-loader": "^3.0.0",
|
2022-11-15 11:18:48 +00:00
|
|
|
"promise.prototype.finally": "^3.1.4",
|
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",
|
2020-10-22 07:35:48 +01:00
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.0",
|
2022-09-29 03:39:33 +01: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 07:10:37 +01:00
|
|
|
"react-immutable-pure-component": "^2.2.2",
|
2019-06-03 16:14:17 +01:00
|
|
|
"react-intl": "^2.9.0",
|
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",
|
2022-09-27 18:34:29 +01:00
|
|
|
"react-redux": "^7.2.9",
|
2022-07-20 12:56:44 +01:00
|
|
|
"react-redux-loading-bar": "^5.0.4",
|
2017-06-20 19:40:03 +01:00
|
|
|
"react-router-dom": "^4.1.1",
|
2017-10-31 21:58:38 +00:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2022-12-02 15:57:36 +00:00
|
|
|
"react-select": "^5.7.0",
|
2018-05-27 20:45:30 +01:00
|
|
|
"react-sparklines": "^1.7.0",
|
2021-06-01 05:08:18 +01:00
|
|
|
"react-swipeable-views": "^0.14.0",
|
2022-12-02 15:49:52 +00:00
|
|
|
"react-textarea-autosize": "^8.4.0",
|
2022-07-20 12:30:41 +01:00
|
|
|
"react-toggle": "^4.1.3",
|
2022-05-17 09:12:00 +01:00
|
|
|
"redis": "^4.0.6 <4.1.0",
|
2023-02-01 09:58:43 +00:00
|
|
|
"redux": "^4.2.1",
|
2017-05-29 17:23:28 +01:00
|
|
|
"redux-immutable": "^4.0.0",
|
2022-11-15 11:23:00 +00:00
|
|
|
"redux-thunk": "^2.4.2",
|
2022-11-22 14:11:25 +00:00
|
|
|
"regenerator-runtime": "^0.13.11",
|
2017-05-24 16:55:00 +01:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2022-11-15 11:19:09 +00:00
|
|
|
"reselect": "^4.1.7",
|
2023-02-01 10:14:44 +00:00
|
|
|
"rimraf": "^4.1.2",
|
2023-02-21 08:30:59 +00:00
|
|
|
"sass": "^1.58.3",
|
2021-05-21 16:47:41 +01:00
|
|
|
"sass-loader": "^10.2.0",
|
2020-02-19 21:36:52 +00:00
|
|
|
"stacktrace-js": "^2.0.2",
|
2020-03-31 14:11:00 +01:00
|
|
|
"stringz": "^2.1.0",
|
2017-10-03 12:11:22 +01:00
|
|
|
"substring-trie": "^1.0.2",
|
2020-10-13 07:49:45 +01:00
|
|
|
"terser-webpack-plugin": "^4.2.3",
|
2020-08-31 23:26:10 +01:00
|
|
|
"tesseract.js": "^2.1.1",
|
2017-05-28 15:25:26 +01:00
|
|
|
"throng": "^4.0.0",
|
2017-05-31 14:11:33 +01:00
|
|
|
"tiny-queue": "^0.2.1",
|
2021-03-02 11:02:56 +00:00
|
|
|
"twitter-text": "3.1.0",
|
2020-10-06 09:13:26 +01:00
|
|
|
"uuid": "^8.3.1",
|
2021-01-21 12:46:54 +00:00
|
|
|
"webpack": "^4.46.0",
|
2021-04-26 12:47:41 +01: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",
|
2021-06-14 16:00:31 +01:00
|
|
|
"webpack-merge": "^5.8.0",
|
2022-06-16 12:33:21 +01:00
|
|
|
"wicg-inert": "^3.1.2",
|
2022-08-31 17:32:58 +01:00
|
|
|
"workbox-expiration": "^6.5.4",
|
2022-09-01 03:41:31 +01:00
|
|
|
"workbox-precaching": "^6.5.4",
|
2022-08-31 17:32:17 +01:00
|
|
|
"workbox-routing": "^6.5.4",
|
2022-08-31 22:28:31 +01:00
|
|
|
"workbox-strategies": "^6.5.4",
|
2022-08-31 17:12:53 +01:00
|
|
|
"workbox-webpack-plugin": "^6.5.4",
|
2022-08-31 22:29:39 +01:00
|
|
|
"workbox-window": "^6.5.4",
|
2023-02-14 08:12:21 +00:00
|
|
|
"ws": "^8.12.1"
|
2017-04-10 23:36:03 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-21 02:51:20 +01:00
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
2022-08-14 23:42:03 +01:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
2022-04-21 18:33:45 +01:00
|
|
|
"@testing-library/react": "^12.1.5",
|
2023-03-08 15:25:16 +00:00
|
|
|
"babel-jest": "^29.5.0",
|
2023-01-30 00:45:35 +00:00
|
|
|
"eslint": "^8.33.0",
|
2023-01-30 01:56:09 +00:00
|
|
|
"eslint-plugin-import": "~2.27.5",
|
2023-01-30 02:12:35 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.7.1",
|
2022-10-26 12:13:05 +01:00
|
|
|
"eslint-plugin-promise": "~6.1.1",
|
2023-02-01 10:18:52 +00:00
|
|
|
"eslint-plugin-react": "~7.32.2",
|
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",
|
2022-12-02 14:11:42 +00:00
|
|
|
"postcss-scss": "^4.0.6",
|
2023-02-14 08:14:29 +00:00
|
|
|
"prettier": "^2.8.4",
|
2018-12-31 17:11:48 +00:00
|
|
|
"raf": "^3.4.1",
|
2018-07-14 02:56:41 +01:00
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
2020-10-26 17:52:38 +00:00
|
|
|
"react-test-renderer": "^16.14.0",
|
2023-02-21 08:41:28 +00:00
|
|
|
"stylelint": "^15.2.0",
|
2023-02-14 08:12:14 +00:00
|
|
|
"stylelint-config-standard-scss": "^7.0.1",
|
2021-11-13 09:46:14 +00:00
|
|
|
"webpack-dev-server": "^3.11.3",
|
2023-03-08 10:30:36 +00:00
|
|
|
"yargs": "^17.7.1"
|
2020-04-04 22:24:59 +01:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"kind-of": "^6.0.3"
|
2021-03-24 08:37:41 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-10-26 12:11:05 +01:00
|
|
|
"bufferutil": "^4.0.7",
|
2023-03-08 10:32:44 +00:00
|
|
|
"utf-8-validate": "^6.0.3"
|
2016-08-24 16:56:44 +01:00
|
|
|
}
|
|
|
|
}
|