Add packages and pre-reqs

This commit is contained in:
Ben Goldsworthy 2020-11-08 17:38:01 +00:00
parent bf8acced6c
commit 659b37b589
5 changed files with 2240 additions and 1571 deletions

View file

@ -22,7 +22,9 @@
"./node_modules/@google/markerclustererplus/images",
"glob": "*",
"output": "/images"
}
},
"src/firebase-messaging-sw.js",
"src/manifest.json"
],
"styles": [
"src/scss/style.scss"

3799
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -27,6 +27,7 @@
"@angular/common": "10.0.6",
"@angular/compiler": "10.0.6",
"@angular/core": "10.0.6",
"@angular/fire": "^6.0.4",
"@angular/forms": "10.0.6",
"@angular/platform-browser": "10.0.6",
"@angular/platform-browser-dynamic": "10.0.6",
@ -43,6 +44,7 @@
"core-js": "^2.6.9",
"devextreme": "^19.1.4",
"devextreme-angular": "^19.1.4",
"firebase": "^8.0.0",
"jasmine": "^3.4.0",
"jquery": "^3.5.1",
"jszip": "^3.2.2",
@ -63,7 +65,7 @@
"zone.js": "~0.10.3"
},
"devDependencies": {
"@angular-devkit/build-angular": "^0.1000.4",
"@angular-devkit/build-angular": "^0.1002.0",
"@angular/cli": "^10.0.4",
"@angular/compiler-cli": "10.0.6",
"@types/googlemaps": "^3.39.8",

View file

@ -9,6 +9,7 @@
<meta name="author" content="Pear Trading Ltd & Shadowcat Systems Ltd">
<meta name="keyword" content="LocalLoop,Local Spending,Local,Money,Loop,Traders,Pear Trading,Pear Points">
<link rel="shortcut icon" href="assets/img/favicon.png">
<link rel="manifest" here="./manifest.json">
<title>LocalLoop - Tracking Local Spending</title>

3
src/manifest.json Normal file
View file

@ -0,0 +1,3 @@
{
"gcm_sender_id": "469562689216"
}