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.

136 lines
4.6 KiB

  1. {
  2. "name": "mastodon",
  3. "license": "AGPL-3.0",
  4. "scripts": {
  5. "postversion": "git push --tags",
  6. "build:development": "NODE_ENV=development yarn webpack -- --config config/webpack/development.js",
  7. "build:production": "NODE_ENV=production yarn webpack -- --config config/webpack/production.js",
  8. "manage:translations": "node ./config/webpack/translationRunner.js",
  9. "start": "rimraf ./tmp/streaming && babel ./streaming/index.js --out-dir ./tmp && node ./tmp/streaming/index.js",
  10. "storybook": "NODE_ENV=test start-storybook -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/ storyboard/ streaming/",
  13. "test:mocha": "NODE_ENV=test mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
  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.0",
  24. "axios": "^0.16.1",
  25. "babel-cli": "^6.24.1",
  26. "babel-core": "^6.24.1",
  27. "babel-loader": "7.x",
  28. "babel-plugin-lodash": "^3.2.11",
  29. "babel-plugin-react-intl": "^2.3.1",
  30. "babel-plugin-react-transform": "^2.0.2",
  31. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  32. "babel-plugin-transform-class-properties": "^6.24.1",
  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-jsx-self": "^6.22.0",
  36. "babel-plugin-transform-react-jsx-source": "^6.22.0",
  37. "babel-plugin-transform-react-remove-prop-types": "^0.4.5",
  38. "babel-plugin-transform-runtime": "^6.23.0",
  39. "babel-preset-env": "^1.4.0",
  40. "babel-preset-react": "^6.24.1",
  41. "classnames": "^2.2.5",
  42. "coffee-loader": "^0.7.3",
  43. "coffee-script": "^1.12.6",
  44. "compression-webpack-plugin": "^0.4.0",
  45. "css-loader": "^0.28.1",
  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": "^2.1.0",
  53. "file-loader": "^0.11.1",
  54. "font-awesome": "^4.7.0",
  55. "glob": "^7.1.1",
  56. "history": "^3.3.0",
  57. "http-link-header": "^0.8.0",
  58. "immutable": "^3.8.1",
  59. "intersection-observer": "^0.2.1",
  60. "intl": "^1.2.5",
  61. "intl-relativeformat": "^1.3.0",
  62. "is-nan": "^1.2.1",
  63. "js-yaml": "^3.8.4",
  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.0",
  70. "object-assign": "^4.1.1",
  71. "path-complete-extname": "^0.1.0",
  72. "pg": "^6.1.5",
  73. "postcss-loader": "^2.0.5",
  74. "postcss-smart-import": "^0.7.0",
  75. "precss": "^1.4.0",
  76. "prop-types": "^15.5.10",
  77. "punycode": "^2.1.0",
  78. "rails-erb-loader": "^5.0.0",
  79. "rails-ujs": "^5.1.1",
  80. "react": "^15.5.4",
  81. "react-addons-perf": "^15.4.2",
  82. "react-addons-shallow-compare": "^15.5.2",
  83. "react-dom": "^15.5.4",
  84. "react-immutable-proptypes": "^2.1.0",
  85. "react-immutable-pure-component": "^0.0.4",
  86. "react-intl": "^2.3.0",
  87. "react-motion": "^0.5.0",
  88. "react-notification": "^6.7.0",
  89. "react-redux": "^5.0.4",
  90. "react-redux-loading-bar": "^2.9.0",
  91. "react-router": "^3.0.5",
  92. "react-router-scroll": "^0.4.2",
  93. "react-simple-dropdown": "^3.0.0",
  94. "react-textarea-autosize": "^5.0.6",
  95. "react-toggle": "^4.0.1",
  96. "redis": "^2.7.1",
  97. "redux": "^3.6.0",
  98. "redux-immutable": "^4.0.0",
  99. "redux-thunk": "^2.2.0",
  100. "requestidlecallback": "^0.3.0",
  101. "reselect": "^3.0.1",
  102. "rimraf": "^2.6.1",
  103. "sass-loader": "^6.0.5",
  104. "stringz": "^0.2.0",
  105. "style-loader": "^0.16.1",
  106. "throng": "^4.0.0",
  107. "tiny-queue": "^0.2.1",
  108. "uuid": "^3.0.1",
  109. "uws": "^0.14.5",
  110. "webpack": "^2.5.1",
  111. "webpack-bundle-analyzer": "^2.8.2",
  112. "webpack-manifest-plugin": "^1.1.0",
  113. "webpack-merge": "^4.1.0",
  114. "websocket.js": "^0.1.7"
  115. },
  116. "devDependencies": {
  117. "@kadira/storybook": "^2.35.3",
  118. "babel-eslint": "^7.2.3",
  119. "chai": "^3.5.0",
  120. "chai-enzyme": "^0.6.1",
  121. "enzyme": "^2.8.2",
  122. "eslint": "^3.19.0",
  123. "eslint-plugin-jsx-a11y": "^4.0.0",
  124. "eslint-plugin-react": "^6.10.3",
  125. "jsdom": "^10.1.0",
  126. "minimist": "^1.2.0",
  127. "mocha": "^3.4.1",
  128. "react-intl-translations-manager": "^5.0.0",
  129. "react-test-renderer": "^15.5.4",
  130. "sinon": "^2.2.0",
  131. "webpack-dev-server": "^2.4.5"
  132. },
  133. "optionalDependencies": {
  134. "fsevents": "*"
  135. }
  136. }