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.

35 lines
1.0 KiB

7 years ago
  1. {
  2. "name": "mastodon",
  3. "scripts": {
  4. "storybook": "start-storybook -p 9001 -c storybook"
  5. },
  6. "devDependencies": {
  7. "@kadira/storybook": "^2.24.0",
  8. "axios": "^0.14.0",
  9. "babel-plugin-react-transform": "^2.0.2",
  10. "babel-plugin-transform-object-rest-spread": "^6.8.0",
  11. "babel-preset-es2015": "^6.13.2",
  12. "babel-preset-react": "^6.11.1",
  13. "babelify": "^7.3.0",
  14. "browserify": "^13.1.0",
  15. "browserify-incremental": "^3.1.1",
  16. "es6-promise": "^3.2.1",
  17. "immutable": "^3.8.1",
  18. "moment": "^2.14.1",
  19. "react": "^15.3.0",
  20. "react-addons-perf": "^15.3.2",
  21. "react-addons-pure-render-mixin": "^15.3.1",
  22. "react-dom": "^15.3.0",
  23. "react-immutable-proptypes": "^2.1.0",
  24. "react-notification": "^6.1.1",
  25. "react-proxy": "^1.1.8",
  26. "react-redux": "^5.0.0-beta.3",
  27. "react-redux-loading-bar": "^2.3.3",
  28. "react-router": "^2.8.0",
  29. "react-simple-dropdown": "^1.1.4",
  30. "redux": "^3.5.2",
  31. "redux-immutable": "^3.0.8",
  32. "redux-thunk": "^2.1.0",
  33. "reselect": "^2.5.4"
  34. }
  35. }