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.

136 lines
4.6 KiB

  1. {
  2. "name": "mastodon",
  3. "license": "AGPL-3.0",
  4. "scripts": {
  5. "postversion": "git push --tags",
  6. "build:development": "cross-env RAILS_ENV=development ASSET_HOST=http://0.0.0.0:8080 ./bin/webpack",
  7. "build:production": "cross-env RAILS_ENV=production ./bin/webpack",
  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": "cross-env NODE_ENV=test start-storybook -s ./public -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/ storybook/ streaming/",
  13. "test:mocha": "cross-env 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.2",
  25. "babel-cli": "^6.24.1",
  26. "babel-core": "^6.25.0",
  27. "babel-loader": "^7.0.0",
  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.5.2",
  40. "babel-preset-react": "^6.24.1",
  41. "classnames": "^2.2.5",
  42. "compression-webpack-plugin": "^0.4.0",
  43. "cross-env": "^5.0.1",
  44. "css-loader": "^0.28.4",
  45. "dotenv": "^4.0.0",
  46. "emojione": "^2.2.7",
  47. "emojione-picker": "^2.2.1",
  48. "es6-symbol": "^3.1.1",
  49. "escape-html": "^1.0.3",
  50. "express": "^4.15.2",
  51. "extract-text-webpack-plugin": "^2.1.2",
  52. "file-loader": "^0.11.2",
  53. "font-awesome": "^4.7.0",
  54. "glob": "^7.1.1",
  55. "http-link-header": "^0.8.0",
  56. "immutable": "^3.8.1",
  57. "intersection-observer": "^0.3.0",
  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.2.4",
  71. "postcss-loader": "^2.0.5",
  72. "postcss-smart-import": "^0.7.4",
  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.6.0",
  78. "react-addons-perf": "^15.4.2",
  79. "react-addons-shallow-compare": "^15.5.2",
  80. "react-dom": "^15.6.0",
  81. "react-immutable-proptypes": "^2.1.0",
  82. "react-immutable-pure-component": "^1.0.0",
  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.2",
  88. "react-router-dom": "^4.1.1",
  89. "react-router-scroll": "ytase/react-router-scroll#build",
  90. "react-simple-dropdown": "^3.0.0",
  91. "react-swipeable": "^4.0.1",
  92. "react-textarea-autosize": "^5.0.6",
  93. "react-toggle": "^4.0.1",
  94. "redis": "^2.7.1",
  95. "redux": "^3.6.0",
  96. "redux-immutable": "^4.0.0",
  97. "redux-thunk": "^2.2.0",
  98. "requestidlecallback": "^0.3.0",
  99. "reselect": "^3.0.1",
  100. "resolve-url-loader": "^2.0.2",
  101. "rimraf": "^2.6.1",
  102. "sass-loader": "^6.0.5",
  103. "stringz": "^0.2.1",
  104. "style-loader": "^0.18.2",
  105. "throng": "^4.0.0",
  106. "tiny-queue": "^0.2.1",
  107. "uuid": "^3.0.1",
  108. "uws": "^0.14.5",
  109. "webpack": "^3.0.0",
  110. "webpack-bundle-analyzer": "^2.8.2",
  111. "webpack-manifest-plugin": "^1.1.0",
  112. "webpack-merge": "^4.1.0",
  113. "websocket.js": "^0.1.10"
  114. },
  115. "devDependencies": {
  116. "@storybook/addon-actions": "^3.1.2",
  117. "@storybook/react": "^3.1.3",
  118. "babel-eslint": "^7.2.3",
  119. "chai": "^4.0.1",
  120. "chai-enzyme": "^0.7.1",
  121. "enzyme": "^2.8.2",
  122. "eslint": "^3.19.0",
  123. "eslint-plugin-jsx-a11y": "^4.0.0",
  124. "eslint-plugin-react": "^6.10.3",
  125. "jsdom": "^10.1.0",
  126. "mocha": "^3.4.1",
  127. "react-intl-translations-manager": "^5.0.0",
  128. "react-test-renderer": "^15.5.4",
  129. "sinon": "^2.3.4",
  130. "webpack-dev-server": "^2.4.5",
  131. "yargs": "^8.0.1"
  132. },
  133. "optionalDependencies": {
  134. "fsevents": "*"
  135. }
  136. }