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.

148 lines
4.7 KiB

  1. {
  2. "name": "mastodon",
  3. "license": "AGPL-3.0-or-later",
  4. "engines": {
  5. "node": ">=6"
  6. },
  7. "scripts": {
  8. "postversion": "git push --tags",
  9. "build:development": "cross-env RAILS_ENV=development ./bin/webpack",
  10. "build:production": "cross-env RAILS_ENV=production ./bin/webpack",
  11. "manage:translations": "node ./config/webpack/translationRunner.js",
  12. "start": "node ./streaming/index.js",
  13. "test": "npm-run-all test:lint test:jest",
  14. "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ streaming/",
  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. "private": true,
  22. "dependencies": {
  23. "array-includes": "^3.0.3",
  24. "autoprefixer": "^8.6.5",
  25. "axios": "~0.16.2",
  26. "babel-core": "^6.26.3",
  27. "babel-loader": "^7.1.5",
  28. "babel-plugin-lodash": "^3.3.4",
  29. "babel-plugin-preval": "^1.6.1",
  30. "babel-plugin-react-intl": "^2.4.0",
  31. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  32. "babel-plugin-transform-class-properties": "^6.24.1",
  33. "babel-plugin-transform-decorators-legacy": "^1.3.5",
  34. "babel-plugin-transform-es2015-modules-commonjs": "^6.26.2",
  35. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  36. "babel-plugin-transform-react-inline-elements": "^6.22.0",
  37. "babel-plugin-transform-react-jsx-self": "^6.22.0",
  38. "babel-plugin-transform-react-jsx-source": "^6.22.0",
  39. "babel-plugin-transform-react-remove-prop-types": "^0.4.13",
  40. "babel-plugin-transform-runtime": "^6.23.0",
  41. "babel-preset-env": "^1.7.0",
  42. "babel-preset-react": "^6.24.1",
  43. "classnames": "^2.2.5",
  44. "compression-webpack-plugin": "^1.1.11",
  45. "cross-env": "^5.1.4",
  46. "css-loader": "^0.28.11",
  47. "detect-passive-events": "^1.0.2",
  48. "dotenv": "^4.0.0",
  49. "emoji-mart": "Gargron/emoji-mart#build",
  50. "es6-symbol": "^3.1.1",
  51. "escape-html": "^1.0.3",
  52. "exif-js": "^2.3.0",
  53. "express": "^4.16.2",
  54. "file-loader": "^1.1.11",
  55. "font-awesome": "^4.7.0",
  56. "glob": "^7.1.1",
  57. "http-link-header": "^0.8.0",
  58. "immutable": "^3.8.2",
  59. "imports-loader": "^0.8.0",
  60. "intersection-observer": "^0.5.0",
  61. "intl": "^1.2.5",
  62. "intl-messageformat": "^2.2.0",
  63. "intl-relativeformat": "^2.1.0",
  64. "is-nan": "^1.2.1",
  65. "js-yaml": "^3.11.0",
  66. "lodash": "^4.17.5",
  67. "mark-loader": "^0.1.6",
  68. "marky": "^1.2.0",
  69. "mini-css-extract-plugin": "^0.4.1",
  70. "mkdirp": "^0.5.1",
  71. "node-sass": "^4.9.2",
  72. "npm-run-all": "^4.1.2",
  73. "npmlog": "^4.1.2",
  74. "object-assign": "^4.1.1",
  75. "object-fit-images": "^3.2.3",
  76. "object.values": "^1.0.4",
  77. "offline-plugin": "^5.0.5",
  78. "path-complete-extname": "^1.0.0",
  79. "pg": "^6.4.0",
  80. "postcss-loader": "^2.1.6",
  81. "postcss-object-fit-images": "^1.1.2",
  82. "postcss-smart-import": "^0.7.6",
  83. "precss": "^3.1.2",
  84. "prop-types": "^15.5.10",
  85. "punycode": "^2.1.0",
  86. "rails-ujs": "^5.2.0",
  87. "react": "^16.3.0",
  88. "react-dom": "^16.3.0",
  89. "react-hotkeys": "^0.10.0",
  90. "react-immutable-proptypes": "^2.1.0",
  91. "react-immutable-pure-component": "^1.1.1",
  92. "react-intl": "^2.4.0",
  93. "react-motion": "^0.5.2",
  94. "react-notification": "^6.8.2",
  95. "react-overlays": "^0.8.3",
  96. "react-redux": "^5.0.4",
  97. "react-redux-loading-bar": "^2.9.3",
  98. "react-router-dom": "^4.1.1",
  99. "react-router-scroll-4": "^1.0.0-beta.1",
  100. "react-sparklines": "^1.7.0",
  101. "react-swipeable-views": "^0.12.3",
  102. "react-textarea-autosize": "^5.2.1",
  103. "react-toggle": "^4.0.1",
  104. "redis": "^2.7.1",
  105. "redux": "^3.7.1",
  106. "redux-immutable": "^4.0.0",
  107. "redux-thunk": "^2.2.0",
  108. "requestidlecallback": "^0.3.0",
  109. "reselect": "^3.0.1",
  110. "rimraf": "^2.6.1",
  111. "sass-loader": "^7.0.3",
  112. "stringz": "^0.3.0",
  113. "style-loader": "^0.21.0",
  114. "substring-trie": "^1.0.2",
  115. "throng": "^4.0.0",
  116. "tiny-queue": "^0.2.1",
  117. "uglifyjs-webpack-plugin": "^1.2.7",
  118. "uuid": "^3.1.0",
  119. "uws": "10.148.0",
  120. "webpack": "^4.16.0",
  121. "webpack-bundle-analyzer": "^2.13.1",
  122. "webpack-cli": "^3.0.8",
  123. "webpack-manifest-plugin": "^2.0.3",
  124. "webpack-merge": "^4.1.3",
  125. "websocket.js": "^0.1.12",
  126. "whatwg-url": "^6.4.1"
  127. },
  128. "devDependencies": {
  129. "babel-eslint": "^8.2.6",
  130. "enzyme": "^3.2.0",
  131. "enzyme-adapter-react-16": "^1.1.0",
  132. "eslint": "^4.19.1",
  133. "eslint-plugin-import": "^2.8.0",
  134. "eslint-plugin-jsx-a11y": "^6.0.3",
  135. "eslint-plugin-promise": "^3.8.0",
  136. "eslint-plugin-react": "^7.8.2",
  137. "jest": "^21.2.1",
  138. "raf": "^3.4.0",
  139. "react-intl-translations-manager": "^5.0.3",
  140. "react-test-renderer": "^16.2.0",
  141. "webpack-dev-server": "^3.1.4",
  142. "yargs": "^8.0.2"
  143. },
  144. "optionalDependencies": {
  145. "fsevents": "*",
  146. "node-zopfli": "^2.0.2"
  147. }
  148. }