2016-08-25 00:56:44 +09:00
|
|
|
{
|
2021-07-13 22:46:20 +09:00
|
|
|
"name": "@mastodon/mastodon",
|
2018-02-27 09:52:27 +09:00
|
|
|
"license": "AGPL-3.0-or-later",
|
2017-12-25 23:02:08 +09:00
|
|
|
"engines": {
|
2021-05-08 02:52:40 +09:00
|
|
|
"node": ">=12"
|
2017-12-25 23:02:08 +09:00
|
|
|
},
|
2016-10-10 11:01:10 +09:00
|
|
|
"scripts": {
|
2017-04-26 08:51:51 +09:00
|
|
|
"postversion": "git push --tags",
|
2018-09-15 00:59:48 +09: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 09:04:16 +09:00
|
|
|
"manage:translations": "node ./config/webpack/translationRunner.js",
|
2017-06-26 11:49:39 +09:00
|
|
|
"start": "node ./streaming/index.js",
|
2019-06-07 01:51:46 +09: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 15:27:55 +09:00
|
|
|
"test:lint:js": "eslint --ext=js . --cache",
|
2019-06-07 01:51:46 +09:00
|
|
|
"test:lint:sass": "sass-lint -v",
|
2021-08-28 09:58:04 +09:00
|
|
|
"test:jest": "cross-env NODE_ENV=test jest"
|
2016-10-10 11:01:10 +09:00
|
|
|
},
|
2017-04-26 08:51:51 +09:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2021-07-13 22:46:20 +09:00
|
|
|
"url": "https://github.com/mastodon/mastodon.git"
|
2017-04-26 08:51:51 +09:00
|
|
|
},
|
2018-09-15 00:59:48 +09:00
|
|
|
"browserslist": [
|
|
|
|
"last 2 versions",
|
2021-03-12 13:32:49 +09:00
|
|
|
"not IE 11",
|
2019-01-07 16:17:35 +09:00
|
|
|
"iOS >= 9",
|
|
|
|
"not dead"
|
2018-09-15 00:59:48 +09:00
|
|
|
],
|
2019-03-15 23:05:31 +09:00
|
|
|
"jest": {
|
2021-08-28 09:58:04 +09:00
|
|
|
"testEnvironment": "jsdom",
|
2019-03-15 23:05:31 +09: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 23:11:45 +09:00
|
|
|
"private": true,
|
2017-01-11 23:39:31 +09:00
|
|
|
"dependencies": {
|
2021-08-17 12:30:54 +09:00
|
|
|
"@babel/core": "^7.15.0",
|
2021-06-18 17:25:20 +09:00
|
|
|
"@babel/plugin-proposal-decorators": "^7.14.5",
|
2021-06-18 16:04:38 +09:00
|
|
|
"@babel/plugin-transform-react-inline-elements": "^7.14.5",
|
2021-08-23 22:03:23 +09:00
|
|
|
"@babel/plugin-transform-runtime": "^7.15.0",
|
2021-08-07 17:49:05 +09:00
|
|
|
"@babel/preset-env": "^7.15.0",
|
2021-06-18 16:04:07 +09:00
|
|
|
"@babel/preset-react": "^7.14.5",
|
2021-08-17 12:31:14 +09:00
|
|
|
"@babel/runtime": "^7.15.3",
|
2020-02-19 01:22:44 +09:00
|
|
|
"@gamestdio/websocket": "^0.3.2",
|
2020-10-22 13:14:50 +09:00
|
|
|
"@github/webauthn-json": "^0.5.7",
|
2021-07-04 05:07:46 +09:00
|
|
|
"@rails/ujs": "^6.1.4",
|
2021-02-24 06:57:36 +09:00
|
|
|
"array-includes": "^3.1.3",
|
2020-07-06 23:24:00 +09:00
|
|
|
"arrow-key-navigation": "^1.2.0",
|
2020-08-25 21:35:57 +09:00
|
|
|
"autoprefixer": "^9.8.6",
|
2020-12-30 11:44:25 +09:00
|
|
|
"axios": "^0.21.1",
|
2020-12-29 23:34:37 +09:00
|
|
|
"babel-loader": "^8.2.2",
|
2018-07-14 10:56:41 +09:00
|
|
|
"babel-plugin-lodash": "^3.3.4",
|
2020-03-26 09:53:31 +09:00
|
|
|
"babel-plugin-preval": "^5.0.0",
|
2020-05-09 04:32:37 +09:00
|
|
|
"babel-plugin-react-intl": "^6.2.0",
|
2019-03-15 23:05:31 +09:00
|
|
|
"babel-plugin-transform-react-remove-prop-types": "^0.4.24",
|
2019-01-01 02:11:48 +09:00
|
|
|
"babel-runtime": "^6.26.0",
|
2021-08-17 13:00:17 +09:00
|
|
|
"blurhash": "^1.1.4",
|
2021-04-05 22:17:46 +09:00
|
|
|
"classnames": "^2.3.1",
|
2020-12-30 00:01:25 +09:00
|
|
|
"color-blend": "^3.0.1",
|
2020-11-19 10:32:00 +09:00
|
|
|
"compression-webpack-plugin": "^6.1.1",
|
2020-12-29 23:41:30 +09:00
|
|
|
"cross-env": "^7.0.3",
|
2021-07-20 22:24:41 +09:00
|
|
|
"css-loader": "^5.2.7",
|
2021-04-12 21:59:28 +09:00
|
|
|
"cssnano": "^4.1.11",
|
2021-02-12 20:39:28 +09:00
|
|
|
"detect-passive-events": "^2.0.3",
|
2021-08-01 11:27:57 +09:00
|
|
|
"dotenv": "^10.0.0",
|
2021-06-01 21:35:49 +09:00
|
|
|
"emoji-mart": "^3.0.1",
|
2019-12-11 20:37:08 +09:00
|
|
|
"es6-symbol": "^3.1.3",
|
2017-02-26 09:34:56 +09:00
|
|
|
"escape-html": "^1.0.3",
|
2018-05-09 15:41:07 +09:00
|
|
|
"exif-js": "^2.3.0",
|
2019-05-29 22:53:20 +09:00
|
|
|
"express": "^4.17.1",
|
2020-11-04 23:43:15 +09:00
|
|
|
"file-loader": "^6.2.0",
|
2018-09-28 09:11:14 +09:00
|
|
|
"font-awesome": "^4.7.0",
|
2021-05-11 00:37:23 +09:00
|
|
|
"glob": "^7.1.7",
|
2019-09-18 22:41:50 +09:00
|
|
|
"history": "^4.10.1",
|
2020-10-06 17:00:43 +09:00
|
|
|
"http-link-header": "^1.0.3",
|
2017-10-31 20:23:24 +09:00
|
|
|
"immutable": "^3.8.2",
|
2020-10-13 15:23:27 +09:00
|
|
|
"imports-loader": "^1.2.0",
|
2020-12-29 23:51:48 +09:00
|
|
|
"intersection-observer": "^0.12.0",
|
2016-11-24 02:53:23 +09:00
|
|
|
"intl": "^1.2.5",
|
2017-12-04 00:55:53 +09:00
|
|
|
"intl-messageformat": "^2.2.0",
|
2019-07-22 16:27:44 +09:00
|
|
|
"intl-relativeformat": "^6.4.3",
|
2020-12-30 11:47:18 +09:00
|
|
|
"is-nan": "^1.3.2",
|
2021-04-20 04:07:08 +09:00
|
|
|
"js-yaml": "^4.1.0",
|
2021-02-24 06:56:29 +09:00
|
|
|
"lodash": "^4.17.21",
|
2017-05-25 21:09:55 +09:00
|
|
|
"mark-loader": "^0.1.6",
|
2021-05-03 20:07:30 +09:00
|
|
|
"marky": "^1.2.2",
|
2021-06-30 23:37:01 +09:00
|
|
|
"mini-css-extract-plugin": "^1.6.2",
|
2020-04-13 23:11:52 +09:00
|
|
|
"mkdirp": "^1.0.4",
|
2021-08-01 11:11:37 +09:00
|
|
|
"npmlog": "^5.0.0",
|
2017-05-11 18:26:06 +09:00
|
|
|
"object-assign": "^4.1.1",
|
2017-07-14 08:59:34 +09:00
|
|
|
"object-fit-images": "^3.2.3",
|
2021-02-27 03:46:25 +09:00
|
|
|
"object.values": "^1.1.3",
|
2019-06-03 21:12:34 +09:00
|
|
|
"offline-plugin": "^5.0.7",
|
2018-07-14 10:56:41 +09:00
|
|
|
"path-complete-extname": "^1.0.0",
|
2021-02-25 08:03:02 +09:00
|
|
|
"pg": "^8.5.0",
|
2018-09-15 00:59:48 +09:00
|
|
|
"postcss-loader": "^3.0.0",
|
2017-07-14 08:59:34 +09:00
|
|
|
"postcss-object-fit-images": "^1.1.2",
|
2020-02-19 01:22:44 +09:00
|
|
|
"promise.prototype.finally": "^3.1.2",
|
2017-05-30 01:23:28 +09:00
|
|
|
"prop-types": "^15.5.10",
|
2017-05-04 22:52:08 +09:00
|
|
|
"punycode": "^2.1.0",
|
2020-10-22 15:35:48 +09:00
|
|
|
"react": "^16.14.0",
|
|
|
|
"react-dom": "^16.14.0",
|
2019-01-01 02:11:48 +09:00
|
|
|
"react-hotkeys": "^1.1.4",
|
2020-03-18 19:40:49 +09:00
|
|
|
"react-immutable-proptypes": "^2.2.0",
|
2020-06-08 15:10:37 +09:00
|
|
|
"react-immutable-pure-component": "^2.2.2",
|
2019-06-04 00:14:17 +09:00
|
|
|
"react-intl": "^2.9.0",
|
2019-01-17 03:47:46 +09:00
|
|
|
"react-masonry-infinite": "^1.2.2",
|
2017-10-31 20:23:24 +09:00
|
|
|
"react-motion": "^0.5.2",
|
2019-11-11 22:24:27 +09:00
|
|
|
"react-notification": "^6.8.5",
|
2020-12-30 00:04:48 +09:00
|
|
|
"react-overlays": "^0.9.3",
|
2021-04-26 20:49:23 +09:00
|
|
|
"react-redux": "^7.2.4",
|
2019-08-20 09:19:01 +09:00
|
|
|
"react-redux-loading-bar": "^4.0.8",
|
2017-06-21 03:40:03 +09:00
|
|
|
"react-router-dom": "^4.1.1",
|
2017-11-01 06:58:38 +09:00
|
|
|
"react-router-scroll-4": "^1.0.0-beta.1",
|
2021-05-22 00:45:06 +09:00
|
|
|
"react-select": "^4.3.1",
|
2018-05-28 04:45:30 +09:00
|
|
|
"react-sparklines": "^1.7.0",
|
2021-06-01 13:08:18 +09:00
|
|
|
"react-swipeable-views": "^0.14.0",
|
2021-06-07 21:03:42 +09:00
|
|
|
"react-textarea-autosize": "^8.3.3",
|
2021-03-15 20:56:59 +09:00
|
|
|
"react-toggle": "^4.1.2",
|
2021-04-26 20:49:35 +09:00
|
|
|
"redis": "^3.1.2",
|
2021-08-17 12:41:01 +09:00
|
|
|
"redux": "^4.1.1",
|
2017-05-30 01:23:28 +09:00
|
|
|
"redux-immutable": "^4.0.0",
|
2017-02-26 09:23:44 +09:00
|
|
|
"redux-thunk": "^2.2.0",
|
2021-08-01 11:09:50 +09:00
|
|
|
"regenerator-runtime": "^0.13.9",
|
2020-02-24 17:50:18 +09:00
|
|
|
"rellax": "^1.12.1",
|
2017-05-25 00:55:00 +09:00
|
|
|
"requestidlecallback": "^0.3.0",
|
2019-01-01 02:11:48 +09:00
|
|
|
"reselect": "^4.0.0",
|
2020-02-18 01:58:14 +09:00
|
|
|
"rimraf": "^3.0.2",
|
2021-08-29 09:00:57 +09:00
|
|
|
"sass": "^1.38.2",
|
2021-05-22 00:47:41 +09:00
|
|
|
"sass-loader": "^10.2.0",
|
2020-02-20 06:36:52 +09:00
|
|
|
"stacktrace-js": "^2.0.2",
|
2020-03-31 22:11:00 +09:00
|
|
|
"stringz": "^2.1.0",
|
2017-10-03 20:11:22 +09:00
|
|
|
"substring-trie": "^1.0.2",
|
2020-10-13 15:49:45 +09:00
|
|
|
"terser-webpack-plugin": "^4.2.3",
|
2020-09-01 07:26:10 +09:00
|
|
|
"tesseract.js": "^2.1.1",
|
2017-05-28 23:25:26 +09:00
|
|
|
"throng": "^4.0.0",
|
2017-05-31 22:11:33 +09:00
|
|
|
"tiny-queue": "^0.2.1",
|
2021-03-02 20:02:56 +09:00
|
|
|
"twitter-text": "3.1.0",
|
2020-10-06 17:13:26 +09:00
|
|
|
"uuid": "^8.3.1",
|
2021-01-21 21:46:54 +09:00
|
|
|
"webpack": "^4.46.0",
|
2021-04-26 20:47:41 +09:00
|
|
|
"webpack-assets-manifest": "^4.0.6",
|
2021-05-27 17:35:48 +09:00
|
|
|
"webpack-bundle-analyzer": "^4.4.2",
|
2020-11-25 05:06:18 +09:00
|
|
|
"webpack-cli": "^3.3.12",
|
2021-06-15 00:00:31 +09:00
|
|
|
"webpack-merge": "^5.8.0",
|
2021-03-24 17:37:41 +09:00
|
|
|
"wicg-inert": "^3.1.1",
|
2021-08-23 22:03:38 +09:00
|
|
|
"ws": "^8.2.0"
|
2017-04-11 07:36:03 +09:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2021-06-14 23:53:43 +09:00
|
|
|
"@testing-library/jest-dom": "^5.14.1",
|
2021-08-17 12:30:15 +09:00
|
|
|
"@testing-library/react": "^12.0.0",
|
2020-06-06 08:29:20 +09:00
|
|
|
"babel-eslint": "^10.1.0",
|
2021-08-28 09:58:04 +09:00
|
|
|
"babel-jest": "^27.1.0",
|
2021-08-02 23:28:16 +09:00
|
|
|
"eslint": "^7.32.0",
|
2021-08-29 09:00:41 +09:00
|
|
|
"eslint-plugin-import": "~2.24.2",
|
2020-11-05 00:07:58 +09:00
|
|
|
"eslint-plugin-jsx-a11y": "~6.4.1",
|
2021-04-13 01:02:57 +09:00
|
|
|
"eslint-plugin-promise": "~5.1.0",
|
2021-06-01 13:08:57 +09:00
|
|
|
"eslint-plugin-react": "~7.24.0",
|
2021-08-28 09:58:04 +09:00
|
|
|
"jest": "^27.1.0",
|
2019-01-01 02:11:48 +09:00
|
|
|
"raf": "^3.4.1",
|
2018-07-14 10:56:41 +09:00
|
|
|
"react-intl-translations-manager": "^5.0.3",
|
2020-10-27 02:52:38 +09:00
|
|
|
"react-test-renderer": "^16.14.0",
|
2019-06-05 00:23:18 +09:00
|
|
|
"sass-lint": "^1.13.1",
|
2021-01-20 21:28:45 +09:00
|
|
|
"webpack-dev-server": "^3.11.2",
|
2021-08-17 13:19:51 +09:00
|
|
|
"yargs": "^17.1.1"
|
2020-04-05 06:24:59 +09:00
|
|
|
},
|
|
|
|
"resolutions": {
|
|
|
|
"kind-of": "^6.0.3"
|
2021-03-24 17:37:41 +09:00
|
|
|
},
|
|
|
|
"optionalDependencies": {
|
|
|
|
"bufferutil": "^4.0.3",
|
2021-05-11 00:36:26 +09:00
|
|
|
"utf-8-validate": "^5.0.5"
|
2016-08-25 00:56:44 +09:00
|
|
|
}
|
|
|
|
}
|