Added web and email notifications. Tests. Fire page
This commit is contained in:
parent
df05b33e82
commit
3bf21c8caf
32 changed files with 696 additions and 88 deletions
|
|
@ -37,7 +37,7 @@ alexwine:bootstrap-4
|
|||
selaias:cookie-consent # Cookie consent
|
||||
gadicc:blaze-react-component # Add braze to react
|
||||
255kb:meteor-status # Connect status
|
||||
mixmax:smart-disconnect # Disconnect on lost focus
|
||||
# mixmax:smart-disconnect # Disconnect on lost focus (disabled to get notif)
|
||||
flowkey:raven # js errors
|
||||
vjrj:piwik # Stats
|
||||
mdg:geolocation
|
||||
|
|
@ -45,7 +45,9 @@ natestrauser:publish-performant-counts
|
|||
maximum:server-transform
|
||||
mys:fonts # fonst in npm
|
||||
ostrio:mailer # mailer
|
||||
mizzao:user-status # user status (online, etc)
|
||||
# babrahams:constellation # dev utility
|
||||
percolate:migrations # db migrations
|
||||
ostrio:meteor-root
|
||||
mizzao:user-status
|
||||
babrahams:constellation
|
||||
percolate:migrations
|
||||
meteortesting:mocha
|
||||
practicalmeteor:chai
|
||||
|
|
|
|||
|
|
@ -7,16 +7,12 @@ accounts-oauth@1.1.15
|
|||
accounts-password@1.5.0
|
||||
alanning:roles@1.2.16
|
||||
aldeed:collection2-core@2.0.1
|
||||
aldeed:template-extension@4.0.0
|
||||
alexwine:bootstrap-4@4.0.0-beta.2
|
||||
allow-deny@1.1.0
|
||||
audit-argument-checks@1.0.7
|
||||
autoupdate@1.3.12
|
||||
babel-compiler@6.24.7
|
||||
babel-runtime@1.1.1
|
||||
babrahams:constellation@0.4.10
|
||||
babrahams:editable-json@0.6.4
|
||||
babrahams:temple@0.4.5
|
||||
base64@1.0.10
|
||||
binary-heap@1.0.10
|
||||
blaze@2.3.2
|
||||
|
|
@ -27,13 +23,6 @@ caching-html-compiler@1.1.2
|
|||
callback-hook@1.0.10
|
||||
check@1.2.5
|
||||
coffeescript@1.0.17
|
||||
constellation:autopublish@0.4.4
|
||||
constellation:console@1.4.5
|
||||
constellation:plugins@0.4.7
|
||||
constellation:position@0.4.4
|
||||
constellation:session@0.4.5
|
||||
constellation:subscriptions@0.4.5
|
||||
constellation:tiny@0.4.4
|
||||
dburles:mongo-collection-instances@0.3.5
|
||||
ddp@1.4.0
|
||||
ddp-client@2.2.0
|
||||
|
|
@ -58,8 +47,6 @@ gadicc:blaze-react-component@1.4.0
|
|||
geojson-utils@1.0.10
|
||||
github-oauth@1.2.0
|
||||
google-oauth@1.2.4
|
||||
gwendall:body-events@0.1.6
|
||||
gwendall:session-json@0.1.7
|
||||
hot-code-push@1.0.4
|
||||
html-tools@1.0.11
|
||||
htmljs@1.0.11
|
||||
|
|
@ -76,10 +63,11 @@ maximum:server-transform@0.5.0
|
|||
mdg:geolocation@1.3.0
|
||||
meteor@1.8.0
|
||||
meteor-base@1.2.0
|
||||
meteortesting:browser-tests@0.1.2
|
||||
meteortesting:mocha@0.5.0
|
||||
minifier-css@1.2.16
|
||||
minifier-js@2.2.1
|
||||
minimongo@1.4.0
|
||||
mixmax:smart-disconnect@0.0.4
|
||||
mizzao:timesync@0.3.4
|
||||
mizzao:user-status@0.6.7
|
||||
mobile-experience@1.0.5
|
||||
|
|
@ -105,6 +93,8 @@ peerlibrary:fiber-utils@0.6.0
|
|||
peerlibrary:reactive-mongo@0.1.1
|
||||
peerlibrary:server-autorun@0.5.2
|
||||
percolate:migrations@1.0.2
|
||||
practicalmeteor:chai@2.1.0_1
|
||||
practicalmeteor:mocha-core@1.0.1
|
||||
promise@0.10.0
|
||||
raix:eventemitter@0.1.3
|
||||
random@1.0.10
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue