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.

21 lines
510 B

  1. {
  2. "name": "mastodon",
  3. "devDependencies": {
  4. "babel-preset-es2015": "^6.13.2",
  5. "babel-preset-react": "^6.11.1",
  6. "babelify": "^7.3.0",
  7. "browserify": "^13.1.0",
  8. "browserify-incremental": "^3.1.1",
  9. "react": "^15.3.0",
  10. "react-dom": "^15.3.0",
  11. "redux-devtools": "^3.3.1"
  12. },
  13. "dependencies": {
  14. "immutable": "^3.8.1",
  15. "moment": "^2.14.1",
  16. "react-immutable-proptypes": "^2.1.0",
  17. "react-redux": "^4.4.5",
  18. "redux": "^3.5.2",
  19. "redux-immutable": "^3.0.8"
  20. }
  21. }