✅ Complete Astro migration - PDPA compliant website
- Migrated all pages from Next.js to Astro - Added PDPA-compliant Privacy Policy (Thai) - Added PDPA-compliant Terms & Conditions (Thai) - Added Cookie Policy with disclosure (Thai) - Implemented cookie consent banner (client-side) - Integrated Umami Analytics placeholder - Blog system with 3 posts - Optimized Docker configuration for production - Static site build (184KB, 11 pages) - Ready for Easypanel deployment Backup: /Users/kunthawatgreethong/Gitea/dealplustech-backup-nextjs-20260309.tar.gz
This commit is contained in:
60
dealplustech-astro/node_modules/astro-consent/package.json
generated
vendored
Normal file
60
dealplustech-astro/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