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": {
|
2021-05-07 12:52:40 -05:00
|
|
|
"node": ">=12"
|
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",
|
2019-12-23 00:27:55 -06:00
|
|
|
"test:lint:js": "eslint --ext=js . --cache",
|
2022-06-01 12:22:35 -05:00
|
|
|
"test:lint:sass": "stylelint '**/*.scss'",
|
2022-03-20 22:46:11 -05:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest",
|
2022-06-01 12:22:35 -05:00
|
|
|
"format": "prettier --write '**/*.{json,yml}'",
|
|
|
|
"format-check": "prettier --write '**/*.{json,yml}'"
|
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": {
|
2022-06-01 05:49:52 -05:00
|
|
|
"@babel/core": "^7.18.2",
|
2022-06-01 06:07:37 -05:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.18.2",
|
2022-01-05 19:35:23 -06:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.16.7",
|
2022-05-25 19:06:44 -05:00
|
|
|
"@babel/plugin-transform-runtime": "^7.18.2",
|
2022-05-25 19:16:19 -05:00
|
|
|
"@babel/preset-env": "^7.18.2",
|
2022-05-18 07:01:58 -05:00
|
|
|
"@babel/preset-react": "^7.17.12",
|
2022-06-01 05:50:28 -05:00
|
|
|
"@babel/runtime": "^7.18.3",
|
2020-02-18 10:22:44 -06:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2020-10-21 23:14:50 -05:00
|
|
|
"@github/webauthn-json": "^0.5.7",
|
2022-05-11 20:44:41 -05:00
|
|
|
"@rails/ujs": "^6.1.6",
|
2022-05-10 14:08:27 -05:00
|
|
|
"array-includes": "^3.1.5",
|
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",
|
2022-05-04 08:25:40 -05:00
|
|
|
"axios": "^0.27.2",
|
2022-05-02 20:20:22 -05:00
|
|
|
"babel-loader": "^8.2.5",
|
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",
|
2022-03-09 06:36:02 -06:00
|
|
|
"blurhash": "^1.1.5",
|
2021-04-05 08:17:46 -05:00
|
|
|
"classnames": "^2.3.1",
|
2020-12-29 09:01:25 -06:00
|
|
|
"color-blend": "^3.0.1",
|
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-05-18 13:30:31 -05:00
|
|
|
"dotenv": "^16.0.1",
|
2021-11-18 15:01:31 -06:00
|
|
|
"emoji-mart": "npm:emoji-mart-lazyload",
|
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-05-02 20:40:18 -05:00
|
|
|
"express": "^4.18.1",
|
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",
|
2022-05-16 04:18:35 -05:00
|
|
|
"fuzzysort": "^1.9.0",
|
2022-05-18 13:29:53 -05:00
|
|
|
"glob": "^8.0.3",
|
2019-09-18 08:41:50 -05:00
|
|
|
"history": "^4.10.1",
|
2022-02-04 22:02:42 -06:00
|
|
|
"http-link-header": "^1.0.4",
|
2022-05-25 18:41:07 -05:00
|
|
|
"immutable": "^4.1.0",
|
2020-10-13 01:23:27 -05:00
|
|
|
"imports-loader": "^1.2.0",
|
2020-12-29 08:51:48 -06:00
|
|
|
"intersection-observer": "^0.12.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",
|
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-03-09 06:33:49 -06:00
|
|
|
"marky": "^1.2.4",
|
2021-06-30 09:37:01 -05:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2020-04-13 09:11:52 -05:00
|
|
|
"mkdirp": "^1.0.4",
|
2022-04-26 19:17:03 -05:00
|
|
|
"npmlog": "^6.0.2",
|
2017-05-11 04:26:06 -05:00
|
|
|
"object-assign": "^4.1.1",
|
2017-07-13 18:59:34 -05:00
|
|
|
"object-fit-images": "^3.2.3",
|
2021-10-13 05:15:35 -05:00
|
|
|
"object.values": "^1.1.5",
|
2019-06-03 07:12:34 -05:00
|
|
|
"offline-plugin": "^5.0.7",
|
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",
|
2022-06-01 12:22:35 -05:00
|
|
|
"postcss": "^8.4.14",
|
2018-09-14 10:59:48 -05:00
|
|
|
"postcss-loader": "^3.0.0",
|
2017-07-13 18:59:34 -05:00
|
|
|
"postcss-object-fit-images": "^1.1.2",
|
2021-10-09 05:37:44 -05:00
|
|
|
"promise.prototype.finally": "^3.1.3",
|
2022-01-18 20:04:24 -06:00
|
|
|
"prop-types": "^15.8.1",
|
2017-05-04 08:52:08 -05:00
|
|
|
"punycode": "^2.1.0",
|
2020-10-22 01:35:48 -05:00
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.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",
|
2019-01-16 12:47:46 -06:00
|
|
|
"react-masonry-infinite": "^1.2.2",
|
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",
|
2020-12-29 09:04:48 -06:00
|
|
|
"react-overlays": "^0.9.3",
|
2022-04-05 13:02:35 -05:00
|
|
|
"react-redux": "^7.2.8",
|
2019-08-19 19:19:01 -05:00
|
|
|
"react-redux-loading-bar": "^4.0.8",
|
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-05-10 14:00:31 -05:00
|
|
|
"react-select": "^5.3.2",
|
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-05-29 08:27:10 -05:00
|
|
|
"react-textarea-autosize": "^8.3.4",
|
2021-03-15 06:56:59 -05:00
|
|
|
"react-toggle": "^4.1.2",
|
2022-05-17 03:12:00 -05:00
|
|
|
"redis": "^4.0.6 <4.1.0",
|
2022-05-04 08:29:51 -05:00
|
|
|
"redux": "^4.2.0",
|
2017-05-29 11:23:28 -05:00
|
|
|
"redux-immutable": "^4.0.0",
|
2021-12-04 08:41:12 -06:00
|
|
|
"redux-thunk": "^2.4.1",
|
2021-07-31 21:09:50 -05:00
|
|
|
"regenerator-runtime": "^0.13.9",
|
2020-02-24 02:50:18 -06:00
|
|
|
"rellax": "^1.12.1",
|
2017-05-24 10:55:00 -05:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2021-12-04 08:41:40 -06:00
|
|
|
"reselect": "^4.1.5",
|
2020-02-17 10:58:14 -06:00
|
|
|
"rimraf": "^3.0.2",
|
2022-05-28 07:22:32 -05:00
|
|
|
"sass": "^1.52.1",
|
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",
|
2021-10-19 20:08:35 -05:00
|
|
|
"webpack-bundle-analyzer": "^4.5.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",
|
2021-03-24 03:37:41 -05:00
|
|
|
"wicg-inert": "^3.1.1",
|
2022-05-03 23:55:05 -05:00
|
|
|
"ws": "^8.6.0"
|
2017-04-10 17:36:03 -05:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-06-01 12:22:35 -05:00
|
|
|
"@babel/eslint-parser": "^7.18.2",
|
2022-04-14 07:22:07 -05:00
|
|
|
"@testing-library/jest-dom": "^5.16.4",
|
2022-04-21 12:33:45 -05:00
|
|
|
"@testing-library/react": "^12.1.5",
|
2022-05-10 14:02:08 -05:00
|
|
|
"babel-jest": "^28.1.0",
|
2021-08-02 09:28:16 -05:00
|
|
|
"eslint": "^7.32.0",
|
2022-04-14 07:25:13 -05:00
|
|
|
"eslint-plugin-import": "~2.26.0",
|
2021-11-17 18:42:12 -06:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
2021-12-20 19:55:38 -06:00
|
|
|
"eslint-plugin-promise": "~6.0.0",
|
2022-05-28 07:22:47 -05:00
|
|
|
"eslint-plugin-react": "~7.30.0",
|
2022-05-10 14:15:04 -05:00
|
|
|
"jest": "^28.1.0",
|
2022-05-10 14:01:51 -05:00
|
|
|
"jest-environment-jsdom": "^28.1.0",
|
2022-06-01 12:22:35 -05:00
|
|
|
"postcss-scss": "^4.0.4",
|
2022-04-05 13:03:26 -05:00
|
|
|
"prettier": "^2.6.2",
|
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",
|
2022-06-01 12:22:35 -05:00
|
|
|
"stylelint": "^14.8.5",
|
|
|
|
"stylelint-config-standard-scss": "^4.0.0",
|
2021-11-13 03:46:14 -06:00
|
|
|
"webpack-dev-server": "^3.11.3",
|
2022-05-18 13:33:13 -05:00
|
|
|
"yargs": "^17.5.1"
|
2020-04-04 16:24:59 -05:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"kind-of": "^6.0.3"
|
2021-03-24 03:37:41 -05:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-01-05 19:14:35 -06:00
|
|
|
"bufferutil": "^4.0.6",
|
2022-03-14 23:47:07 -05:00
|
|
|
"utf-8-validate": "^5.0.9"
|
2016-08-24 10:56:44 -05:00
|
|
|
}
|
|
|
|
}
|