package.json 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  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": "babel-node ./streaming/index.js --presets es2015,stage-2",
  10. "storybook": "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 --ext=jsx app/javascript/",
  13. "test:mocha": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx"
  14. },
  15. "repository": {
  16. "type": "git",
  17. "url": "https://github.com/tootsuite/mastodon.git"
  18. },
  19. "dependencies": {
  20. "autoprefixer": "^6.7.7",
  21. "axios": "^0.15.3",
  22. "babel-cli": "^6.23.0",
  23. "babel-core": "^6.24.1",
  24. "babel-loader": "7.x",
  25. "babel-plugin-lodash": "^3.2.11",
  26. "babel-plugin-react-intl": "^2.3.1",
  27. "babel-plugin-react-transform": "^2.0.2",
  28. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  29. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  30. "babel-plugin-transform-react-constant-elements": "^6.23.0",
  31. "babel-plugin-transform-react-inline-elements": "^6.22.0",
  32. "babel-plugin-transform-react-jsx-self": "^6.22.0",
  33. "babel-plugin-transform-react-jsx-source": "^6.22.0",
  34. "babel-plugin-transform-react-pure-class-to-function": "^1.0.1",
  35. "babel-plugin-transform-react-remove-prop-types": "^0.4.3",
  36. "babel-preset-env": "^1.4.0",
  37. "babel-preset-es2015": "^6.22.0",
  38. "babel-preset-react": "^6.11.1",
  39. "babel-preset-stage-2": "^6.22.0",
  40. "bufferutil": "^2.0.1",
  41. "coffee-loader": "^0.7.3",
  42. "coffee-script": "^1.12.5",
  43. "compression-webpack-plugin": "^0.4.0",
  44. "css-loader": "^0.28.0",
  45. "date-fns": "^1.28.4",
  46. "dotenv": "^4.0.0",
  47. "emojione": "^2.2.7",
  48. "emojione-picker": "^2.2.1",
  49. "es6-promise": "^3.2.1",
  50. "escape-html": "^1.0.3",
  51. "eventsource": "^0.2.1",
  52. "express": "^4.14.1",
  53. "extract-text-webpack-plugin": "^2.1.0",
  54. "file-loader": "^0.11.1",
  55. "font-awesome": "^4.7.0",
  56. "glob": "^7.1.1",
  57. "http-link-header": "^0.8.0",
  58. "immutable": "^3.8.1",
  59. "intl": "^1.2.5",
  60. "jquery-ujs": "^1.2.2",
  61. "js-yaml": "^3.8.3",
  62. "lodash": "^4.17.4",
  63. "node-sass": "^4.5.2",
  64. "npmlog": "^4.0.2",
  65. "path-complete-extname": "^0.1.0",
  66. "pg": "^6.1.2",
  67. "postcss-loader": "^1.3.3",
  68. "postcss-smart-import": "^0.6.12",
  69. "precss": "^1.4.0",
  70. "prop-types": "^15.5.8",
  71. "punycode": "^2.1.0",
  72. "rails-erb-loader": "^5.0.0",
  73. "react": "^15.5.4",
  74. "react-addons-perf": "^15.4.2",
  75. "react-addons-shallow-compare": "^15.5.2",
  76. "react-autosuggest": "^7.0.1",
  77. "react-dom": "^15.5.4",
  78. "react-imageloader": "^2.1.0",
  79. "react-immutable-proptypes": "^2.1.0",
  80. "react-immutable-pure-component": "^0.0.4",
  81. "react-intl": "^2.1.5",
  82. "react-motion": "^0.4.5",
  83. "react-notification": "^6.6.0",
  84. "react-proxy": "^1.1.8",
  85. "react-redux": "^5.0.4",
  86. "react-redux-loading-bar": "2.4.1",
  87. "react-router": "^2.8.0",
  88. "react-router-scroll": "^0.3.2",
  89. "react-simple-dropdown": "^1.1.4",
  90. "react-storybook-addon-intl": "^0.1.0",
  91. "react-test-renderer": "^15.5.4",
  92. "react-toggle": "^2.1.1",
  93. "redis": "^2.6.5",
  94. "redux": "^3.6.0",
  95. "redux-immutable": "^3.1.0",
  96. "redux-thunk": "^2.2.0",
  97. "reselect": "^2.5.4",
  98. "sass-loader": "^6.0.3",
  99. "sinon": "^1.17.6",
  100. "stringz": "^0.1.2",
  101. "style-loader": "^0.16.1",
  102. "utf-8-validate": "^3.0.1",
  103. "uuid": "^3.0.1",
  104. "uws": "^0.14.5",
  105. "webpack": "^2.4.1",
  106. "webpack-manifest-plugin": "^1.1.0",
  107. "webpack-merge": "^4.1.0",
  108. "websocket.js": "^0.1.7"
  109. },
  110. "devDependencies": {
  111. "@kadira/storybook": "^2.35.3",
  112. "babel-eslint": "^7.2.2",
  113. "chai": "^3.5.0",
  114. "chai-enzyme": "^0.6.1",
  115. "enzyme": "^2.8.2",
  116. "eslint": "^3.19.0",
  117. "eslint-plugin-jsx-a11y": "^5.0.0",
  118. "eslint-plugin-react": "^6.10.3",
  119. "jsdom": "^9.11.0",
  120. "minimist": "^1.2.0",
  121. "mocha": "^3.2.0",
  122. "react-intl-translations-manager": "^5.0.0",
  123. "webpack-dev-server": "^2.4.5"
  124. },
  125. "optionalDependencies": {
  126. "fsevents": "*"
  127. }
  128. }