- 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
30 lines
716 B
JSON
30 lines
716 B
JSON
{
|
|
"name": "node-domexception",
|
|
"version": "1.0.0",
|
|
"description": "An implementation of the DOMException class from NodeJS",
|
|
"main": "index.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jimmywarting/node-domexception.git"
|
|
},
|
|
"engines": {
|
|
"node": ">=10.5.0"
|
|
},
|
|
"author": "Jimmy Wärting",
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/jimmywarting/node-domexception/issues"
|
|
},
|
|
"homepage": "https://github.com/jimmywarting/node-domexception#readme",
|
|
"funding": [
|
|
{
|
|
"type": "github",
|
|
"url": "https://github.com/sponsors/jimmywarting"
|
|
},
|
|
{
|
|
"type": "github",
|
|
"url": "https://paypal.me/jimmywarting"
|
|
}
|
|
]
|
|
}
|