You've already forked AstralRinth
forked from didirus/AstralRinth
Change ads provider, and add consent system for advertising (#155)
* Add GAM integration & base for GPDR consent * Moved consent to a specific page. * Added functionality to the privacy page, and desactivate tracking if consent is not given. * Added GeoEdge support, and fixed auth issues * Fix actions issue * Fix actions issue, attempt 2 * Added a module for analytics with consent support. * Remove unnecessary function * Add support for runtime config
This commit is contained in:
31
modules/analytics/package.json
Normal file
31
modules/analytics/package.json
Normal file
@@ -0,0 +1,31 @@
|
||||
{
|
||||
"name": "@modrinth/analytics",
|
||||
"version": "0.1.0",
|
||||
"description": "Unami integration for Nuxtjs",
|
||||
"license": "MIT",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "redblueflame <contact@redblueflame.com>"
|
||||
}
|
||||
],
|
||||
"main": "lib/module.js",
|
||||
"repository": "https://github.com/modrinth/knossos/",
|
||||
"homepage": "https://github.com/modrinth/knossos/tree/master/modules/analytics",
|
||||
"files": [
|
||||
"lib"
|
||||
],
|
||||
"devDependencies": {
|
||||
"codecov": "latest",
|
||||
"eslint": "5.13.0",
|
||||
"eslint-config-airbnb-base": "13.1.0",
|
||||
"eslint-loader": "2.1.2",
|
||||
"eslint-plugin-import": "2.16.0",
|
||||
"eslint-plugin-jest": "22.3.0",
|
||||
"eslint-plugin-vue": "5.2.1",
|
||||
"jest": "24.1.0",
|
||||
"jsdom": "14.0.0",
|
||||
"nuxt": "2.4.3",
|
||||
"request-promise-native": "1.0.5",
|
||||
"standard-version": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user