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