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.

134 lines
4.5 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/ spec/javascript/ storyboard/ streaming/",
  13. "test:mocha": "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.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. "compression-webpack-plugin": "^0.4.0",
  43. "css-loader": "^0.28.1",
  44. "dotenv": "^4.0.0",
  45. "emojione": "^2.2.7",
  46. "emojione-picker": "^2.2.1",
  47. "es6-symbol": "^3.1.1",
  48. "escape-html": "^1.0.3",
  49. "express": "^4.15.2",
  50. "extract-text-webpack-plugin": "^2.1.0",
  51. "file-loader": "^0.11.1",
  52. "font-awesome": "^4.7.0",
  53. "glob": "^7.1.1",
  54. "history": "^3.3.0",
  55. "http-link-header": "^0.8.0",
  56. "immutable": "^3.8.1",
  57. "intersection-observer": "^0.2.1",
  58. "intl": "^1.2.5",
  59. "intl-relativeformat": "^1.3.0",
  60. "is-nan": "^1.2.1",
  61. "js-yaml": "^3.8.4",
  62. "lodash": "^4.17.4",
  63. "mark-loader": "^0.1.6",
  64. "marky": "^1.2.0",
  65. "mkdirp": "^0.5.1",
  66. "node-sass": "^4.5.2",
  67. "npmlog": "^4.1.0",
  68. "object-assign": "^4.1.1",
  69. "path-complete-extname": "^0.1.0",
  70. "pg": "^6.1.5",
  71. "postcss-loader": "^2.0.5",
  72. "postcss-smart-import": "^0.7.0",
  73. "precss": "^1.4.0",
  74. "prop-types": "^15.5.10",
  75. "punycode": "^2.1.0",
  76. "rails-ujs": "^5.1.1",
  77. "react": "^15.5.4",
  78. "react-addons-perf": "^15.4.2",
  79. "react-addons-shallow-compare": "^15.5.2",
  80. "react-dom": "^15.5.4",
  81. "react-immutable-proptypes": "^2.1.0",
  82. "react-immutable-pure-component": "^0.0.4",
  83. "react-intl": "^2.3.0",
  84. "react-motion": "^0.5.0",
  85. "react-notification": "^6.7.0",
  86. "react-redux": "^5.0.4",
  87. "react-redux-loading-bar": "^2.9.0",
  88. "react-router": "^3.0.5",
  89. "react-router-scroll": "^0.4.2",
  90. "react-simple-dropdown": "^3.0.0",
  91. "react-textarea-autosize": "^5.0.6",
  92. "react-toggle": "^4.0.1",
  93. "redis": "^2.7.1",
  94. "redux": "^3.6.0",
  95. "redux-immutable": "^4.0.0",
  96. "redux-thunk": "^2.2.0",
  97. "requestidlecallback": "^0.3.0",
  98. "reselect": "^3.0.1",
  99. "rimraf": "^2.6.1",
  100. "sass-loader": "^6.0.5",
  101. "stringz": "^0.2.0",
  102. "style-loader": "^0.16.1",
  103. "throng": "^4.0.0",
  104. "tiny-queue": "^0.2.1",
  105. "uuid": "^3.0.1",
  106. "uws": "^0.14.5",
  107. "webpack": "^2.5.1",
  108. "webpack-bundle-analyzer": "^2.8.2",
  109. "webpack-manifest-plugin": "^1.1.0",
  110. "webpack-merge": "^4.1.0",
  111. "websocket.js": "^0.1.7"
  112. },
  113. "devDependencies": {
  114. "@storybook/addon-actions": "^3.0.0",
  115. "@storybook/react": "^3.0.0",
  116. "babel-eslint": "^7.2.3",
  117. "chai": "^4.0.1",
  118. "chai-enzyme": "^0.7.1",
  119. "enzyme": "^2.8.2",
  120. "eslint": "^3.19.0",
  121. "eslint-plugin-jsx-a11y": "^4.0.0",
  122. "eslint-plugin-react": "^6.10.3",
  123. "jsdom": "^10.1.0",
  124. "minimist": "^1.2.0",
  125. "mocha": "^3.4.1",
  126. "react-intl-translations-manager": "^5.0.0",
  127. "react-test-renderer": "^15.5.4",
  128. "sinon": "^2.3.2",
  129. "webpack-dev-server": "^2.4.5"
  130. },
  131. "optionalDependencies": {
  132. "fsevents": "*"
  133. }
  134. }