This commit is contained in:
Eugene Pankov
2021-07-07 02:13:40 +02:00
parent bd342d8f72
commit 0e31ca6f08
4 changed files with 86 additions and 9 deletions

View File

@@ -27,6 +27,7 @@
"@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",
@@ -55,5 +56,8 @@
"webpack": "^5.38.1",
"webpack-cli": "^4.7.2",
"zone.js": "^0.11.4"
},
"dependencies": {
"@analytics/google-analytics": "^0.5.3"
}
}