This commit is contained in:
Eugene Pankov
2021-07-16 20:25:00 +02:00
parent 6d4ae3b4c3
commit 2c95a15609
18 changed files with 379 additions and 137 deletions

View File

@@ -27,7 +27,6 @@
"@ngtools/webpack": "^12.0.4",
"@tabby-gang/to-string-loader": "^1.1.7-beta.1",
"@types/node": "^11.9.5",
"analytics": "^0.7.5",
"apply-loader": "^2.0.0",
"awesome-typescript-loader": "^5.2.1",
"bootstrap": "^5.0.1",
@@ -36,6 +35,8 @@
"css-loader": "^2.1.0",
"deepmerge": "^4.2.2",
"file-loader": "^1.1.11",
"html-loader": "^2.1.2",
"html-webpack-plugin": "^5.3.2",
"js-yaml": "^4.1.0",
"ngx-toastr": "^14.0.0",
"node-sass": "^6.0.0",
@@ -57,7 +58,5 @@
"webpack-cli": "^4.7.2",
"zone.js": "^0.11.4"
},
"dependencies": {
"@analytics/google-analytics": "^0.5.3"
}
"dependencies": {}
}