Cleaned up the copied project & got the Google authentication working. A lot of work still needs to be done to add content and allow only certain users access.
This commit is contained in:
@@ -6,24 +6,25 @@
|
||||
|
||||
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.13.0 # The database Meteor supports right now
|
||||
mongo@1.14.6 # The database Meteor supports right now
|
||||
jquery # Wrapper package for npm-installed jquery
|
||||
reactive-var@1.0.11 # Reactive variable for tracker
|
||||
tracker@1.2.0 # Meteor's client-side reactive programming library
|
||||
|
||||
standard-minifier-css@1.7.4 # CSS minifier run for production mode
|
||||
standard-minifier-js@2.7.1 # JS minifier run for production mode
|
||||
standard-minifier-js@2.8.0 # JS minifier run for production mode
|
||||
es5-shim@4.8.0 # ECMAScript 5 compatibility for older browsers
|
||||
ecmascript@0.16.0 # Enable ECMAScript2015+ syntax in app code
|
||||
typescript@4.4.0 # Enable TypeScript syntax in .ts and .tsx modules
|
||||
ecmascript@0.16.1 # Enable ECMAScript2015+ syntax in app code
|
||||
typescript@4.4.1 # Enable TypeScript syntax in .ts and .tsx modules
|
||||
shell-server@0.5.0 # Server-side component of the `meteor shell` command
|
||||
|
||||
svelte:compiler
|
||||
rdb:svelte-meteor-data
|
||||
static-html@1.3.2
|
||||
accounts-ui@1.4.1
|
||||
accounts-ui@1.4.2
|
||||
accounts-password@2.2.0
|
||||
svelte:blaze-integration
|
||||
meteortesting:mocha
|
||||
accounts-google@1.4.0
|
||||
service-configuration@1.3.0
|
||||
google-config-ui
|
||||
|
||||
@@ -1 +1 @@
|
||||
METEOR@2.5
|
||||
METEOR@2.6.1
|
||||
|
||||
@@ -1,12 +1,12 @@
|
||||
accounts-base@2.2.0
|
||||
accounts-base@2.2.1
|
||||
accounts-google@1.4.0
|
||||
accounts-oauth@1.4.0
|
||||
accounts-password@2.2.0
|
||||
accounts-ui@1.4.1
|
||||
accounts-ui@1.4.2
|
||||
accounts-ui-unstyled@1.6.0
|
||||
allow-deny@1.1.0
|
||||
allow-deny@1.1.1
|
||||
autoupdate@1.8.0
|
||||
babel-compiler@7.7.0
|
||||
babel-compiler@7.8.1
|
||||
babel-runtime@1.5.0
|
||||
base64@1.0.12
|
||||
binary-heap@1.0.11
|
||||
@@ -24,7 +24,7 @@ ddp-rate-limiter@1.1.0
|
||||
ddp-server@2.5.0
|
||||
diff-sequence@1.1.1
|
||||
dynamic-import@0.7.2
|
||||
ecmascript@0.16.0
|
||||
ecmascript@0.16.1
|
||||
ecmascript-runtime@0.8.0
|
||||
ecmascript-runtime-client@0.12.1
|
||||
ecmascript-runtime-server@0.11.0
|
||||
@@ -33,6 +33,7 @@ email@2.2.0
|
||||
es5-shim@4.8.0
|
||||
fetch@0.1.1
|
||||
geojson-utils@1.0.10
|
||||
google-config-ui@1.0.3
|
||||
google-oauth@1.4.1
|
||||
hot-code-push@1.0.4
|
||||
html-tools@1.1.2
|
||||
@@ -47,31 +48,31 @@ localstorage@1.2.0
|
||||
logging@1.3.1
|
||||
meteor@1.10.0
|
||||
meteor-base@1.5.1
|
||||
meteortesting:browser-tests@1.3.4
|
||||
meteortesting:browser-tests@1.3.5
|
||||
meteortesting:mocha@2.0.3
|
||||
meteortesting:mocha-core@8.1.2
|
||||
minifier-css@1.6.0
|
||||
minifier-js@2.7.2
|
||||
minimongo@1.7.0
|
||||
minifier-js@2.7.3
|
||||
minimongo@1.8.0
|
||||
mobile-experience@1.1.0
|
||||
mobile-status-bar@1.1.0
|
||||
modern-browsers@0.1.7
|
||||
modules@0.17.0
|
||||
modules@0.18.0
|
||||
modules-runtime@0.12.0
|
||||
mongo@1.13.0
|
||||
mongo@1.14.6
|
||||
mongo-decimal@0.1.2
|
||||
mongo-dev-server@1.1.0
|
||||
mongo-id@1.0.8
|
||||
npm-mongo@3.9.1
|
||||
oauth@2.1.0
|
||||
npm-mongo@4.3.1
|
||||
oauth@2.1.1
|
||||
oauth2@1.3.1
|
||||
observe-sequence@1.0.19
|
||||
ordered-dict@1.1.0
|
||||
promise@0.12.0
|
||||
random@1.2.0
|
||||
rate-limit@1.0.9
|
||||
rdb:svelte-meteor-data@0.3.0
|
||||
react-fast-refresh@0.2.0
|
||||
rdb:svelte-meteor-data@0.3.1
|
||||
react-fast-refresh@0.2.2
|
||||
reactive-dict@1.3.0
|
||||
reactive-var@1.0.11
|
||||
reload@1.3.1
|
||||
@@ -85,17 +86,17 @@ socket-stream-client@0.4.0
|
||||
spacebars@1.2.0
|
||||
spacebars-compiler@1.3.0
|
||||
standard-minifier-css@1.7.4
|
||||
standard-minifier-js@2.7.2
|
||||
standard-minifier-js@2.8.0
|
||||
static-html@1.3.2
|
||||
svelte:blaze-integration@0.4.0
|
||||
svelte:compiler@3.31.2
|
||||
svelte:compiler@3.46.4
|
||||
templating@1.4.1
|
||||
templating-compiler@1.4.1
|
||||
templating-runtime@1.5.0
|
||||
templating-tools@1.2.1
|
||||
tracker@1.2.0
|
||||
typescript@4.4.0
|
||||
typescript@4.4.1
|
||||
underscore@1.0.10
|
||||
url@1.3.2
|
||||
webapp@1.13.0
|
||||
webapp@1.13.1
|
||||
webapp-hashing@1.1.0
|
||||
|
||||
Reference in New Issue
Block a user