packages 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. kadira:flow-router
  48. meteorhacks:fast-render
  49. meteorhacks:picker
  50. meteorhacks:subs-manager
  51. mquandalle:autofocus
  52. mquandalle:moment
  53. ongoworks:speakingurl
  54. raix:handlebar-helpers
  55. tap:i18n
  56. # UI components
  57. blaze
  58. reactive-var
  59. fortawesome:fontawesome
  60. mousetrap:mousetrap
  61. mquandalle:jquery-textcomplete
  62. mquandalle:jquery-ui-drag-drop-sort
  63. mquandalle:mousetrap-bindglobal
  64. mquandalle:perfect-scrollbar
  65. peerlibrary:blaze-components@=0.15.1
  66. perak:markdown
  67. seriousm:emoji-continued
  68. templates:tabs
  69. verron:autosize
  70. simple:json-routes