Add packages and pre-reqs
This commit is contained in:
parent
cca9cee657
commit
50a5c39333
5 changed files with 2240 additions and 1571 deletions
|
@ -22,7 +22,9 @@
|
||||||
"./node_modules/@google/markerclustererplus/images",
|
"./node_modules/@google/markerclustererplus/images",
|
||||||
"glob": "*",
|
"glob": "*",
|
||||||
"output": "/images"
|
"output": "/images"
|
||||||
}
|
},
|
||||||
|
"src/firebase-messaging-sw.js",
|
||||||
|
"src/manifest.json"
|
||||||
],
|
],
|
||||||
"styles": [
|
"styles": [
|
||||||
"src/scss/style.scss"
|
"src/scss/style.scss"
|
||||||
|
|
3791
package-lock.json
generated
3791
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
@ -27,6 +27,7 @@
|
||||||
"@angular/common": "10.0.6",
|
"@angular/common": "10.0.6",
|
||||||
"@angular/compiler": "10.0.6",
|
"@angular/compiler": "10.0.6",
|
||||||
"@angular/core": "10.0.6",
|
"@angular/core": "10.0.6",
|
||||||
|
"@angular/fire": "^6.0.4",
|
||||||
"@angular/forms": "10.0.6",
|
"@angular/forms": "10.0.6",
|
||||||
"@angular/platform-browser": "10.0.6",
|
"@angular/platform-browser": "10.0.6",
|
||||||
"@angular/platform-browser-dynamic": "10.0.6",
|
"@angular/platform-browser-dynamic": "10.0.6",
|
||||||
|
@ -43,6 +44,7 @@
|
||||||
"core-js": "^2.6.9",
|
"core-js": "^2.6.9",
|
||||||
"devextreme": "^19.1.4",
|
"devextreme": "^19.1.4",
|
||||||
"devextreme-angular": "^19.1.4",
|
"devextreme-angular": "^19.1.4",
|
||||||
|
"firebase": "^8.0.0",
|
||||||
"jasmine": "^3.4.0",
|
"jasmine": "^3.4.0",
|
||||||
"jquery": "^3.5.1",
|
"jquery": "^3.5.1",
|
||||||
"jszip": "^3.2.2",
|
"jszip": "^3.2.2",
|
||||||
|
@ -63,7 +65,7 @@
|
||||||
"zone.js": "~0.10.3"
|
"zone.js": "~0.10.3"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@angular-devkit/build-angular": "^0.1000.4",
|
"@angular-devkit/build-angular": "^0.1002.0",
|
||||||
"@angular/cli": "^10.0.4",
|
"@angular/cli": "^10.0.4",
|
||||||
"@angular/compiler-cli": "10.0.6",
|
"@angular/compiler-cli": "10.0.6",
|
||||||
"@types/googlemaps": "^3.39.8",
|
"@types/googlemaps": "^3.39.8",
|
||||||
|
|
|
@ -9,6 +9,7 @@
|
||||||
<meta name="author" content="Pear Trading Ltd & Shadowcat Systems Ltd">
|
<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">
|
<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="shortcut icon" href="assets/img/favicon.png">
|
||||||
|
<link rel="manifest" here="./manifest.json">
|
||||||
|
|
||||||
<title>LocalLoop - Tracking Local Spending</title>
|
<title>LocalLoop - Tracking Local Spending</title>
|
||||||
|
|
||||||
|
|
3
src/manifest.json
Normal file
3
src/manifest.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"gcm_sender_id": "469562689216"
|
||||||
|
}
|
Reference in a new issue