package.json 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  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. "storybook": "cross-env NODE_ENV=test start-storybook -s ./public -p 9001 -c storybook",
  11. "test": "npm run test:lint && npm run test:mocha",
  12. "test:lint": "eslint -c .eslintrc.yml --ext=js app/javascript/ config/webpack/ spec/javascript/ storybook/ streaming/",
  13. "test:mocha": "cross-env NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.js",
  14. "postinstall": "npm rebuild node-sass"
  15. },
  16. "repository": {
  17. "type": "git",
  18. "url": "https://github.com/tootsuite/mastodon.git"
  19. },
  20. "private": true,
  21. "dependencies": {
  22. "array-includes": "^3.0.3",
  23. "autoprefixer": "^7.1.2",
  24. "axios": "^0.16.2",
  25. "babel-core": "^6.25.0",
  26. "babel-loader": "^7.1.1",
  27. "babel-plugin-lodash": "^3.2.11",
  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. "dotenv": "^4.0.0",
  47. "emojione": "^2.2.7",
  48. "emojione-picker": "^2.2.1",
  49. "es6-symbol": "^3.1.1",
  50. "escape-html": "^1.0.3",
  51. "express": "^4.15.2",
  52. "extract-text-webpack-plugin": "^3.0.0",
  53. "file-loader": "^0.11.2",
  54. "font-awesome": "^4.7.0",
  55. "glob": "^7.1.1",
  56. "http-link-header": "^0.8.0",
  57. "immutable": "^3.8.1",
  58. "intersection-observer": "^0.3.2",
  59. "intl": "^1.2.5",
  60. "intl-relativeformat": "^2.0.0",
  61. "is-nan": "^1.2.1",
  62. "js-yaml": "^3.9.0",
  63. "lodash": "^4.17.4",
  64. "mark-loader": "^0.1.6",
  65. "marky": "^1.2.0",
  66. "mkdirp": "^0.5.1",
  67. "node-sass": "^4.5.2",
  68. "npmlog": "^4.1.2",
  69. "object-assign": "^4.1.1",
  70. "object-fit-images": "^3.2.3",
  71. "offline-plugin": "^4.8.3",
  72. "path-complete-extname": "^0.1.0",
  73. "pg": "^6.4.0",
  74. "postcss-loader": "^2.0.6",
  75. "postcss-object-fit-images": "^1.1.2",
  76. "postcss-smart-import": "^0.7.5",
  77. "precss": "^2.0.0",
  78. "prop-types": "^15.5.10",
  79. "punycode": "^2.1.0",
  80. "rails-ujs": "^5.1.2",
  81. "react": "^15.6.1",
  82. "react-addons-perf": "^15.4.2",
  83. "react-addons-shallow-compare": "^15.6.0",
  84. "react-dom": "^15.6.1",
  85. "react-immutable-proptypes": "^2.1.0",
  86. "react-immutable-pure-component": "^1.0.0",
  87. "react-intl": "^2.3.0",
  88. "react-motion": "^0.5.0",
  89. "react-notification": "^6.7.1",
  90. "react-redux": "^5.0.4",
  91. "react-redux-loading-bar": "^2.9.2",
  92. "react-router-dom": "^4.1.1",
  93. "react-router-scroll": "ytase/react-router-scroll#build",
  94. "react-simple-dropdown": "^3.0.0",
  95. "react-swipeable-views": "^0.12.3",
  96. "react-textarea-autosize": "^5.0.7",
  97. "react-toggle": "^4.0.1",
  98. "redis": "^2.7.1",
  99. "redux": "^3.7.1",
  100. "redux-immutable": "^4.0.0",
  101. "redux-thunk": "^2.2.0",
  102. "requestidlecallback": "^0.3.0",
  103. "reselect": "^3.0.1",
  104. "resolve-url-loader": "^2.1.0",
  105. "rimraf": "^2.6.1",
  106. "sass-loader": "^6.0.6",
  107. "stringz": "^0.2.2",
  108. "style-loader": "^0.18.2",
  109. "substring-trie": "^1.0.1",
  110. "throng": "^4.0.0",
  111. "tiny-queue": "^0.2.1",
  112. "uuid": "^3.1.0",
  113. "uws": "^8.14.0",
  114. "webpack": "^3.2.0",
  115. "webpack-bundle-analyzer": "^2.8.2",
  116. "webpack-manifest-plugin": "^1.1.2",
  117. "webpack-merge": "^4.1.0",
  118. "websocket.js": "^0.1.12"
  119. },
  120. "devDependencies": {
  121. "@storybook/addon-actions": "^3.1.8",
  122. "@storybook/react": "^3.1.8",
  123. "babel-eslint": "^7.2.3",
  124. "chai": "^4.1.0",
  125. "chai-enzyme": "^0.8.0",
  126. "enzyme": "^2.9.1",
  127. "eslint": "^3.19.0",
  128. "eslint-plugin-jsx-a11y": "^4.0.0",
  129. "eslint-plugin-react": "^6.10.3",
  130. "jsdom": "^11.1.0",
  131. "mocha": "^3.4.1",
  132. "react-intl-translations-manager": "^5.0.0",
  133. "react-test-renderer": "^15.6.1",
  134. "sinon": "^2.3.7",
  135. "webpack-dev-server": "^2.5.1",
  136. "yargs": "^8.0.2"
  137. },
  138. "optionalDependencies": {
  139. "fsevents": "*"
  140. }
  141. }