Converted sample project into an almost working Svelte / Meteor project. Needs to fix the login/logout code, the camera code, and add Chromebook history when the QR Code is scanned.
This commit is contained in:
@@ -11,20 +11,22 @@ 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-css@1.8.0 # CSS 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.1 # Enable ECMAScript2015+ syntax in app code
|
||||
typescript@4.4.1 # Enable TypeScript syntax in .ts and .tsx modules
|
||||
ecmascript@0.16.2 # Enable ECMAScript2015+ syntax in app code
|
||||
typescript@4.5.4 # Enable TypeScript syntax in .ts and .tsx modules
|
||||
shell-server@0.5.0 # Server-side component of the `meteor shell` command
|
||||
|
||||
svelte:compiler
|
||||
#static-html@1.3.2
|
||||
rdb:svelte-meteor-data
|
||||
static-html@1.3.2
|
||||
accounts-ui@1.4.2
|
||||
accounts-password@2.2.0
|
||||
accounts-password@2.3.0
|
||||
svelte:blaze-integration
|
||||
meteortesting:mocha
|
||||
accounts-google@1.4.0
|
||||
service-configuration@1.3.0
|
||||
google-config-ui
|
||||
google-config-ui@1.0.3 # Adds the UI for logging in via Google
|
||||
alanning:roles # Adds roles to the user
|
||||
#zodern:melte
|
||||
|
||||
@@ -1 +1 @@
|
||||
METEOR@2.6.1
|
||||
METEOR@2.7
|
||||
|
||||
@@ -1,12 +1,13 @@
|
||||
accounts-base@2.2.1
|
||||
accounts-base@2.2.2
|
||||
accounts-google@1.4.0
|
||||
accounts-oauth@1.4.0
|
||||
accounts-password@2.2.0
|
||||
accounts-oauth@1.4.1
|
||||
accounts-password@2.3.1
|
||||
accounts-ui@1.4.2
|
||||
accounts-ui-unstyled@1.6.0
|
||||
accounts-ui-unstyled@1.7.0
|
||||
alanning:roles@3.4.0
|
||||
allow-deny@1.1.1
|
||||
autoupdate@1.8.0
|
||||
babel-compiler@7.8.1
|
||||
babel-compiler@7.9.0
|
||||
babel-runtime@1.5.0
|
||||
base64@1.0.12
|
||||
binary-heap@1.0.11
|
||||
@@ -24,17 +25,17 @@ ddp-rate-limiter@1.1.0
|
||||
ddp-server@2.5.0
|
||||
diff-sequence@1.1.1
|
||||
dynamic-import@0.7.2
|
||||
ecmascript@0.16.1
|
||||
ecmascript@0.16.2
|
||||
ecmascript-runtime@0.8.0
|
||||
ecmascript-runtime-client@0.12.1
|
||||
ecmascript-runtime-server@0.11.0
|
||||
ejson@1.1.1
|
||||
email@2.2.0
|
||||
ejson@1.1.2
|
||||
email@2.2.1
|
||||
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
|
||||
google-oauth@1.4.2
|
||||
hot-code-push@1.0.4
|
||||
html-tools@1.1.2
|
||||
htmljs@1.1.1
|
||||
@@ -52,19 +53,19 @@ 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.3
|
||||
minifier-js@2.7.4
|
||||
minimongo@1.8.0
|
||||
mobile-experience@1.1.0
|
||||
mobile-status-bar@1.1.0
|
||||
modern-browsers@0.1.7
|
||||
modules@0.18.0
|
||||
modules-runtime@0.12.0
|
||||
modules-runtime@0.13.0
|
||||
mongo@1.14.6
|
||||
mongo-decimal@0.1.2
|
||||
mongo-dev-server@1.1.0
|
||||
mongo-id@1.0.8
|
||||
npm-mongo@4.3.1
|
||||
oauth@2.1.1
|
||||
oauth@2.1.2
|
||||
oauth2@1.3.1
|
||||
observe-sequence@1.0.19
|
||||
ordered-dict@1.1.0
|
||||
@@ -72,7 +73,7 @@ promise@0.12.0
|
||||
random@1.2.0
|
||||
rate-limit@1.0.9
|
||||
rdb:svelte-meteor-data@0.3.1
|
||||
react-fast-refresh@0.2.2
|
||||
react-fast-refresh@0.2.3
|
||||
reactive-dict@1.3.0
|
||||
reactive-var@1.0.11
|
||||
reload@1.3.1
|
||||
@@ -85,9 +86,8 @@ shell-server@0.5.0
|
||||
socket-stream-client@0.4.0
|
||||
spacebars@1.2.0
|
||||
spacebars-compiler@1.3.0
|
||||
standard-minifier-css@1.7.4
|
||||
standard-minifier-css@1.8.1
|
||||
standard-minifier-js@2.8.0
|
||||
static-html@1.3.2
|
||||
svelte:blaze-integration@0.4.0
|
||||
svelte:compiler@3.46.4
|
||||
templating@1.4.1
|
||||
@@ -95,7 +95,7 @@ templating-compiler@1.4.1
|
||||
templating-runtime@1.5.0
|
||||
templating-tools@1.2.1
|
||||
tracker@1.2.0
|
||||
typescript@4.4.1
|
||||
typescript@4.5.4
|
||||
underscore@1.0.10
|
||||
url@1.3.2
|
||||
webapp@1.13.1
|
||||
|
||||
Reference in New Issue
Block a user