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.

52 lines
1.6 KiB

7 years ago
  1. {
  2. "name": "mastodon",
  3. "scripts": {
  4. "test": "mocha --require ./spec/javascript/setup.js --compilers js:babel-register ./spec/javascript/components/*.test.jsx",
  5. "storybook": "start-storybook -p 9001 -c storybook"
  6. },
  7. "devDependencies": {
  8. "@kadira/storybook": "^2.24.0",
  9. "axios": "^0.14.0",
  10. "babel-plugin-react-transform": "^2.0.2",
  11. "babel-plugin-transform-object-rest-spread": "^6.8.0",
  12. "babel-preset-es2015": "^6.13.2",
  13. "babel-preset-react": "^6.11.1",
  14. "babelify": "^7.3.0",
  15. "browserify": "^13.1.0",
  16. "browserify-incremental": "^3.1.1",
  17. "chai": "^3.5.0",
  18. "chai-enzyme": "^0.5.2",
  19. "enzyme": "^2.4.1",
  20. "es6-promise": "^3.2.1",
  21. "immutable": "^3.8.1",
  22. "jsdom": "^9.6.0",
  23. "mocha": "^3.1.1",
  24. "moment": "^2.14.1",
  25. "react": "^15.3.2",
  26. "react-addons-perf": "^15.3.2",
  27. "react-addons-pure-render-mixin": "^15.3.1",
  28. "react-addons-test-utils": "^15.3.2",
  29. "react-dom": "^15.3.0",
  30. "react-immutable-proptypes": "^2.1.0",
  31. "react-notification": "^6.1.1",
  32. "react-proxy": "^1.1.8",
  33. "react-redux": "^5.0.0-beta.3",
  34. "react-redux-loading-bar": "^2.3.3",
  35. "react-router": "^2.8.0",
  36. "react-simple-dropdown": "^1.1.4",
  37. "redux": "^3.5.2",
  38. "redux-immutable": "^3.0.8",
  39. "redux-thunk": "^2.1.0",
  40. "reselect": "^2.5.4",
  41. "sinon": "^1.17.6"
  42. },
  43. "dependencies": {
  44. "babel-plugin-transform-decorators-legacy": "^1.3.4",
  45. "emojione": "^2.2.6",
  46. "react-autosuggest": "^7.0.1",
  47. "react-decoration": "^1.4.0",
  48. "react-motion": "^0.4.5",
  49. "react-responsive": "^1.1.5",
  50. "react-router-scroll": "^0.3.2"
  51. }
  52. }