The code powering m.abunchtell.com https://m.abunchtell.com
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.
 
 
 
 

31 lines
850 B

  1. {
  2. "name": "mastodon",
  3. "devDependencies": {
  4. "babel-plugin-react-transform": "^2.0.2",
  5. "babel-plugin-transform-object-rest-spread": "^6.8.0",
  6. "babel-preset-es2015": "^6.13.2",
  7. "babel-preset-react": "^6.11.1",
  8. "babelify": "^7.3.0",
  9. "browserify": "^13.1.0",
  10. "browserify-incremental": "^3.1.1",
  11. "react": "^15.3.0",
  12. "react-dom": "^15.3.0",
  13. "react-proxy": "^1.1.8"
  14. },
  15. "dependencies": {
  16. "axios": "^0.14.0",
  17. "es6-promise": "^3.2.1",
  18. "immutable": "^3.8.1",
  19. "moment": "^2.14.1",
  20. "react-addons-pure-render-mixin": "^15.3.1",
  21. "react-immutable-proptypes": "^2.1.0",
  22. "react-notification": "^6.1.1",
  23. "react-redux": "^4.4.5",
  24. "react-redux-loading-bar": "^2.3.3",
  25. "react-router": "^2.8.0",
  26. "redux": "^3.5.2",
  27. "redux-immutable": "^3.0.8",
  28. "redux-thunk": "^2.1.0"
  29. }
  30. }