The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

141 lines
4.7 KiB

  1. {
  2. "name": "mastodon",
  3. "license": "AGPL-3.0",
  4. "scripts": {
  5. "postversion": "git push --tags",
  6. "build:development": "cross-env RAILS_ENV=development ./bin/webpack",
  7. "build:production": "cross-env RAILS_ENV=production ./bin/webpack",
  8. "manage:translations": "node ./config/webpack/translationRunner.js",
  9. "start": "node ./streaming/index.js",
  10. "test": "npm run test:lint && npm run test:mocha",
  11. "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ streaming/",
  12. "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/**/*.test.js",
  13. "postinstall": "npm rebuild node-sass"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/tootsuite/mastodon.git"
  18. },
  19. "private": true,
  20. "dependencies": {
  21. "array-includes": "^3.0.3",
  22. "autoprefixer": "^7.1.2",
  23. "axios": "^0.16.2",
  24. "babel-core": "^6.25.0",
  25. "babel-loader": "^7.1.1",
  26. "babel-plugin-lodash": "^3.2.11",
  27. "babel-plugin-preval": "^1.3.2",
  28. "babel-plugin-react-intl": "^2.3.1",
  29. "babel-plugin-react-transform": "^2.0.2",
  30. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  31. "babel-plugin-transform-class-properties": "^6.24.1",
  32. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  33. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  34. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  35. "babel-plugin-transform-react-inline-elements": "^6.22.0",
  36. "babel-plugin-transform-react-jsx-self": "^6.22.0",
  37. "babel-plugin-transform-react-jsx-source": "^6.22.0",
  38. "babel-plugin-transform-react-remove-prop-types": "^0.4.6",
  39. "babel-plugin-transform-runtime": "^6.23.0",
  40. "babel-preset-env": "^1.6.0",
  41. "babel-preset-react": "^6.24.1",
  42. "classnames": "^2.2.5",
  43. "compression-webpack-plugin": "^0.4.0",
  44. "cross-env": "^5.0.1",
  45. "css-loader": "^0.28.4",
  46. "detect-passive-events": "^1.0.2",
  47. "dotenv": "^4.0.0",
  48. "emojione": "^2.2.7",
  49. "emojione-picker": "^2.2.1",
  50. "es6-symbol": "^3.1.1",
  51. "escape-html": "^1.0.3",
  52. "express": "^4.15.2",
  53. "extract-text-webpack-plugin": "^2.1.2",
  54. "file-loader": "^0.11.2",
  55. "font-awesome": "^4.7.0",
  56. "glob": "^7.1.1",
  57. "http-link-header": "^0.8.0",
  58. "immutable": "^3.8.1",
  59. "intersection-observer": "^0.4.0",
  60. "intl": "^1.2.5",
  61. "intl-relativeformat": "^2.0.0",
  62. "is-nan": "^1.2.1",
  63. "js-yaml": "^3.9.0",
  64. "lodash": "^4.17.4",
  65. "mark-loader": "^0.1.6",
  66. "marky": "^1.2.0",
  67. "mkdirp": "^0.5.1",
  68. "node-sass": "^4.5.2",
  69. "npmlog": "^4.1.2",
  70. "object-assign": "^4.1.1",
  71. "object-fit-images": "^3.2.3",
  72. "offline-plugin": "^4.8.3",
  73. "path-complete-extname": "^0.1.0",
  74. "pg": "^6.4.0",
  75. "postcss-loader": "^2.0.6",
  76. "postcss-object-fit-images": "^1.1.2",
  77. "postcss-smart-import": "^0.7.5",
  78. "precss": "^2.0.0",
  79. "prop-types": "^15.5.10",
  80. "punycode": "^2.1.0",
  81. "rails-ujs": "^5.1.2",
  82. "react": "^15.6.1",
  83. "react-addons-perf": "^15.4.2",
  84. "react-addons-shallow-compare": "^15.6.0",
  85. "react-dom": "^15.6.1",
  86. "react-immutable-proptypes": "^2.1.0",
  87. "react-immutable-pure-component": "^1.0.0",
  88. "react-intl": "^2.3.0",
  89. "react-motion": "^0.5.0",
  90. "react-notification": "^6.7.1",
  91. "react-redux": "^5.0.4",
  92. "react-redux-loading-bar": "^2.9.2",
  93. "react-router-dom": "^4.1.1",
  94. "react-router-scroll": "ytase/react-router-scroll#build",
  95. "react-simple-dropdown": "^3.0.0",
  96. "react-swipeable-views": "^0.12.3",
  97. "react-textarea-autosize": "^5.0.7",
  98. "react-toggle": "^4.0.1",
  99. "redis": "^2.7.1",
  100. "redux": "^3.7.1",
  101. "redux-immutable": "^4.0.0",
  102. "redux-thunk": "^2.2.0",
  103. "requestidlecallback": "^0.3.0",
  104. "reselect": "^3.0.1",
  105. "resolve-url-loader": "^2.1.0",
  106. "rimraf": "^2.6.1",
  107. "sass-loader": "^6.0.6",
  108. "stringz": "^0.2.2",
  109. "style-loader": "^0.18.2",
  110. "substring-trie": "^1.0.1",
  111. "throng": "^4.0.0",
  112. "tiny-queue": "^0.2.1",
  113. "uuid": "^3.1.0",
  114. "uws": "^8.14.0",
  115. "webpack": "^3.4.1",
  116. "webpack-bundle-analyzer": "^2.8.3",
  117. "webpack-manifest-plugin": "^1.2.1",
  118. "webpack-merge": "^4.1.0",
  119. "websocket.js": "^0.1.12"
  120. },
  121. "devDependencies": {
  122. "babel-eslint": "^7.2.3",
  123. "chai": "^4.1.0",
  124. "chai-enzyme": "^0.8.0",
  125. "enzyme": "^2.9.1",
  126. "eslint": "^3.19.0",
  127. "eslint-plugin-jsx-a11y": "^4.0.0",
  128. "eslint-plugin-react": "^6.10.3",
  129. "jsdom": "^11.1.0",
  130. "mocha": "^3.4.1",
  131. "react-intl-translations-manager": "^5.0.0",
  132. "react-test-renderer": "^15.6.1",
  133. "sinon": "^2.3.7",
  134. "webpack-dev-server": "^2.6.1",
  135. "yargs": "^8.0.2"
  136. },
  137. "optionalDependencies": {
  138. "fsevents": "*"
  139. }
  140. }