Forked from lawrentiy/gist:31c6b7023863fb77e25f8d21b0f0cc76
Created
January 8, 2017 15:49
-
-
Save qrobin/7fb1db01812dfffa0fa24229f25b3874 to your computer and use it in GitHub Desktop.
My meteor packages
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[email protected] # Packages every Meteor app needs to have | |
[email protected] # Packages for a great mobile UX | |
[email protected] # Reactive variable for tracker | |
[email protected] # Meteor's client-side reactive programming library | |
[email protected] # CSS minifier run for production mode | |
[email protected] # JS minifier run for production mode | |
[email protected] # ECMAScript 5 compatibility for older browsers. | |
static-html | |
[email protected] | |
softwarerero:accounts-t9n | |
[email protected] | |
std:accounts-ui | |
aldeed:collection2 | |
webpack:webpack | |
webpack:react | |
webpack:css | |
webpack:assets | |
[email protected] | |
qnub:t9n | |
momentjs:moment | |
[email protected] | |
[email protected] | |
cfs:standard-packages | |
cfs:gridfs | |
reywood:publish-composite #reactive joins | |
matb33:collection-hooks #hooks for CRUD operations | |
ground:db #application can work when user is offline | |
vsivsi:job-collection | |
practicalmeteor:mocha | |
khamoud:slack-api | |
fortawesome:fontawesome | |
muqube:fake # fake data for collections using simple-schema | |
[email protected] | |
meteorhacks:ssr # for html email templates | |
maximum:server-transform | |
deanius:promise | |
percolate:migrations | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment