1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-09-04 00:58:46 +00:00

Revamping the Android section (#390)

Co-authored-by: Daniel Nathan Gray <dng@disroot.org>
Signed-off-by: Freddy <freddy@decypher.pw>
This commit is contained in:
Tommy
2021-12-20 00:45:41 +00:00
committed by Daniel Gray
parent d25d460348
commit fbbb7ab44a
33 changed files with 367 additions and 102 deletions

13
package-lock.json generated
View File

@@ -10,7 +10,8 @@
"license": "ISC",
"dependencies": {
"@fortawesome/fontawesome-pro": "^6.0.0-beta3",
"bootstrap": "^5.1.3"
"bootstrap": "^5.1.3",
"mathjax": "^3.2.0"
}
},
"node_modules/@fortawesome/fontawesome-pro": {
@@ -42,6 +43,11 @@
"peerDependencies": {
"@popperjs/core": "^2.10.2"
}
},
"node_modules/mathjax": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.0.tgz",
"integrity": "sha512-PL+rdYRK4Wxif+SQ94zP/L0sv6/oW/1WdQiIx0Jvn9FZaU5W9E6nlIv8liYAXBNPL2Fw/i+o/mZ1212eSzn0Cw=="
}
},
"dependencies": {
@@ -61,6 +67,11 @@
"resolved": "https://registry.npmjs.org/bootstrap/-/bootstrap-5.1.3.tgz",
"integrity": "sha512-fcQztozJ8jToQWXxVuEyXWW+dSo8AiXWKwiSSrKWsRB/Qt+Ewwza+JWoLKiTuQLaEPhdNAJ7+Dosc9DOIqNy7Q==",
"requires": {}
},
"mathjax": {
"version": "3.2.0",
"resolved": "https://registry.npmjs.org/mathjax/-/mathjax-3.2.0.tgz",
"integrity": "sha512-PL+rdYRK4Wxif+SQ94zP/L0sv6/oW/1WdQiIx0Jvn9FZaU5W9E6nlIv8liYAXBNPL2Fw/i+o/mZ1212eSzn0Cw=="
}
}
}