feat: Upgrade to Astro with full PDPA compliance
PDPA Features: ✅ Cookie consent banner ✅ Consent logging API ✅ Admin dashboard ✅ Privacy Policy ✅ Terms & Conditions Technical: ✅ Astro 5.x + Tailwind v4 ✅ Docker on port 80 ✅ SQLite database ✅ 15 pages built Ready for Easypanel deployment.
This commit is contained in:
60
node_modules/astro-consent/package.json
generated
vendored
Normal file
60
node_modules/astro-consent/package.json
generated
vendored
Normal file
@@ -0,0 +1,60 @@
|
||||
{
|
||||
"name": "astro-consent",
|
||||
"version": "1.0.17",
|
||||
"description": "A privacy-first, GDPR-compliant cookie consent banner for Astro with a built-in preferences modal, zero dependencies, and full theme control.",
|
||||
"type": "module",
|
||||
"author": {
|
||||
"name": "Velohost",
|
||||
"url": "https://velohost.co.uk"
|
||||
},
|
||||
"license": "MIT",
|
||||
"homepage": "https://velohost.co.uk/",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/velohost/astro-consent.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/velohost/astro-consent/issues"
|
||||
},
|
||||
"main": "./dist/index.js",
|
||||
"types": "./dist/index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"types": "./dist/index.d.ts",
|
||||
"default": "./dist/index.js"
|
||||
}
|
||||
},
|
||||
"bin": {
|
||||
"astro-consent": "dist/cli.cjs"
|
||||
},
|
||||
"files": [
|
||||
"dist",
|
||||
"README.md",
|
||||
"LICENSE.md"
|
||||
],
|
||||
"scripts": {
|
||||
"build": "tsc -p tsconfig.json && tsc -p tsconfig.cli.json && mv dist/cli.js dist/cli.cjs"
|
||||
},
|
||||
"keywords": [
|
||||
"astro",
|
||||
"astro-integration",
|
||||
"cookie-banner",
|
||||
"cookie-consent",
|
||||
"gdpr",
|
||||
"privacy",
|
||||
"analytics-consent",
|
||||
"marketing-consent",
|
||||
"withastro",
|
||||
"velohost"
|
||||
],
|
||||
"peerDependencies": {
|
||||
"astro": "^4.0.0 || ^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/node": "^25.2.1",
|
||||
"astro": "^5.16.6"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=18.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user