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",
|
2017-12-25 06:02:08 -08:00
|
|
|
"engines": {
|
2023-01-05 04:47:36 -08:00
|
|
|
"node": ">=14"
|
2017-12-25 06:02:08 -08:00
|
|
|
},
|
2016-10-09 19:01:10 -07:00
|
|
|
"scripts": {
|
2017-04-25 16:51:51 -07:00
|
|
|
"postversion": "git push --tags",
|
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",
|
2017-05-02 17:04:16 -07:00
|
|
|
"manage:translations": "node ./config/webpack/translationRunner.js",
|
2017-06-25 19:49:39 -07:00
|
|
|
"start": "node ./streaming/index.js",
|
2019-06-06 09:51:46 -07: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 18:20:59 -08:00
|
|
|
"test:lint:js": "eslint --ext=.js,.jsx . --cache --report-unused-disable-directives",
|
2023-02-12 19:57:03 -08:00
|
|
|
"test:lint:sass": "stylelint \"**/*.{css,scss}\" && prettier --check \"**/*.{css,scss}\"",
|
2022-03-20 20:46:11 -07:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest",
|
2023-02-18 03:44:45 -08:00
|
|
|
"format": "prettier --write .",
|
|
|
|
"format-check": "prettier --check ."
|
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-02-21 01:46:03 -08:00
|
|
|
"@babel/core": "^7.21.0",
|
2023-02-21 02:35:27 -08:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.21.0",
|
2023-02-21 02:14:25 -08:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.21.0",
|
2023-02-21 01:59:58 -08:00
|
|
|
"@babel/plugin-transform-runtime": "^7.21.0",
|
2022-11-25 20:49:48 -08:00
|
|
|
"@babel/preset-env": "^7.20.2",
|
2022-06-28 03:19:39 -07:00
|
|
|
"@babel/preset-react": "^7.18.6",
|
2023-02-21 01:44:51 -08:00
|
|
|
"@babel/runtime": "^7.21.0",
|
2020-02-18 08:22:44 -08:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2020-10-21 21:14:50 -07:00
|
|
|
"@github/webauthn-json": "^0.5.7",
|
2022-09-16 18:03:46 -07:00
|
|
|
"@rails/ujs": "^6.1.7",
|
2022-10-13 18:16:37 -07:00
|
|
|
"abortcontroller-polyfill": "^1.7.5",
|
2022-11-15 03:48:01 -08:00
|
|
|
"array-includes": "^3.1.6",
|
2020-07-06 07:24:00 -07:00
|
|
|
"arrow-key-navigation": "^1.2.0",
|
2021-10-13 03:21:49 -07:00
|
|
|
"autoprefixer": "^9.8.8",
|
2023-02-14 00:12:41 -08:00
|
|
|
"axios": "^1.3.3",
|
2022-11-25 20:52:40 -08:00
|
|
|
"babel-loader": "^8.3.0",
|
2018-07-13 18:56:41 -07:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2022-02-12 03:21:56 -08:00
|
|
|
"babel-plugin-preval": "^5.1.0",
|
2020-05-08 12:32:37 -07:00
|
|
|
"babel-plugin-react-intl": "^6.2.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",
|
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",
|
2020-11-18 17:32:00 -08:00
|
|
|
"compression-webpack-plugin": "^6.1.1",
|
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",
|
2021-04-12 05:59:28 -07:00
|
|
|
"cssnano": "^4.1.11",
|
2021-02-12 03:39:28 -08:00
|
|
|
"detect-passive-events": "^2.0.3",
|
2022-10-04 04:42:26 -07:00
|
|
|
"dotenv": "^16.0.3",
|
2022-11-05 15:02:41 -07:00
|
|
|
"emoji-mart": "npm:emoji-mart-lazyload@latest",
|
2019-12-11 03:37:08 -08:00
|
|
|
"es6-symbol": "^3.1.3",
|
2017-02-25 16:34:56 -08:00
|
|
|
"escape-html": "^1.0.3",
|
2018-05-08 23:41:07 -07:00
|
|
|
"exif-js": "^2.3.0",
|
2022-10-11 03:46:58 -07:00
|
|
|
"express": "^4.18.2",
|
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",
|
2022-05-16 02:18:35 -07:00
|
|
|
"fuzzysort": "^1.9.0",
|
2023-01-18 01:52:35 -08:00
|
|
|
"glob": "^8.1.0",
|
2019-09-18 06:41:50 -07:00
|
|
|
"history": "^4.10.1",
|
2022-12-02 06:33:17 -08:00
|
|
|
"http-link-header": "^1.1.0",
|
2023-02-07 07:40:15 -08:00
|
|
|
"immutable": "^4.2.4",
|
2020-10-12 23:23:27 -07:00
|
|
|
"imports-loader": "^1.2.0",
|
2016-11-23 09:53:23 -08:00
|
|
|
"intl": "^1.2.5",
|
2017-12-03 07:55:53 -08:00
|
|
|
"intl-messageformat": "^2.2.0",
|
2019-07-22 00:27:44 -07:00
|
|
|
"intl-relativeformat": "^6.4.3",
|
2020-12-29 18:47:18 -08:00
|
|
|
"is-nan": "^1.3.2",
|
2021-04-19 12:07:08 -07:00
|
|
|
"js-yaml": "^4.1.0",
|
2023-01-24 03:42:44 -08:00
|
|
|
"jsdom": "^21.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",
|
2022-07-05 17:47:18 -07:00
|
|
|
"marky": "^1.2.5",
|
2021-06-30 07:37:01 -07:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2023-01-30 07:48:28 -08:00
|
|
|
"mkdirp": "^2.1.3",
|
2022-10-26 04:14:33 -07:00
|
|
|
"npmlog": "^7.0.1",
|
2017-05-11 02:26:06 -07:00
|
|
|
"object-assign": "^4.1.1",
|
2022-11-15 06:42:20 -08:00
|
|
|
"object.values": "^1.1.6",
|
2018-07-13 18:56:41 -07:00
|
|
|
"path-complete-extname": "^1.0.0",
|
2021-02-24 15:03:02 -08:00
|
|
|
"pg": "^8.5.0",
|
2023-01-11 04:46:07 -08:00
|
|
|
"postcss": "^8.4.21",
|
2018-09-14 08:59:48 -07:00
|
|
|
"postcss-loader": "^3.0.0",
|
2022-11-15 03:18:48 -08:00
|
|
|
"promise.prototype.finally": "^3.1.4",
|
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",
|
2020-10-21 23:35:48 -07:00
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.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",
|
2019-06-03 08:14:17 -07:00
|
|
|
"react-intl": "^2.9.0",
|
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",
|
2022-09-27 10:34:29 -07:00
|
|
|
"react-redux": "^7.2.9",
|
2022-07-20 04:56:44 -07:00
|
|
|
"react-redux-loading-bar": "^5.0.4",
|
2017-06-20 11:40:03 -07:00
|
|
|
"react-router-dom": "^4.1.1",
|
2017-10-31 14:58:38 -07:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2022-12-02 07:57:36 -08:00
|
|
|
"react-select": "^5.7.0",
|
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",
|
2022-12-02 07:49:52 -08:00
|
|
|
"react-textarea-autosize": "^8.4.0",
|
2022-07-20 04:30:41 -07:00
|
|
|
"react-toggle": "^4.1.3",
|
2022-05-17 01:12:00 -07:00
|
|
|
"redis": "^4.0.6 <4.1.0",
|
2023-02-01 01:58:43 -08:00
|
|
|
"redux": "^4.2.1",
|
2017-05-29 09:23:28 -07:00
|
|
|
"redux-immutable": "^4.0.0",
|
2022-11-15 03:23:00 -08:00
|
|
|
"redux-thunk": "^2.4.2",
|
2022-11-22 06:11:25 -08:00
|
|
|
"regenerator-runtime": "^0.13.11",
|
2017-05-24 08:55:00 -07:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2022-11-15 03:19:09 -08:00
|
|
|
"reselect": "^4.1.7",
|
2023-02-01 02:14:44 -08:00
|
|
|
"rimraf": "^4.1.2",
|
2023-02-21 00:30:59 -08:00
|
|
|
"sass": "^1.58.3",
|
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",
|
2020-08-31 15:26:10 -07:00
|
|
|
"tesseract.js": "^2.1.1",
|
2017-05-28 07:25:26 -07:00
|
|
|
"throng": "^4.0.0",
|
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",
|
2020-10-06 01:13:26 -07:00
|
|
|
"uuid": "^8.3.1",
|
2021-01-21 04:46:54 -08:00
|
|
|
"webpack": "^4.46.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",
|
2021-06-14 08:00:31 -07:00
|
|
|
"webpack-merge": "^5.8.0",
|
2022-06-16 04:33:21 -07:00
|
|
|
"wicg-inert": "^3.1.2",
|
2022-08-31 09:32:58 -07:00
|
|
|
"workbox-expiration": "^6.5.4",
|
2022-08-31 19:41:31 -07:00
|
|
|
"workbox-precaching": "^6.5.4",
|
2022-08-31 09:32:17 -07:00
|
|
|
"workbox-routing": "^6.5.4",
|
2022-08-31 14:28:31 -07:00
|
|
|
"workbox-strategies": "^6.5.4",
|
2022-08-31 09:12:53 -07:00
|
|
|
"workbox-webpack-plugin": "^6.5.4",
|
2022-08-31 14:29:39 -07:00
|
|
|
"workbox-window": "^6.5.4",
|
2023-02-14 00:12:21 -08:00
|
|
|
"ws": "^8.12.1"
|
2017-04-10 15:36:03 -07:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-09-20 18:51:20 -07:00
|
|
|
"@babel/eslint-parser": "^7.19.1",
|
2022-08-14 15:42:03 -07:00
|
|
|
"@testing-library/jest-dom": "^5.16.5",
|
2022-04-21 10:33:45 -07:00
|
|
|
"@testing-library/react": "^12.1.5",
|
2023-02-17 01:26:16 -08:00
|
|
|
"babel-jest": "^29.4.3",
|
2023-01-29 16:45:35 -08:00
|
|
|
"eslint": "^8.33.0",
|
2023-01-29 17:56:09 -08:00
|
|
|
"eslint-plugin-import": "~2.27.5",
|
2023-01-29 18:12:35 -08:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.7.1",
|
2022-10-26 04:13:05 -07:00
|
|
|
"eslint-plugin-promise": "~6.1.1",
|
2023-02-01 02:18:52 -08:00
|
|
|
"eslint-plugin-react": "~7.32.2",
|
2023-02-17 00:56:03 -08:00
|
|
|
"jest": "^29.4.3",
|
2023-02-17 01:19:23 -08:00
|
|
|
"jest-environment-jsdom": "^29.4.3",
|
2022-12-02 06:11:42 -08:00
|
|
|
"postcss-scss": "^4.0.6",
|
2023-02-14 00:14:29 -08:00
|
|
|
"prettier": "^2.8.4",
|
2018-12-31 09:11:48 -08:00
|
|
|
"raf": "^3.4.1",
|
2018-07-13 18:56:41 -07:00
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
2020-10-26 10:52:38 -07:00
|
|
|
"react-test-renderer": "^16.14.0",
|
2023-02-21 00:41:28 -08:00
|
|
|
"stylelint": "^15.2.0",
|
2023-02-14 00:12:14 -08:00
|
|
|
"stylelint-config-standard-scss": "^7.0.1",
|
2021-11-13 01:46:14 -08:00
|
|
|
"webpack-dev-server": "^3.11.3",
|
2023-02-17 00:54:14 -08:00
|
|
|
"yargs": "^17.7.0"
|
2020-04-04 14:24:59 -07:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"kind-of": "^6.0.3"
|
2021-03-24 01:37:41 -07:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-10-26 04:11:05 -07:00
|
|
|
"bufferutil": "^4.0.7",
|
2023-02-01 02:12:12 -08:00
|
|
|
"utf-8-validate": "^6.0.2"
|
2016-08-24 08:56:44 -07:00
|
|
|
}
|
|
|
|
}
|