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.

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