packages 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. # Meteor packages used by this project, one per line.
  2. #
  3. # 'meteor add' and 'meteor remove' will edit this file for you,
  4. # but you can also edit it by hand.
  5. meteor-base
  6. # Build system
  7. ecmascript
  8. stylus
  9. standard-minifier-css
  10. standard-minifier-js
  11. mquandalle:jade
  12. # Polyfills
  13. es5-shim
  14. # Collections
  15. aldeed:collection2
  16. cfs:gridfs
  17. cfs:standard-packages
  18. cottz:publish-relations
  19. dburles:collection-helpers
  20. idmontie:migrations
  21. matb33:collection-hooks
  22. matteodem:easy-search
  23. mongo
  24. mquandalle:collection-mutations
  25. # Account system
  26. accounts-password
  27. kenton:accounts-sandstorm
  28. service-configuration
  29. useraccounts:core
  30. useraccounts:unstyled
  31. useraccounts:flow-routing
  32. email
  33. # Utilities
  34. check
  35. jquery
  36. random
  37. reactive-dict
  38. session
  39. tracker
  40. underscore
  41. 3stack:presence
  42. alethes:pages
  43. arillo:flow-router-helpers
  44. audit-argument-checks
  45. kadira:blaze-layout
  46. kadira:dochead
  47. meteorhacks:fast-render
  48. meteorhacks:picker
  49. meteorhacks:subs-manager
  50. mquandalle:autofocus
  51. mquandalle:moment
  52. ongoworks:speakingurl
  53. raix:handlebar-helpers
  54. tap:i18n
  55. # UI components
  56. blaze
  57. reactive-var
  58. fortawesome:fontawesome
  59. mousetrap:mousetrap
  60. mquandalle:jquery-textcomplete
  61. mquandalle:jquery-ui-drag-drop-sort
  62. mquandalle:mousetrap-bindglobal
  63. mquandalle:perfect-scrollbar
  64. peerlibrary:blaze-components@=0.15.1
  65. perak:markdown
  66. seriousm:emoji-continued
  67. templates:tabs
  68. verron:autosize
  69. simple:json-routes
  70. rajit:bootstrap3-datepicker
  71. kadira:flow-router