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.
 
 
 
 

123 lines
4.0 KiB

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