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.

87 lines
2.7 KiB

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