Created
July 25, 2017 01:48
-
-
Save iamkevingreen/c0a1ebcbdc997e8b12808f3c7d1215d4 to your computer and use it in GitHub Desktop.
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
| # Meteor packages used by this project, one per line. | |
| # Check this file (and the other files in this directory) into your repository. | |
| # | |
| # 'meteor add' and 'meteor remove' will edit this file for you, | |
| # but you can also edit it by hand. | |
| meteor-base@1.1.0 # Packages every Meteor app needs to have | |
| mobile-experience@1.0.4 # Packages for a great mobile UX | |
| mongo@1.1.19 # The database Meteor supports right now | |
| reactive-var@1.0.11 # Reactive variable for tracker | |
| jquery@1.11.10 # Helpful client-side library | |
| tracker@1.1.3 # Meteor's client-side reactive programming library | |
| standard-minifier-css@1.3.4 # CSS minifier run for production mode | |
| standard-minifier-js@2.1.1 # JS minifier run for production mode | |
| es5-shim@4.6.15 # ECMAScript 5 compatibility for older browsers. | |
| ecmascript@0.8.1 # Enable ECMAScript2015+ syntax in app code | |
| dynamic-import@0.1.1 | |
| # Data | |
| react-meteor-data | |
| okgrow:promise | |
| percolate:synced-cron | |
| http@1.2.12 | |
| momentjs:moment | |
| themeteorchef:bert | |
| tmeasday:publish-counts | |
| edgee:slingshot | |
| nimble:restivus | |
| # Routing | |
| static-html | |
| # Server side checks/notifications | |
| audit-argument-checks@1.0.7 | |
| check@1.2.5 | |
| # SEO Stuff/Rendering | |
| spiderable@1.0.13 | |
| # Sass | |
| fourseven:scss | |
| session@1.1.7 | |
| meteorhacks:kadira | |
| msavin:mongol | |
| gadicohen:sitemaps | |
| shell-server@0.2.4 | |
| # Users | |
| accounts-base@1.3.1 | |
| accounts-password@1.4.0 | |
| alanning:roles | |
| email@1.2.3 | |
| wylio:mandrill | |
| # export/parsing | |
| harrison:papa-parse | |
| pfafman:filesaver | |
| meteorhacks:picker | |
| # bundle-visualizer |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment