2016-08-24 15:56:44 +00:00
|
|
|
{
|
2021-07-13 13:46:20 +00: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": {
|
2021-05-07 17:52:40 +00:00
|
|
|
"node": ">=12"
|
2017-12-25 14:02:08 +00:00
|
|
|
},
|
2016-10-10 02:01:10 +00:00
|
|
|
"scripts": {
|
2017-04-25 23:51:51 +00:00
|
|
|
"postversion": "git push --tags",
|
2018-09-14 15:59:48 +00: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 00:04:16 +00:00
|
|
|
"manage:translations": "node ./config/webpack/translationRunner.js",
|
2017-06-26 02:49:39 +00:00
|
|
|
"start": "node ./streaming/index.js",
|
2019-06-06 16:51:46 +00: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 06:27:55 +00:00
|
|
|
"test:lint:js": "eslint --ext=js . --cache",
|
2019-06-06 16:51:46 +00:00
|
|
|
"test:lint:sass": "sass-lint -v",
|
2021-08-28 00:58:04 +00:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest"
|
2016-10-10 02:01:10 +00:00
|
|
|
},
|
2017-04-25 23:51:51 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-07-13 13:46:20 +00:00
|
|
|
"url": "https://github.com/mastodon/mastodon.git"
|
2017-04-25 23:51:51 +00:00
|
|
|
},
|
2018-09-14 15:59:48 +00:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
2021-03-12 04:32:49 +00:00
|
|
|
"not IE 11",
|
2019-01-07 07:17:35 +00:00
|
|
|
"iOS >= 9",
|
|
|
|
"not dead"
|
2018-09-14 15:59:48 +00:00
|
|
|
],
|
2019-03-15 14:05:31 +00:00
|
|
|
"jest": {
|
2021-08-28 00:58:04 +00:00
|
|
|
"testEnvironment": "jsdom",
|
2019-03-15 14:05:31 +00:00
|
|
|
"projects": [
|
|
|
|
"<rootDir>/app/javascript/mastodon"
|
|
|
|
],
|
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"<rootDir>/node_modules/",
|
|
|
|
"<rootDir>/vendor/",
|
|
|
|
"<rootDir>/config/",
|
|
|
|
"<rootDir>/log/",
|
|
|
|
"<rootDir>/public/",
|
|
|
|
"<rootDir>/tmp/"
|
|
|
|
],
|
|
|
|
"setupFiles": [
|
|
|
|
"raf/polyfill"
|
|
|
|
],
|
|
|
|
"setupFilesAfterEnv": [
|
|
|
|
"<rootDir>/app/javascript/mastodon/test_setup.js"
|
|
|
|
],
|
|
|
|
"collectCoverageFrom": [
|
|
|
|
"app/javascript/mastodon/**/*.js",
|
|
|
|
"!app/javascript/mastodon/features/emoji/emoji_compressed.js",
|
|
|
|
"!app/javascript/mastodon/locales/locale-data/*.js",
|
|
|
|
"!app/javascript/mastodon/service_worker/entry.js",
|
|
|
|
"!app/javascript/mastodon/test_setup.js"
|
|
|
|
],
|
|
|
|
"coverageDirectory": "<rootDir>/coverage",
|
|
|
|
"moduleDirectories": [
|
|
|
|
"<rootDir>/node_modules",
|
|
|
|
"<rootDir>/app/javascript"
|
|
|
|
]
|
|
|
|
},
|
2017-05-30 14:11:45 +00:00
|
|
|
"private": true,
|
2017-01-11 14:39:31 +00:00
|
|
|
"dependencies": {
|
2022-01-06 01:25:52 +00:00
|
|
|
"@babel/core": "^7.16.7",
|
2022-01-06 01:10:00 +00:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.16.7",
|
2021-12-21 01:09:34 +00:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.16.5",
|
2022-01-06 01:25:22 +00:00
|
|
|
"@babel/plugin-transform-runtime": "^7.16.7",
|
2022-01-06 00:55:17 +00:00
|
|
|
"@babel/preset-env": "^7.16.7",
|
2022-01-06 01:25:38 +00:00
|
|
|
"@babel/preset-react": "^7.16.7",
|
2022-01-06 00:58:12 +00:00
|
|
|
"@babel/runtime": "^7.16.7",
|
2020-02-18 16:22:44 +00:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2020-10-22 04:14:50 +00:00
|
|
|
"@github/webauthn-json": "^0.5.7",
|
2021-07-03 20:07:46 +00:00
|
|
|
"@rails/ujs": "^6.1.4",
|
2021-10-13 10:29:50 +00:00
|
|
|
"array-includes": "^3.1.4",
|
2020-07-06 14:24:00 +00:00
|
|
|
"arrow-key-navigation": "^1.2.0",
|
2021-10-13 10:21:49 +00:00
|
|
|
"autoprefixer": "^9.8.8",
|
2021-10-28 01:24:21 +00:00
|
|
|
"axios": "^0.24.0",
|
2021-10-28 01:44:28 +00:00
|
|
|
"babel-loader": "^8.2.3",
|
2018-07-14 01:56:41 +00:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2020-03-26 00:53:31 +00:00
|
|
|
"babel-plugin-preval": "^5.0.0",
|
2020-05-08 19:32:37 +00: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",
|
2018-12-31 17:11:48 +00:00
|
|
|
"babel-runtime": "^6.26.0",
|
2021-08-17 04:00:17 +00:00
|
|
|
"blurhash": "^1.1.4",
|
2021-04-05 13:17:46 +00:00
|
|
|
"classnames": "^2.3.1",
|
2020-12-29 15:01:25 +00:00
|
|
|
"color-blend": "^3.0.1",
|
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 13:24:41 +00:00
|
|
|
"css-loader": "^5.2.7",
|
2021-04-12 12:59:28 +00:00
|
|
|
"cssnano": "^4.1.11",
|
2021-02-12 11:39:28 +00:00
|
|
|
"detect-passive-events": "^2.0.3",
|
2021-08-01 02:27:57 +00:00
|
|
|
"dotenv": "^10.0.0",
|
2021-11-18 21:01:31 +00:00
|
|
|
"emoji-mart": "npm:emoji-mart-lazyload",
|
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 06:41:07 +00:00
|
|
|
"exif-js": "^2.3.0",
|
2021-12-21 00:39:21 +00:00
|
|
|
"express": "^4.17.2",
|
2020-11-04 14:43:15 +00:00
|
|
|
"file-loader": "^6.2.0",
|
2018-09-28 00:11:14 +00:00
|
|
|
"font-awesome": "^4.7.0",
|
2021-09-29 12:56:18 +00:00
|
|
|
"glob": "^7.2.0",
|
2019-09-18 13:41:50 +00:00
|
|
|
"history": "^4.10.1",
|
2020-10-06 08:00:43 +00:00
|
|
|
"http-link-header": "^1.0.3",
|
2021-10-14 18:58:38 +00:00
|
|
|
"immutable": "^4.0.0",
|
2020-10-13 06:23:27 +00:00
|
|
|
"imports-loader": "^1.2.0",
|
2020-12-29 14:51:48 +00:00
|
|
|
"intersection-observer": "^0.12.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 07:27:44 +00:00
|
|
|
"intl-relativeformat": "^6.4.3",
|
2020-12-30 02:47:18 +00:00
|
|
|
"is-nan": "^1.3.2",
|
2021-04-19 19:07:08 +00:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-02-23 21:56:29 +00:00
|
|
|
"lodash": "^4.17.21",
|
2017-05-25 12:09:55 +00:00
|
|
|
"mark-loader": "^0.1.6",
|
2021-05-03 11:07:30 +00:00
|
|
|
"marky": "^1.2.2",
|
2021-06-30 14:37:01 +00:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2020-04-13 14:11:52 +00:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-12-21 01:57:25 +00:00
|
|
|
"npmlog": "^6.0.0",
|
2017-05-11 09:26:06 +00:00
|
|
|
"object-assign": "^4.1.1",
|
2017-07-13 23:59:34 +00:00
|
|
|
"object-fit-images": "^3.2.3",
|
2021-10-13 10:15:35 +00:00
|
|
|
"object.values": "^1.1.5",
|
2019-06-03 12:12:34 +00:00
|
|
|
"offline-plugin": "^5.0.7",
|
2018-07-14 01:56:41 +00:00
|
|
|
"path-complete-extname": "^1.0.0",
|
2021-02-24 23:03:02 +00:00
|
|
|
"pg": "^8.5.0",
|
2018-09-14 15:59:48 +00:00
|
|
|
"postcss-loader": "^3.0.0",
|
2017-07-13 23:59:34 +00:00
|
|
|
"postcss-object-fit-images": "^1.1.2",
|
2021-10-09 10:37:44 +00:00
|
|
|
"promise.prototype.finally": "^3.1.3",
|
2017-05-29 16:23:28 +00:00
|
|
|
"prop-types": "^15.5.10",
|
2017-05-04 13:52:08 +00:00
|
|
|
"punycode": "^2.1.0",
|
2020-10-22 06:35:48 +00:00
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.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 06:10:37 +00:00
|
|
|
"react-immutable-pure-component": "^2.2.2",
|
2019-06-03 15:14:17 +00:00
|
|
|
"react-intl": "^2.9.0",
|
2019-01-16 18:47:46 +00:00
|
|
|
"react-masonry-infinite": "^1.2.2",
|
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",
|
2020-12-29 15:04:48 +00:00
|
|
|
"react-overlays": "^0.9.3",
|
2021-10-28 01:27:32 +00:00
|
|
|
"react-redux": "^7.2.6",
|
2019-08-20 00:19:01 +00:00
|
|
|
"react-redux-loading-bar": "^4.0.8",
|
2017-06-20 18:40:03 +00:00
|
|
|
"react-router-dom": "^4.1.1",
|
2017-10-31 21:58:38 +00:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2021-11-13 09:51:42 +00:00
|
|
|
"react-select": "^5.2.1",
|
2018-05-27 19:45:30 +00:00
|
|
|
"react-sparklines": "^1.7.0",
|
2021-06-01 04:08:18 +00:00
|
|
|
"react-swipeable-views": "^0.14.0",
|
2021-06-07 12:03:42 +00:00
|
|
|
"react-textarea-autosize": "^8.3.3",
|
2021-03-15 11:56:59 +00:00
|
|
|
"react-toggle": "^4.1.2",
|
2021-12-21 02:28:00 +00:00
|
|
|
"redis": "^4.0.1",
|
2021-11-02 12:26:31 +00:00
|
|
|
"redux": "^4.1.2",
|
2017-05-29 16:23:28 +00:00
|
|
|
"redux-immutable": "^4.0.0",
|
2021-12-04 14:41:12 +00:00
|
|
|
"redux-thunk": "^2.4.1",
|
2021-08-01 02:09:50 +00:00
|
|
|
"regenerator-runtime": "^0.13.9",
|
2020-02-24 08:50:18 +00:00
|
|
|
"rellax": "^1.12.1",
|
2017-05-24 15:55:00 +00:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2021-12-04 14:41:40 +00:00
|
|
|
"reselect": "^4.1.5",
|
2020-02-17 16:58:14 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2022-01-06 01:11:25 +00:00
|
|
|
"sass": "^1.45.2",
|
2021-05-21 15:47:41 +00:00
|
|
|
"sass-loader": "^10.2.0",
|
2020-02-19 21:36:52 +00:00
|
|
|
"stacktrace-js": "^2.0.2",
|
2020-03-31 13:11:00 +00:00
|
|
|
"stringz": "^2.1.0",
|
2017-10-03 11:11:22 +00:00
|
|
|
"substring-trie": "^1.0.2",
|
2020-10-13 06:49:45 +00:00
|
|
|
"terser-webpack-plugin": "^4.2.3",
|
2020-08-31 22:26:10 +00:00
|
|
|
"tesseract.js": "^2.1.1",
|
2017-05-28 14:25:26 +00:00
|
|
|
"throng": "^4.0.0",
|
2017-05-31 13:11:33 +00:00
|
|
|
"tiny-queue": "^0.2.1",
|
2021-03-02 11:02:56 +00:00
|
|
|
"twitter-text": "3.1.0",
|
2020-10-06 08:13:26 +00:00
|
|
|
"uuid": "^8.3.1",
|
2021-01-21 12:46:54 +00:00
|
|
|
"webpack": "^4.46.0",
|
2021-04-26 11:47:41 +00:00
|
|
|
"webpack-assets-manifest": "^4.0.6",
|
2021-10-20 01:08:35 +00:00
|
|
|
"webpack-bundle-analyzer": "^4.5.0",
|
2020-11-24 20:06:18 +00:00
|
|
|
"webpack-cli": "^3.3.12",
|
2021-06-14 15:00:31 +00:00
|
|
|
"webpack-merge": "^5.8.0",
|
2021-03-24 08:37:41 +00:00
|
|
|
"wicg-inert": "^3.1.1",
|
2021-12-04 14:40:19 +00:00
|
|
|
"ws": "^8.3.0"
|
2017-04-10 22:36:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-12-21 00:17:16 +00:00
|
|
|
"@testing-library/jest-dom": "^5.16.1",
|
2021-10-09 10:38:42 +00:00
|
|
|
"@testing-library/react": "^12.1.2",
|
2020-06-05 23:29:20 +00:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-12-21 01:09:09 +00:00
|
|
|
"babel-jest": "^27.4.5",
|
2021-08-02 14:28:16 +00:00
|
|
|
"eslint": "^7.32.0",
|
2022-01-06 00:56:33 +00:00
|
|
|
"eslint-plugin-import": "~2.25.4",
|
2021-11-18 00:42:12 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.5.1",
|
2021-12-21 01:55:38 +00:00
|
|
|
"eslint-plugin-promise": "~6.0.0",
|
2022-01-06 01:28:18 +00:00
|
|
|
"eslint-plugin-react": "~7.28.0",
|
2021-12-21 00:23:58 +00:00
|
|
|
"jest": "^27.4.5",
|
2018-12-31 17:11:48 +00:00
|
|
|
"raf": "^3.4.1",
|
2018-07-14 01:56:41 +00:00
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
2020-10-26 17:52:38 +00:00
|
|
|
"react-test-renderer": "^16.14.0",
|
2019-06-04 15:23:18 +00:00
|
|
|
"sass-lint": "^1.13.1",
|
2021-11-13 09:46:14 +00:00
|
|
|
"webpack-dev-server": "^3.11.3",
|
2022-01-06 00:54:51 +00:00
|
|
|
"yargs": "^17.3.1"
|
2020-04-04 21:24:59 +00:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"kind-of": "^6.0.3"
|
2021-03-24 08:37:41 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2022-01-06 01:14:35 +00:00
|
|
|
"bufferutil": "^4.0.6",
|
2022-01-06 00:56:20 +00:00
|
|
|
"utf-8-validate": "^5.0.8"
|
2016-08-24 15:56:44 +00:00
|
|
|
}
|
|
|
|
}
|