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.

94 lines
2.9 KiB

  1. {
  2. "name": "mastodon",
  3. "license": "AGPL-3.0",
  4. "scripts": {
  5. "postversion": "git push --tags",
  6. "start": "babel-node ./streaming/index.js --presets es2015,stage-2",
  7. "storybook": "start-storybook -p 9001 -c storybook",
  8. "test": "npm run test:lint && npm run test:mocha",
  9. "test:lint": "eslint -c .eslintrc.json --ext=js --ext=jsx app/assets/javascripts/",
  10. "test:mocha": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx"
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "https://github.com/tootsuite/mastodon.git"
  15. },
  16. "dependencies": {
  17. "@kadira/storybook": "^2.35.3",
  18. "axios": "^0.15.3",
  19. "babel-cli": "^6.23.0",
  20. "babel-plugin-react-transform": "^2.0.2",
  21. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  22. "babel-plugin-transform-object-rest-spread": "^6.23.0",
  23. "babel-preset-es2015": "^6.22.0",
  24. "babel-preset-react": "^6.11.1",
  25. "babel-preset-stage-2": "^6.22.0",
  26. "babelify": "^7.3.0",
  27. "browserify": "^14.1.0",
  28. "browserify-incremental": "^3.1.1",
  29. "bufferutil": "^2.0.1",
  30. "chai": "^3.5.0",
  31. "chai-enzyme": "^0.6.1",
  32. "css-loader": "^0.26.2",
  33. "dotenv": "^4.0.0",
  34. "emojione": "^2.2.7",
  35. "emojione-picker": "^2.1.2",
  36. "enzyme": "^2.8.2",
  37. "es6-promise": "^3.2.1",
  38. "escape-html": "^1.0.3",
  39. "eventsource": "^0.2.1",
  40. "express": "^4.14.1",
  41. "http-link-header": "^0.8.0",
  42. "immutable": "^3.8.1",
  43. "intl": "^1.2.5",
  44. "jsdom": "^9.11.0",
  45. "mocha": "^3.2.0",
  46. "node-sass": "^4.5.2",
  47. "npmlog": "^4.0.2",
  48. "pg": "^6.1.2",
  49. "prop-types": "^15.5.8",
  50. "react": "^15.5.4",
  51. "react-addons-perf": "^15.4.2",
  52. "react-addons-shallow-compare": "^15.5.2",
  53. "react-autosuggest": "^7.0.1",
  54. "react-decoration": "^1.4.0",
  55. "react-dom": "^15.5.4",
  56. "react-imageloader": "^2.1.0",
  57. "react-immutable-proptypes": "^2.1.0",
  58. "react-intl": "^2.1.5",
  59. "react-motion": "^0.4.5",
  60. "react-notification": "^6.6.0",
  61. "react-proxy": "^1.1.8",
  62. "react-redux": "^5.0.4",
  63. "react-redux-loading-bar": "2.4.1",
  64. "react-router": "^2.8.0",
  65. "react-router-scroll": "^0.3.2",
  66. "react-simple-dropdown": "^1.1.4",
  67. "react-storybook-addon-intl": "^0.1.0",
  68. "react-test-renderer": "^15.5.4",
  69. "react-toggle": "^2.1.1",
  70. "redis": "^2.6.5",
  71. "redux": "^3.6.0",
  72. "redux-immutable": "^3.1.0",
  73. "redux-thunk": "^2.2.0",
  74. "reselect": "^2.5.4",
  75. "sass-loader": "^6.0.2",
  76. "sinon": "^1.17.6",
  77. "stringz": "^0.1.2",
  78. "style-loader": "^0.13.2",
  79. "utf-8-validate": "^3.0.1",
  80. "uuid": "^3.0.1",
  81. "webpack": "^2.2.1",
  82. "websocket.js": "^0.1.7",
  83. "ws": "^2.1.0"
  84. },
  85. "devDependencies": {
  86. "babel-eslint": "^7.2.2",
  87. "eslint": "^3.19.0",
  88. "eslint-plugin-jsx-a11y": "^4.0.0",
  89. "eslint-plugin-react": "^6.10.3"
  90. },
  91. "optionalDependencies": {
  92. "fsevents": "*"
  93. }
  94. }