As I said, itâs pretty Meteor old school, mongodb, ddp (pub/sub/call), blaze.
No graphql, no apollo, no react, no angular, no import.
I really loved (and still love) the original vision of Meteor and never moved to the new Meteor spirit.
Here is the meteor list for lemlist.com our main project:
accounts-base 1.6.0 A user account system
accounts-google 1.3.3 Login service for Google accounts
accounts-oauth 1.2.0 Common code for OAuth-based login services
accounts-password 1.6.0 Password support for accounts
accounts-ui 1.3.1 Simple templates to add login widgets to an app
andruschka:jquery-ui-sortable 1.11.2 Sortable is a jQuery UI behaviour for interactively drag-reordering table rows.
blaze-html-templates 1.1.2 Compile HTML templates into reactive UI with Meteor Blaze
bozhao:link-accounts 2.1.1 Meteor external service link system
browser-policy 1.1.0 Configure security policies enforced by the browser
check 1.3.1 Check whether a value matches a pattern
dburles:mongo-collection-instances 0.3.5 Access your Mongo instances
ecmascript 0.14.3 Compiler plugin that supports ES2015+ in all .js files
es5-shim 4.8.0 Shims and polyfills to improve ECMAScript 5 support
facts-base 1.0.1 Publish internal app statistics
facts-ui 1.0.0 Display internal app statistics
fourseven:scss 4.12.0 Style with attitude. Sass and SCSS support for Meteor.js.
google-config-ui 1.0.1 Blaze configuration templates for Google OAuth.
http 1.4.2 Make HTTP calls to remote servers
illusionfield:blaze-layout 2.3.1 Layout Manager for Blaze (works well with FlowRouter)
jparker:crypto-aes 0.1.0 AES Package for CryptoJS, standard secure algorithms
jparker:crypto-md5 0.1.1 MD5 algorithm for CryptoJS, standard secure algorithms
kadira:flow-router 2.12.1 Carefully Designed Client Side Router for Meteor
lempire 0.0.19+ boilerplate for lempire projects
meteor-base 1.4.0 Packages that every Meteor app needs
meteorhacks:picker 1.0.3 Server Side Router for Meteor
meteortesting:mocha 2.0.0 Run Meteor package or app tests with Mocha
mikowals:batch-insert 1.1.9* Insert multiple documents to mongo collection with one db call.
mobile-experience 1.1.0 Packages for a great mobile user experience
momentjs:moment 2.24.0* Moment.js (official): parse, validate, manipulate, and display dates - official Meteor packaging
mongo 1.10.0 Adaptor for using MongoDB and Minimongo over DDP
oauth 1.3.0 Common code for OAuth-based services
oauth2 1.3.0 Common code for OAuth2-based login services
ostrio:base64 2.0.2* Efficient isomorphic Base64 implementation, with support of WebWorkers, Native code and Unicode
ostrio:files 1.14.1* Upload files to Meteor application, with 3rd party storage support: AWS:S3, GridFS and other
random 1.2.0 Random number generator and utilities
reactive-var 1.0.11 Reactive variable
service-configuration 1.0.11 Manage the configuration for third-party services
session 1.2.0 Session variable
shell-server 0.5.0 Server-side component of the `meteor shell` command.
standard-minifier-css 1.6.0 Standard css minifier used with Meteor apps by default.
tracker 1.2.0 Dependency tracker to allow reactive callbacks
underscore 1.0.10 Collection of small helpers: _.map, _.each, ...
underscorestring:underscore.string 3.3.4 underscore.string (official): String manipulation extensions for Underscore.js javascript library.
zodern:hide-production-sourcemaps 1.1.0 Hide sourcemaps in production
zodern:standard-minifier-js 4.0.0-beta.2* Javascript minifier that creates production sourcemap
and the npm package.json:
"@babel/runtime": "7.8.4",
"@microsoft/microsoft-graph-client": "^2.0.0",
"@okgrow/auto-analytics": "2.0.0",
"adal-node": "^0.2.1",
"aircall-everywhere": "1.5.0",
"bcrypt": "3.0.6",
"body-parser": "1.19.0",
"chart.js": "^2.9.3",
"color-scheme-change": "1.0.1",
"customerio-node": "0.6.0",
"emailjs-imap-client": "3.0.7",
"fabric": "3.0.0",
"fibers": "4.0.1",
"file-type": "12.4.0",
"fontfaceobserver": "2.1.0",
"google-libphonenumber": "3.2.6",
"googleapis": "40.0.0",
"html-to-text": "5.1.1",
"hubspot": "2.3.5",
"isomorphic-fetch": "^2.2.1",
"jquery-ui-sortable": "^1.0.0",
"jsforce": "1.9.3",
"jwt-decode": "^2.2.0",
"liquidjs": "8.2.3",
"luxon": "1.15.0",
"mailparser": "2.7.1",
"meteor-node-stubs": "0.4.1",
"mongodb": "3.2.7",
"multer": "1.4.1",
"node-cron": "2.0.3",
"node-dogstatsd": "0.0.7",
"nodemailer": "6.2.1",
"octobat-npm": "2.0.1",
"papaparse": "5.0.0",
"perfect-scrollbar": "1.4.0",
"pixi.js": "5.0.3",
"puppeteer": "2.0.0",
"read-chunk": "3.2.0",
"request": "2.88.0",
"stripe": "7.5.2",
"timezones.json": "1.5.0",
"txtgen": "2.2.2",
"underscore": "1.9.1",
"tough-cookie": "^3.0.1"
Nothing fancy as you can see