Updated project.

This commit is contained in:
2024-06-30 22:54:15 -07:00
parent 54cf6c0f6b
commit e1216741d6
3 changed files with 88 additions and 93 deletions

View File

@@ -4,24 +4,24 @@
# 'meteor add' and 'meteor remove' will edit this file for you,
# but you can also edit it by hand.
meteor-base@1.4.0 # Packages every Meteor app needs to have
meteor-base@1.5.1 # Packages every Meteor app needs to have
mobile-experience@1.1.0 # Packages for a great mobile UX
mongo@1.10.0 # The database Meteor supports right now
mongo@1.16.5 # The database Meteor supports right now
blaze-html-templates@1.0.4 # Compile .html files into Meteor Blaze views
reactive-var@1.0.11 # Reactive variable for tracker
tracker@1.2.0 # Meteor's client-side reactive programming library
reactive-var@1.0.12 # Reactive variable for tracker
tracker@1.3.1 # Meteor's client-side reactive programming library
tomwasd:history-polyfill # Adds IE 8/9 support for HTML5 history.
email@2.0.0 # Adds the Meteor/Email package for sending lost password emails
email@2.2.4 # Adds the Meteor/Email package for sending lost password emails
standard-minifier-css@1.6.0 # CSS minifier run for production mode
standard-minifier-js@2.6.0 # JS minifier run for production mode
standard-minifier-css@1.9.0 # CSS minifier run for production mode
standard-minifier-js@2.8.1 # JS minifier run for production mode
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers.
poorvavyas:es6-shim
ecmascript@0.14.3 # Enable ECMAScript2015+ syntax in app code
ecmascript@0.16.6 # Enable ECMAScript2015+ syntax in app code
#accounts-ui
#accounts-base
accounts-password@1.6.2
accounts-password@2.3.4
useraccounts:core
useraccounts:unstyled
useraccounts:flow-routing # Configures email flows. Used for AccountsTemplates class.
@@ -35,9 +35,9 @@ kadira:blaze-layout
#shell-server@0.4.0 # ???
#meteortoys:allthings
stylus@2.513.13
session@1.2.0
session@1.2.1
##browser-policy # Adds support for specifying browser level security rules related to content and what's allowed to laod on the page.
check@1.3.1 # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
check@1.3.2 # Allows for checking the structure and types of arguments passed to Meteor methods and publications.
#audit-argument-checks # Used in combination with the Check package for checking the structure and types of arguments passed to Meteor methods and publications. Automatically alerts when a method or publication does not use a check() call.
aldeed:simple-schema@1.5.3
@@ -60,10 +60,10 @@ juliancwirko:s-alert # Client error/alert handling
jcbernack:reactive-aggregate # Allows us to create a new client collection (from the server) with the contents being an aggregate of server data. Note that aggregation can only be done on the server currently as mini-mongo does not support it.
ostrio:logger
ostrio:loggermongo
dynamic-import@0.5.2
dynamic-import@0.7.2
markdown@1.0.12
wcrisman:jquery-custom-scrollbar
underscore@1.0.10
underscore@1.0.12
meteorhacks:aggregate # Allows databaseName.aggragate(pipeline) calls the exact same way you would on the command line in the mongo tool.
#babrahams:constellation # Provides client side debugging when the server is not run in production mode.
jquery

View File

@@ -1 +1 @@
METEOR@1.11
METEOR@2.11.0

View File

@@ -1,121 +1,116 @@
accounts-base@1.7.0
accounts-password@1.6.2
alanning:roles@1.2.19
accounts-base@2.2.7
accounts-password@2.3.4
alanning:roles@1.3.0
aldeed:collection2@2.10.0
aldeed:collection2-core@1.2.0
aldeed:schema-deny@1.1.0
aldeed:schema-index@1.1.1
aldeed:simple-schema@1.5.4
aldeed:template-extension@4.1.0
allow-deny@1.1.0
allow-deny@1.1.1
arillo:flow-router-helpers@0.5.2
autoupdate@1.6.0
babel-compiler@7.5.3
babel-runtime@1.5.0
autoupdate@1.8.0
babel-compiler@7.10.3
babel-runtime@1.5.1
base64@1.0.12
binary-heap@1.0.11
blaze@2.3.4
blaze-html-templates@1.1.2
blaze-tools@1.0.10
boilerplate-generator@1.7.0
blaze@2.5.0
blaze-html-templates@1.2.1
blaze-tools@1.1.3
boilerplate-generator@1.7.1
caching-compiler@1.2.2
caching-html-compiler@1.1.3
callback-hook@1.3.0
check@1.3.1
caching-html-compiler@1.2.0
callback-hook@1.5.0
check@1.3.2
coffeescript@1.0.17
ddp@1.4.0
ddp-client@2.3.3
ddp@1.4.1
ddp-client@2.6.1
ddp-common@1.4.0
ddp-rate-limiter@1.0.9
ddp-server@2.3.2
deps@1.0.12
diff-sequence@1.1.1
dynamic-import@0.5.2
ecmascript@0.14.3
ecmascript-runtime@0.7.0
ecmascript-runtime-client@0.11.0
ecmascript-runtime-server@0.10.0
ejson@1.1.1
email@2.0.0
ddp-rate-limiter@1.1.1
ddp-server@2.6.0
diff-sequence@1.1.2
dynamic-import@0.7.2
ecmascript@0.16.6
ecmascript-runtime@0.8.0
ecmascript-runtime-client@0.12.1
ecmascript-runtime-server@0.11.0
ejson@1.1.3
email@2.2.4
es5-shim@4.8.0
fetch@0.1.1
fetch@0.1.3
fortawesome:fontawesome@4.7.0
geojson-utils@1.0.10
geojson-utils@1.0.11
hot-code-push@1.0.4
html-tools@1.0.11
htmljs@1.0.11
http@1.4.2
id-map@1.1.0
html-tools@1.1.3
htmljs@1.1.1
http@1.4.4
id-map@1.1.1
inter-process-messaging@0.1.1
jcbernack:reactive-aggregate@0.7.0
jquery@1.11.11
juliancwirko:s-alert@3.2.0
kadira:blaze-layout@2.3.0
kadira:flow-router@2.12.1
launch-screen@1.2.0
livedata@1.0.18
launch-screen@1.3.0
localstorage@1.2.0
logging@1.1.20
logging@1.3.2
markdown@1.0.14
mdg:validation-error@0.2.0
meteor@1.9.3
meteor-base@1.4.0
meteor@1.11.1
meteor-base@1.5.1
meteorhacks:aggregate@1.3.0
meteorhacks:collection-utils@1.2.0
minifier-css@1.5.2
minifier-js@2.6.0
minimongo@1.6.0
minifier-css@1.6.2
minifier-js@2.7.5
minimongo@1.9.2
mobile-experience@1.1.0
mobile-status-bar@1.1.0
modern-browsers@0.1.5
modules@0.15.0
modules-runtime@0.12.0
momentjs:moment@2.27.0
mongo@1.10.0
mongo-decimal@0.1.1
modern-browsers@0.1.9
modules@0.19.0
modules-runtime@0.13.1
momentjs:moment@2.29.3
mongo@1.16.5
mongo-decimal@0.1.3
mongo-dev-server@1.1.0
mongo-id@1.0.7
mongo-id@1.0.8
mongo-livedata@1.0.12
npm-bcrypt@0.9.3
npm-mongo@3.8.0
observe-sequence@1.0.16
npm-mongo@4.14.0
observe-sequence@1.0.20
ordered-dict@1.1.0
ostrio:logger@2.0.8
ostrio:loggermongo@2.0.5
ostrio:logger@2.1.1
ostrio:loggermongo@2.1.0
poorvavyas:es6-shim@0.21.1
promise@0.11.2
promise@0.12.2
raix:eventemitter@0.1.3
random@1.2.0
random@1.2.1
rate-limit@1.0.9
reactive-dict@1.3.0
reactive-var@1.0.11
reload@1.3.0
react-fast-refresh@0.2.6
reactive-dict@1.3.1
reactive-var@1.0.12
reload@1.3.1
retry@1.1.0
routepolicy@1.1.0
service-configuration@1.0.11
session@1.2.0
routepolicy@1.1.1
session@1.2.1
sha@1.0.9
socket-stream-client@0.3.1
softwarerero:accounts-t9n@1.3.11
spacebars@1.0.15
spacebars-compiler@1.1.3
srp@1.1.0
standard-minifier-css@1.6.0
standard-minifier-js@2.6.0
socket-stream-client@0.5.0
spacebars@1.2.0
spacebars-compiler@1.2.1
standard-minifier-css@1.9.0
standard-minifier-js@2.8.1
stylus@2.513.14
templating@1.3.2
templating-compiler@1.3.3
templating-runtime@1.3.2
templating-tools@1.1.2
templating@1.4.1
templating-compiler@1.4.1
templating-runtime@1.5.0
templating-tools@1.2.0
tomwasd:history-polyfill@0.0.1
tracker@1.2.0
tracker@1.3.1
ui@1.0.13
underscore@1.0.10
url@1.3.1
useraccounts:core@1.14.2
useraccounts:flow-routing@1.14.2
underscore@1.0.12
url@1.3.2
useraccounts:core@1.16.2
useraccounts:flow-routing@1.15.0
useraccounts:unstyled@1.14.2
wcrisman:jquery-custom-scrollbar@3.0.0
webapp@1.9.1
webapp-hashing@1.0.9
webapp@1.13.4
webapp-hashing@1.1.1
zimme:active-route@2.3.2