packages 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. standard-minifiers
  9. mquandalle:jade
  10. mquandalle:stylus
  11. # Polyfills
  12. es5-shim
  13. # Collections
  14. aldeed:collection2
  15. cfs:gridfs
  16. cfs:standard-packages
  17. dburles:collection-helpers
  18. idmontie:migrations
  19. matb33:collection-hooks
  20. matteodem:easy-search
  21. mongo
  22. mquandalle:collection-mutations
  23. reywood:publish-composite
  24. # Account system
  25. accounts-password
  26. kenton:accounts-sandstorm
  27. service-configuration
  28. useraccounts:core
  29. useraccounts:unstyled
  30. useraccounts:flow-routing
  31. # Utilities
  32. check
  33. jquery
  34. random
  35. reactive-dict
  36. session
  37. tracker
  38. underscore
  39. 3stack:presence
  40. alethes:pages
  41. arillo:flow-router-helpers
  42. audit-argument-checks
  43. kadira:blaze-layout
  44. kadira:dochead
  45. kadira:flow-router
  46. meteorhacks:fast-render
  47. meteorhacks:picker
  48. meteorhacks:subs-manager
  49. mquandalle:autofocus
  50. mquandalle:moment
  51. ongoworks:speakingurl
  52. raix:handlebar-helpers
  53. tap:i18n
  54. # UI components
  55. blaze
  56. reactive-var
  57. fortawesome:fontawesome
  58. mousetrap:mousetrap
  59. mquandalle:jquery-textcomplete
  60. mquandalle:jquery-ui-drag-drop-sort
  61. mquandalle:mousetrap-bindglobal
  62. mquandalle:perfect-scrollbar
  63. peerlibrary:blaze-components
  64. perak:markdown
  65. seriousm:emoji-continued
  66. templates:tabs
  67. verron:autosize