You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

185 lines
5.7 KiB

  1. {
  2. "name": "mastodon",
  3. "license": "AGPL-3.0-or-later",
  4. "engines": {
  5. "node": ">=8.12 <12"
  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 && ${npm_execpath} run test:jest",
  14. "test:lint": "eslint --ext=js .",
  15. "test:lint:sass": "sass-lint .",
  16. "test:jest": "cross-env NODE_ENV=test jest --coverage"
  17. },
  18. "repository": {
  19. "type": "git",
  20. "url": "https://github.com/tootsuite/mastodon.git"
  21. },
  22. "browserslist": [
  23. "last 2 versions",
  24. "IE >= 11",
  25. "iOS >= 9",
  26. "not dead"
  27. ],
  28. "jest": {
  29. "projects": [
  30. "<rootDir>/app/javascript/mastodon"
  31. ],
  32. "testPathIgnorePatterns": [
  33. "<rootDir>/node_modules/",
  34. "<rootDir>/vendor/",
  35. "<rootDir>/config/",
  36. "<rootDir>/log/",
  37. "<rootDir>/public/",
  38. "<rootDir>/tmp/"
  39. ],
  40. "setupFiles": [
  41. "raf/polyfill"
  42. ],
  43. "setupFilesAfterEnv": [
  44. "<rootDir>/app/javascript/mastodon/test_setup.js"
  45. ],
  46. "collectCoverageFrom": [
  47. "app/javascript/mastodon/**/*.js",
  48. "!app/javascript/mastodon/features/emoji/emoji_compressed.js",
  49. "!app/javascript/mastodon/locales/locale-data/*.js",
  50. "!app/javascript/mastodon/service_worker/entry.js",
  51. "!app/javascript/mastodon/test_setup.js"
  52. ],
  53. "coverageDirectory": "<rootDir>/coverage",
  54. "moduleDirectories": [
  55. "<rootDir>/node_modules",
  56. "<rootDir>/app/javascript"
  57. ]
  58. },
  59. "private": true,
  60. "dependencies": {
  61. "@babel/core": "^7.4.5",
  62. "@babel/plugin-proposal-class-properties": "^7.4.4",
  63. "@babel/plugin-proposal-decorators": "^7.4.4",
  64. "@babel/plugin-proposal-object-rest-spread": "^7.4.4",
  65. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  66. "@babel/plugin-transform-react-inline-elements": "^7.2.0",
  67. "@babel/plugin-transform-react-jsx-self": "^7.2.0",
  68. "@babel/plugin-transform-react-jsx-source": "^7.2.0",
  69. "@babel/plugin-transform-runtime": "^7.4.4",
  70. "@babel/preset-env": "^7.4.5",
  71. "@babel/preset-react": "^7.0.0",
  72. "@babel/runtime": "^7.4.5",
  73. "@clusterws/cws": "^0.14.0",
  74. "array-includes": "^3.0.3",
  75. "autoprefixer": "^9.5.1",
  76. "axios": "^0.19.0",
  77. "babel-loader": "^8.0.5",
  78. "babel-plugin-lodash": "^3.3.4",
  79. "babel-plugin-preval": "^3.0.1",
  80. "babel-plugin-react-intl": "^3.1.3",
  81. "babel-plugin-transform-react-remove-prop-types": "^0.4.24",
  82. "babel-runtime": "^6.26.0",
  83. "blurhash": "^1.0.0",
  84. "classnames": "^2.2.5",
  85. "compression-webpack-plugin": "^2.0.0",
  86. "cross-env": "^5.1.4",
  87. "css-loader": "^2.1.1",
  88. "cssnano": "^4.1.10",
  89. "detect-passive-events": "^1.0.2",
  90. "dotenv": "^8.0.0",
  91. "emoji-mart": "Gargron/emoji-mart#build",
  92. "es6-symbol": "^3.1.1",
  93. "escape-html": "^1.0.3",
  94. "exif-js": "^2.3.0",
  95. "express": "^4.17.1",
  96. "file-loader": "^3.0.1",
  97. "font-awesome": "^4.7.0",
  98. "glob": "^7.1.1",
  99. "http-link-header": "^1.0.2",
  100. "immutable": "^3.8.2",
  101. "imports-loader": "^0.8.0",
  102. "intersection-observer": "^0.5.1",
  103. "intl": "^1.2.5",
  104. "intl-messageformat": "^2.2.0",
  105. "intl-relativeformat": "^2.2.0",
  106. "is-nan": "^1.2.1",
  107. "js-yaml": "^3.13.1",
  108. "lodash": "^4.7.11",
  109. "mark-loader": "^0.1.6",
  110. "marky": "^1.2.1",
  111. "mini-css-extract-plugin": "^0.5.0",
  112. "mkdirp": "^0.5.1",
  113. "npmlog": "^4.1.2",
  114. "object-assign": "^4.1.1",
  115. "object-fit-images": "^3.2.3",
  116. "object.values": "^1.1.0",
  117. "offline-plugin": "^5.0.7",
  118. "path-complete-extname": "^1.0.0",
  119. "pg": "^6.4.0",
  120. "postcss-loader": "^3.0.0",
  121. "postcss-object-fit-images": "^1.1.2",
  122. "prop-types": "^15.5.10",
  123. "punycode": "^2.1.0",
  124. "rails-ujs": "^5.2.3",
  125. "react": "^16.8.6",
  126. "react-dom": "^16.8.6",
  127. "react-hotkeys": "^1.1.4",
  128. "react-immutable-proptypes": "^2.1.0",
  129. "react-immutable-pure-component": "^1.1.1",
  130. "react-intl": "^2.9.0",
  131. "react-masonry-infinite": "^1.2.2",
  132. "react-motion": "^0.5.2",
  133. "react-notification": "^6.8.4",
  134. "react-overlays": "^0.8.3",
  135. "react-redux": "^6.0.1",
  136. "react-redux-loading-bar": "^4.0.8",
  137. "react-router-dom": "^4.1.1",
  138. "react-router-scroll-4": "^1.0.0-beta.1",
  139. "react-select": "^2.4.4",
  140. "react-sparklines": "^1.7.0",
  141. "react-swipeable-views": "^0.13.3",
  142. "react-textarea-autosize": "^7.1.0",
  143. "react-toggle": "^4.0.1",
  144. "redis": "^2.7.1",
  145. "redux": "^4.0.1",
  146. "redux-immutable": "^4.0.0",
  147. "redux-thunk": "^2.2.0",
  148. "rellax": "^1.7.1",
  149. "requestidlecallback": "^0.3.0",
  150. "reselect": "^4.0.0",
  151. "rimraf": "^2.6.3",
  152. "sass": "^1.20.3",
  153. "sass-loader": "^7.0.3",
  154. "stringz": "^1.0.0",
  155. "substring-trie": "^1.0.2",
  156. "terser-webpack-plugin": "^1.3.0",
  157. "throng": "^4.0.0",
  158. "tiny-queue": "^0.2.1",
  159. "uuid": "^3.1.0",
  160. "webpack": "^4.29.6",
  161. "webpack-assets-manifest": "^3.1.1",
  162. "webpack-bundle-analyzer": "^3.1.0",
  163. "webpack-cli": "^3.3.2",
  164. "webpack-merge": "^4.2.1",
  165. "websocket.js": "^0.1.12"
  166. },
  167. "devDependencies": {
  168. "babel-eslint": "^10.0.1",
  169. "babel-jest": "^24.8.0",
  170. "enzyme": "^3.8.0",
  171. "enzyme-adapter-react-16": "^1.7.1",
  172. "eslint": "^5.11.1",
  173. "eslint-plugin-import": "~2.14.0",
  174. "eslint-plugin-jsx-a11y": "~6.2.1",
  175. "eslint-plugin-promise": "~4.1.1",
  176. "eslint-plugin-react": "~7.12.1",
  177. "jest": "^24.8.0",
  178. "raf": "^3.4.1",
  179. "react-intl-translations-manager": "^5.0.3",
  180. "react-test-renderer": "^16.8.6",
  181. "sass-lint": "^1.13.1",
  182. "webpack-dev-server": "^3.5.1",
  183. "yargs": "^12.0.5"
  184. }
  185. }