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:
10
package.json
10
package.json
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user