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.

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