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.

125 lines
4.1 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",
  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": "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. "dependencies": {
  21. "array-includes": "^3.0.3",
  22. "autoprefixer": "^6.7.7",
  23. "axios": "^0.15.3",
  24. "babel-cli": "^6.23.0",
  25. "babel-core": "^6.24.1",
  26. "babel-loader": "7.x",
  27. "babel-plugin-lodash": "^3.2.11",
  28. "babel-plugin-react-intl": "^2.3.1",
  29. "babel-plugin-react-transform": "^2.0.2",
  30. "babel-plugin-syntax-dynamic-import": "^6.18.0",
  31. "babel-plugin-transform-class-properties": "^6.24.1",
  32. "babel-plugin-transform-es2015-modules-commonjs": "^6.24.1",
  33. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  34. "babel-plugin-transform-react-jsx-self": "^6.22.0",
  35. "babel-plugin-transform-react-jsx-source": "^6.22.0",
  36. "babel-plugin-transform-runtime": "^6.23.0",
  37. "babel-preset-env": "^1.4.0",
  38. "babel-preset-react": "^6.11.1",
  39. "coffee-loader": "^0.7.3",
  40. "coffee-script": "^1.12.5",
  41. "compression-webpack-plugin": "^0.4.0",
  42. "css-loader": "^0.28.0",
  43. "date-fns": "^1.28.4",
  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.14.1",
  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. "http-link-header": "^0.8.0",
  55. "immutable": "^3.8.1",
  56. "intl": "^1.2.5",
  57. "is-nan": "^1.2.1",
  58. "js-yaml": "^3.8.3",
  59. "lodash": "^4.17.4",
  60. "node-sass": "^4.5.2",
  61. "npmlog": "^4.0.2",
  62. "object-assign": "^4.1.1",
  63. "path-complete-extname": "^0.1.0",
  64. "pg": "^6.1.2",
  65. "postcss-loader": "^1.3.3",
  66. "postcss-smart-import": "^0.6.12",
  67. "precss": "^1.4.0",
  68. "prop-types": "^15.5.8",
  69. "punycode": "^2.1.0",
  70. "rails-erb-loader": "^5.0.0",
  71. "rails-ujs": "^5.1.0",
  72. "react": "^15.5.4",
  73. "react-addons-perf": "^15.4.2",
  74. "react-addons-shallow-compare": "^15.5.2",
  75. "react-autosuggest": "^7.0.1",
  76. "react-dom": "^15.5.4",
  77. "react-imageloader": "^2.1.0",
  78. "react-immutable-proptypes": "^2.1.0",
  79. "react-immutable-pure-component": "^0.0.4",
  80. "react-intl": "^2.1.5",
  81. "react-motion": "^0.4.5",
  82. "react-notification": "^6.6.0",
  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-toggle": "^2.1.1",
  89. "redis": "^2.6.5",
  90. "redux": "^3.6.0",
  91. "redux-immutable": "^3.1.0",
  92. "redux-thunk": "^2.2.0",
  93. "reselect": "^2.5.4",
  94. "sass-loader": "^6.0.3",
  95. "stringz": "^0.1.2",
  96. "style-loader": "^0.16.1",
  97. "uuid": "^3.0.1",
  98. "uws": "^0.14.5",
  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. },
  104. "devDependencies": {
  105. "@kadira/storybook": "^2.35.3",
  106. "babel-eslint": "^7.2.2",
  107. "chai": "^3.5.0",
  108. "chai-enzyme": "^0.6.1",
  109. "enzyme": "^2.8.2",
  110. "eslint": "^3.19.0",
  111. "eslint-plugin-jsx-a11y": "^5.0.0",
  112. "eslint-plugin-react": "^6.10.3",
  113. "jsdom": "^9.11.0",
  114. "minimist": "^1.2.0",
  115. "mocha": "^3.2.0",
  116. "react-intl-translations-manager": "^5.0.0",
  117. "react-storybook-addon-intl": "^0.1.0",
  118. "react-test-renderer": "^15.5.4",
  119. "sinon": "^1.17.6",
  120. "webpack-dev-server": "^2.4.5"
  121. },
  122. "optionalDependencies": {
  123. "fsevents": "*"
  124. }
  125. }