package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  1. {
  2. "name": "@mastodon/mastodon",
  3. "license": "AGPL-3.0-or-later",
  4. "engines": {
  5. "node": ">=14"
  6. },
  7. "scripts": {
  8. "postversion": "git push --tags",
  9. "build:development": "cross-env RAILS_ENV=development NODE_ENV=development ./bin/webpack",
  10. "build:production": "cross-env RAILS_ENV=production NODE_ENV=production ./bin/webpack",
  11. "manage:translations": "node ./config/webpack/translationRunner.js",
  12. "start": "node ./streaming/index.js",
  13. "test": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:jest",
  14. "test:lint": "${npm_execpath} run test:lint:js && ${npm_execpath} run test:lint:sass",
  15. "test:lint:js": "eslint --ext=js . --cache",
  16. "test:lint:sass": "stylelint '**/*.scss'",
  17. "test:jest": "cross-env NODE_ENV=test jest",
  18. "format": "prettier --write '**/*.{json,yml}'",
  19. "format-check": "prettier --write '**/*.{json,yml}'"
  20. },
  21. "repository": {
  22. "type": "git",
  23. "url": "https://github.com/mastodon/mastodon.git"
  24. },
  25. "private": true,
  26. "dependencies": {
  27. "@babel/core": "^7.19.6",
  28. "@babel/plugin-proposal-decorators": "^7.19.6",
  29. "@babel/plugin-transform-react-inline-elements": "^7.18.6",
  30. "@babel/plugin-transform-runtime": "^7.19.6",
  31. "@babel/preset-env": "^7.19.4",
  32. "@babel/preset-react": "^7.18.6",
  33. "@babel/runtime": "^7.19.4",
  34. "@gamestdio/websocket": "^0.3.2",
  35. "@github/webauthn-json": "^0.5.7",
  36. "@rails/ujs": "^6.1.7",
  37. "abortcontroller-polyfill": "^1.7.5",
  38. "array-includes": "^3.1.5",
  39. "arrow-key-navigation": "^1.2.0",
  40. "autoprefixer": "^9.8.8",
  41. "axios": "^1.1.3",
  42. "babel-loader": "^8.2.5",
  43. "babel-plugin-lodash": "^3.3.4",
  44. "babel-plugin-preval": "^5.1.0",
  45. "babel-plugin-react-intl": "^6.2.0",
  46. "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
  47. "blurhash": "^2.0.3",
  48. "classnames": "^2.3.2",
  49. "cocoon-js-vanilla": "^1.3.0",
  50. "color-blend": "^3.0.1",
  51. "compression-webpack-plugin": "^6.1.1",
  52. "cross-env": "^7.0.3",
  53. "css-loader": "^5.2.7",
  54. "cssnano": "^4.1.11",
  55. "detect-passive-events": "^2.0.3",
  56. "dotenv": "^16.0.3",
  57. "emoji-mart": "npm:emoji-mart-lazyload@latest",
  58. "es6-symbol": "^3.1.3",
  59. "escape-html": "^1.0.3",
  60. "exif-js": "^2.3.0",
  61. "express": "^4.18.2",
  62. "file-loader": "^6.2.0",
  63. "font-awesome": "^4.7.0",
  64. "fuzzysort": "^1.9.0",
  65. "glob": "^8.0.3",
  66. "history": "^4.10.1",
  67. "http-link-header": "^1.0.5",
  68. "immutable": "^4.1.0",
  69. "imports-loader": "^1.2.0",
  70. "intersection-observer": "^0.12.2",
  71. "intl": "^1.2.5",
  72. "intl-messageformat": "^2.2.0",
  73. "intl-relativeformat": "^6.4.3",
  74. "is-nan": "^1.3.2",
  75. "js-yaml": "^4.1.0",
  76. "jsdom": "^20.0.1",
  77. "lodash": "^4.17.21",
  78. "mark-loader": "^0.1.6",
  79. "marky": "^1.2.5",
  80. "mini-css-extract-plugin": "^1.6.2",
  81. "mkdirp": "^1.0.4",
  82. "npmlog": "^7.0.1",
  83. "object-assign": "^4.1.1",
  84. "object-fit-images": "^3.2.3",
  85. "object.values": "^1.1.5",
  86. "path-complete-extname": "^1.0.0",
  87. "pg": "^8.5.0",
  88. "postcss": "^8.4.18",
  89. "postcss-loader": "^3.0.0",
  90. "postcss-object-fit-images": "^1.1.2",
  91. "promise.prototype.finally": "^3.1.3",
  92. "prop-types": "^15.8.1",
  93. "punycode": "^2.1.0",
  94. "react": "^16.14.0",
  95. "react-dom": "^16.14.0",
  96. "react-helmet": "^6.1.0",
  97. "react-hotkeys": "^1.1.4",
  98. "react-immutable-proptypes": "^2.2.0",
  99. "react-immutable-pure-component": "^2.2.2",
  100. "react-intl": "^2.9.0",
  101. "react-motion": "^0.5.2",
  102. "react-notification": "^6.8.5",
  103. "react-overlays": "^0.9.3",
  104. "react-redux": "^7.2.9",
  105. "react-redux-loading-bar": "^5.0.4",
  106. "react-router-dom": "^4.1.1",
  107. "react-router-scroll-4": "^1.0.0-beta.1",
  108. "react-select": "^5.5.4",
  109. "react-sparklines": "^1.7.0",
  110. "react-swipeable-views": "^0.14.0",
  111. "react-textarea-autosize": "^8.3.4",
  112. "react-toggle": "^4.1.3",
  113. "redis": "^4.0.6 <4.1.0",
  114. "redux": "^4.2.0",
  115. "redux-immutable": "^4.0.0",
  116. "redux-thunk": "^2.4.1",
  117. "regenerator-runtime": "^0.13.10",
  118. "requestidlecallback": "^0.3.0",
  119. "reselect": "^4.1.6",
  120. "rimraf": "^3.0.2",
  121. "sass": "^1.55.0",
  122. "sass-loader": "^10.2.0",
  123. "stacktrace-js": "^2.0.2",
  124. "stringz": "^2.1.0",
  125. "substring-trie": "^1.0.2",
  126. "terser-webpack-plugin": "^4.2.3",
  127. "tesseract.js": "^2.1.1",
  128. "throng": "^4.0.0",
  129. "tiny-queue": "^0.2.1",
  130. "twitter-text": "3.1.0",
  131. "uuid": "^8.3.1",
  132. "webpack": "^4.46.0",
  133. "webpack-assets-manifest": "^4.0.6",
  134. "webpack-bundle-analyzer": "^4.6.1",
  135. "webpack-cli": "^3.3.12",
  136. "webpack-merge": "^5.8.0",
  137. "wicg-inert": "^3.1.2",
  138. "workbox-expiration": "^6.5.4",
  139. "workbox-precaching": "^6.5.4",
  140. "workbox-routing": "^6.5.4",
  141. "workbox-strategies": "^6.5.4",
  142. "workbox-webpack-plugin": "^6.5.4",
  143. "workbox-window": "^6.5.4",
  144. "ws": "^8.10.0"
  145. },
  146. "devDependencies": {
  147. "@babel/eslint-parser": "^7.19.1",
  148. "@testing-library/jest-dom": "^5.16.5",
  149. "@testing-library/react": "^12.1.5",
  150. "babel-jest": "^29.2.1",
  151. "eslint": "^7.32.0",
  152. "eslint-plugin-import": "~2.26.0",
  153. "eslint-plugin-jsx-a11y": "~6.6.1",
  154. "eslint-plugin-promise": "~6.1.1",
  155. "eslint-plugin-react": "~7.31.10",
  156. "jest": "^29.2.2",
  157. "jest-environment-jsdom": "^29.2.1",
  158. "postcss-scss": "^4.0.5",
  159. "prettier": "^2.7.1",
  160. "raf": "^3.4.1",
  161. "react-intl-translations-manager": "^5.0.3",
  162. "react-test-renderer": "^16.14.0",
  163. "stylelint": "^14.14.0",
  164. "stylelint-config-standard-scss": "^5.0.0",
  165. "webpack-dev-server": "^3.11.3",
  166. "yargs": "^17.6.0"
  167. },
  168. "resolutions": {
  169. "kind-of": "^6.0.3"
  170. },
  171. "optionalDependencies": {
  172. "bufferutil": "^4.0.7",
  173. "utf-8-validate": "^5.0.10"
  174. }
  175. }