The code powering m.abunchtell.com https://m.abunchtell.com
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
 
 
 
 

158 Zeilen
4.9 KiB

  1. {
  2. "name": "mastodon",
  3. "license": "AGPL-3.0-or-later",
  4. "engines": {
  5. "node": ">=8 <11"
  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. ],
  26. "private": true,
  27. "dependencies": {
  28. "@babel/core": "^7.2.2",
  29. "@babel/plugin-proposal-class-properties": "^7.2.3",
  30. "@babel/plugin-proposal-decorators": "^7.2.3",
  31. "@babel/plugin-proposal-object-rest-spread": "^7.2.0",
  32. "@babel/plugin-syntax-dynamic-import": "^7.2.0",
  33. "@babel/plugin-transform-react-inline-elements": "^7.2.0",
  34. "@babel/plugin-transform-react-jsx-self": "^7.2.0",
  35. "@babel/plugin-transform-react-jsx-source": "^7.2.0",
  36. "@babel/plugin-transform-runtime": "^7.2.0",
  37. "@babel/preset-env": "^7.2.3",
  38. "@babel/preset-react": "^7.0.0",
  39. "@babel/runtime": "^7.2.0",
  40. "@gfx/zopfli": "^1.0.10",
  41. "array-includes": "^3.0.3",
  42. "autoprefixer": "^9.4.3",
  43. "axios": "^0.18.0",
  44. "babel-core": "^7.0.0-bridge.0",
  45. "babel-loader": "^8.0.4",
  46. "babel-plugin-lodash": "^3.3.4",
  47. "babel-plugin-preval": "^3.0.1",
  48. "babel-plugin-react-intl": "^3.0.1",
  49. "babel-plugin-transform-react-remove-prop-types": "^0.4.21",
  50. "babel-runtime": "^6.26.0",
  51. "classnames": "^2.2.5",
  52. "compression-webpack-plugin": "^2.0.0",
  53. "cross-env": "^5.1.4",
  54. "css-loader": "^2.1.0",
  55. "cssnano": "^4.1.8",
  56. "detect-passive-events": "^1.0.2",
  57. "dotenv": "^6.2.0",
  58. "emoji-mart": "Gargron/emoji-mart#build",
  59. "es6-symbol": "^3.1.1",
  60. "escape-html": "^1.0.3",
  61. "exif-js": "^2.3.0",
  62. "express": "^4.16.4",
  63. "fibers": "^3.1.1",
  64. "file-loader": "^3.0.1",
  65. "font-awesome": "^4.7.0",
  66. "glob": "^7.1.1",
  67. "history": "^4.7.2",
  68. "http-link-header": "^1.0.2",
  69. "immutable": "^3.8.2",
  70. "imports-loader": "^0.8.0",
  71. "intersection-observer": "^0.5.1",
  72. "intl": "^1.2.5",
  73. "intl-messageformat": "^2.2.0",
  74. "intl-relativeformat": "^2.1.0",
  75. "is-nan": "^1.2.1",
  76. "js-yaml": "^3.11.0",
  77. "lodash": "^4.7.11",
  78. "mark-loader": "^0.1.6",
  79. "marky": "^1.2.1",
  80. "mini-css-extract-plugin": "^0.5.0",
  81. "mkdirp": "^0.5.1",
  82. "npmlog": "^4.1.2",
  83. "object-assign": "^4.1.1",
  84. "object-fit-images": "^3.2.3",
  85. "object.values": "^1.0.4",
  86. "offline-plugin": "^5.0.6",
  87. "path-complete-extname": "^1.0.0",
  88. "pg": "^6.4.0",
  89. "postcss-loader": "^3.0.0",
  90. "postcss-object-fit-images": "^1.1.2",
  91. "prop-types": "^15.5.10",
  92. "punycode": "^2.1.0",
  93. "rails-ujs": "^5.2.2",
  94. "react": "^16.7.0",
  95. "react-dom": "^16.7.0",
  96. "react-hotkeys": "^1.1.4",
  97. "react-immutable-proptypes": "^2.1.0",
  98. "react-immutable-pure-component": "^1.1.1",
  99. "react-intl": "^2.7.2",
  100. "react-motion": "^0.5.2",
  101. "react-notification": "^6.8.4",
  102. "react-overlays": "^0.8.3",
  103. "react-redux": "^6.0.0",
  104. "react-redux-loading-bar": "^4.1.0",
  105. "react-router-dom": "^4.1.1",
  106. "react-router-scroll-4": "^1.0.0-beta.1",
  107. "react-select": "^2.2.0",
  108. "react-sparklines": "^1.7.0",
  109. "react-swipeable-views": "^0.13.0",
  110. "react-textarea-autosize": "^7.1.0",
  111. "react-toggle": "^4.0.1",
  112. "redis": "^2.7.1",
  113. "redux": "^4.0.1",
  114. "redux-immutable": "^4.0.0",
  115. "redux-thunk": "^2.2.0",
  116. "rellax": "^1.7.1",
  117. "requestidlecallback": "^0.3.0",
  118. "reselect": "^4.0.0",
  119. "rimraf": "^2.6.1",
  120. "sass": "^1.15.2",
  121. "sass-loader": "^7.0.3",
  122. "stringz": "^1.0.0",
  123. "style-loader": "0.23.1",
  124. "substring-trie": "^1.0.2",
  125. "throng": "^4.0.0",
  126. "tiny-queue": "^0.2.1",
  127. "uglifyjs-webpack-plugin": "^2.1.1",
  128. "uuid": "^3.1.0",
  129. "uws": "10.148.0",
  130. "webpack": "^4.28.3",
  131. "webpack-assets-manifest": "^3.1.1",
  132. "webpack-bundle-analyzer": "^3.0.3",
  133. "webpack-cli": "^3.1.2",
  134. "webpack-merge": "^4.1.5",
  135. "websocket.js": "^0.1.12"
  136. },
  137. "devDependencies": {
  138. "babel-eslint": "^10.0.1",
  139. "babel-jest": "^23.6.0",
  140. "enzyme": "^3.8.0",
  141. "enzyme-adapter-react-16": "^1.7.1",
  142. "eslint": "^5.11.1",
  143. "eslint-plugin-import": "~2.14.0",
  144. "eslint-plugin-jsx-a11y": "~6.1.2",
  145. "eslint-plugin-promise": "~4.0.1",
  146. "eslint-plugin-react": "~7.12.1",
  147. "jest": "^23.6.0",
  148. "raf": "^3.4.1",
  149. "react-intl-translations-manager": "^5.0.3",
  150. "react-test-renderer": "^16.7.0",
  151. "webpack-dev-server": "^3.1.14",
  152. "yargs": "^8.0.2"
  153. },
  154. "optionalDependencies": {
  155. "fsevents": "*"
  156. }
  157. }