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:
2022-03-09 07:55:26 -08:00
parent c61ca6b32e
commit 9e0e231152
16 changed files with 257 additions and 448 deletions

View File

@@ -3,18 +3,18 @@
"private": true,
"scripts": {
"start": "meteor run",
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../",
"build": "npm install --product && meteor build --architecture os.linux.x86_64 --server-only ../",
"test": "meteor test --once --driver-package meteortesting:mocha",
"test-app": "TEST_WATCH=1 meteor test --full-app --driver-package meteortesting:mocha",
"visualize": "meteor --production --extra-packages bundle-visualizer"
},
"dependencies": {
"@babel/runtime": "^7.8.3",
"@babel/runtime": "^7.16.7",
"connect-route": "^0.1.5",
"jquery": "^3.4.1",
"jquery": "^3.6.0",
"meteor-node-stubs": "^1.0.0",
"phaser": "3.55.2",
"svelte": "^3.31.2"
"svelte": "^3.46.4",
"ws": "^8.4.2"
},
"meteor": {
"mainModule": {