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": {
|
2021-05-07 18:52:40 +01:00
|
|
|
"node": ">=12"
|
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",
|
2019-12-23 06:27:55 +00:00
|
|
|
"test:lint:js": "eslint --ext=js . --cache",
|
2019-06-06 17:51:46 +01:00
|
|
|
"test:lint:sass": "sass-lint -v",
|
2021-08-28 01:58:04 +01:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest"
|
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
|
|
|
},
|
2018-09-14 16:59:48 +01: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 16:59:48 +01:00
|
|
|
],
|
2019-03-15 14:05:31 +00:00
|
|
|
"jest": {
|
2021-08-28 01:58:04 +01: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 15:11:45 +01:00
|
|
|
"private": true,
|
2017-01-11 14:39:31 +00:00
|
|
|
"dependencies": {
|
2021-11-02 12:22:01 +00:00
|
|
|
"@babel/core": "^7.16.0",
|
2021-10-13 11:18:19 +01:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.15.8",
|
2021-11-02 12:22:46 +00:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.16.0",
|
2021-10-13 11:18:47 +01:00
|
|
|
"@babel/plugin-transform-runtime": "^7.15.8",
|
2021-10-14 20:37:40 +01:00
|
|
|
"@babel/preset-env": "^7.15.8",
|
2021-06-18 08:04:07 +01:00
|
|
|
"@babel/preset-react": "^7.14.5",
|
2021-11-02 12:23:00 +00:00
|
|
|
"@babel/runtime": "^7.16.0",
|
2020-02-18 16:22:44 +00:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2020-10-22 05:14:50 +01:00
|
|
|
"@github/webauthn-json": "^0.5.7",
|
2021-07-03 21:07:46 +01:00
|
|
|
"@rails/ujs": "^6.1.4",
|
2021-10-13 11:29:50 +01:00
|
|
|
"array-includes": "^3.1.4",
|
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",
|
2021-10-28 02:24:21 +01:00
|
|
|
"axios": "^0.24.0",
|
2021-10-28 02:44:28 +01:00
|
|
|
"babel-loader": "^8.2.3",
|
2018-07-14 02:56:41 +01:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2020-03-26 00:53:31 +00:00
|
|
|
"babel-plugin-preval": "^5.0.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",
|
2018-12-31 17:11:48 +00:00
|
|
|
"babel-runtime": "^6.26.0",
|
2021-08-17 05:00:17 +01:00
|
|
|
"blurhash": "^1.1.4",
|
2021-04-05 14:17:46 +01: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 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",
|
2021-08-01 03:27:57 +01:00
|
|
|
"dotenv": "^10.0.0",
|
2021-06-01 13:35:49 +01:00
|
|
|
"emoji-mart": "^3.0.1",
|
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",
|
2019-05-29 14:53:20 +01:00
|
|
|
"express": "^4.17.1",
|
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",
|
2021-09-29 13:56:18 +01:00
|
|
|
"glob": "^7.2.0",
|
2019-09-18 14:41:50 +01:00
|
|
|
"history": "^4.10.1",
|
2020-10-06 09:00:43 +01:00
|
|
|
"http-link-header": "^1.0.3",
|
2021-10-14 19:58:38 +01:00
|
|
|
"immutable": "^4.0.0",
|
2020-10-13 07:23:27 +01: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 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",
|
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",
|
2021-05-03 12:07:30 +01:00
|
|
|
"marky": "^1.2.2",
|
2021-06-30 15:37:01 +01:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2020-04-13 15:11:52 +01:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-09-09 09:40:14 +01:00
|
|
|
"npmlog": "^5.0.1",
|
2017-05-11 10:26:06 +01:00
|
|
|
"object-assign": "^4.1.1",
|
2017-07-14 00:59:34 +01:00
|
|
|
"object-fit-images": "^3.2.3",
|
2021-10-13 11:15:35 +01:00
|
|
|
"object.values": "^1.1.5",
|
2019-06-03 13:12:34 +01:00
|
|
|
"offline-plugin": "^5.0.7",
|
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",
|
2018-09-14 16:59:48 +01:00
|
|
|
"postcss-loader": "^3.0.0",
|
2017-07-14 00:59:34 +01:00
|
|
|
"postcss-object-fit-images": "^1.1.2",
|
2021-10-09 11:37:44 +01:00
|
|
|
"promise.prototype.finally": "^3.1.3",
|
2017-05-29 17:23:28 +01:00
|
|
|
"prop-types": "^15.5.10",
|
2017-05-04 14:52:08 +01:00
|
|
|
"punycode": "^2.1.0",
|
2020-10-22 07:35:48 +01: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 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",
|
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 02:27:32 +01:00
|
|
|
"react-redux": "^7.2.6",
|
2019-08-20 01:19:01 +01:00
|
|
|
"react-redux-loading-bar": "^4.0.8",
|
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",
|
2021-10-14 20:42:27 +01:00
|
|
|
"react-select": "^5.1.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",
|
2021-06-07 13:03:42 +01:00
|
|
|
"react-textarea-autosize": "^8.3.3",
|
2021-03-15 11:56:59 +00:00
|
|
|
"react-toggle": "^4.1.2",
|
2021-04-26 12:49:35 +01:00
|
|
|
"redis": "^3.1.2",
|
2021-08-17 04:41:01 +01:00
|
|
|
"redux": "^4.1.1",
|
2017-05-29 17:23:28 +01:00
|
|
|
"redux-immutable": "^4.0.0",
|
2017-02-26 00:23:44 +00:00
|
|
|
"redux-thunk": "^2.2.0",
|
2021-08-01 03:09:50 +01:00
|
|
|
"regenerator-runtime": "^0.13.9",
|
2020-02-24 08:50:18 +00:00
|
|
|
"rellax": "^1.12.1",
|
2017-05-24 16:55:00 +01:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2018-12-31 17:11:48 +00:00
|
|
|
"reselect": "^4.0.0",
|
2020-02-17 16:58:14 +00:00
|
|
|
"rimraf": "^3.0.2",
|
2021-10-28 02:24:57 +01:00
|
|
|
"sass": "^1.43.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",
|
2021-10-20 02:08:35 +01:00
|
|
|
"webpack-bundle-analyzer": "^4.5.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",
|
2021-03-24 08:37:41 +00:00
|
|
|
"wicg-inert": "^3.1.1",
|
2021-10-09 11:37:14 +01:00
|
|
|
"ws": "^8.2.3"
|
2017-04-10 23:36:03 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-14 15:53:43 +01:00
|
|
|
"@testing-library/jest-dom": "^5.14.1",
|
2021-10-09 11:38:42 +01:00
|
|
|
"@testing-library/react": "^12.1.2",
|
2020-06-06 00:29:20 +01:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-10-20 03:35:48 +01:00
|
|
|
"babel-jest": "^27.3.1",
|
2021-08-02 15:28:16 +01:00
|
|
|
"eslint": "^7.32.0",
|
2021-10-20 01:47:45 +01:00
|
|
|
"eslint-plugin-import": "~2.25.2",
|
2020-11-04 15:07:58 +00:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.4.1",
|
2021-10-28 02:26:58 +01:00
|
|
|
"eslint-plugin-promise": "~5.1.1",
|
2021-10-09 11:37:56 +01:00
|
|
|
"eslint-plugin-react": "~7.26.1",
|
2021-10-20 03:03:25 +01:00
|
|
|
"jest": "^27.3.1",
|
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",
|
2019-06-04 16:23:18 +01:00
|
|
|
"sass-lint": "^1.13.1",
|
2021-01-20 12:28:45 +00:00
|
|
|
"webpack-dev-server": "^3.11.2",
|
2021-09-29 13:54:41 +01:00
|
|
|
"yargs": "^17.2.1"
|
2020-04-04 22:24:59 +01:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"kind-of": "^6.0.3"
|
2021-03-24 08:37:41 +00:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
2021-10-20 02:08:04 +01:00
|
|
|
"bufferutil": "^4.0.5",
|
2021-10-20 02:23:04 +01:00
|
|
|
"utf-8-validate": "^5.0.7"
|
2016-08-24 16:56:44 +01:00
|
|
|
}
|
|
|
|
}
|