✅ 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:
43
dealplustech-astro/node_modules/@libsql/isomorphic-ws/package.json
generated
vendored
Normal file
43
dealplustech-astro/node_modules/@libsql/isomorphic-ws/package.json
generated
vendored
Normal file
@@ -0,0 +1,43 @@
|
||||
{
|
||||
"name": "@libsql/isomorphic-ws",
|
||||
"version": "0.1.5",
|
||||
"keywords": ["ws", "websocket", "isomorphic", "node", "deno", "workers"],
|
||||
"description": "Isomorphic WebSockets in Node, Bun, Deno and Cloudflare Workers",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "https://github.com/libsql/isomorphic-ts.git",
|
||||
"directory": "isomorphic-ws"
|
||||
},
|
||||
"homepage": "https://github.com/libsql/isomorphic-ts/tree/main/isomorphic-ws",
|
||||
"authors": [
|
||||
"Jan Špaček <honza@chiselstrike.com>"
|
||||
],
|
||||
"license": "MIT",
|
||||
|
||||
"main": "node.cjs",
|
||||
"types": "index.d.ts",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": {
|
||||
"bun": "./web.mjs",
|
||||
"deno": "./web.mjs",
|
||||
"workerd": "./web.mjs",
|
||||
"node": "./node.mjs",
|
||||
"default": "./web.mjs"
|
||||
},
|
||||
"require": {
|
||||
"bun": "./web.cjs",
|
||||
"deno": "./web.cjs",
|
||||
"workerd": "./web.cjs",
|
||||
"node": "./node.cjs",
|
||||
"default": "./web.cjs"
|
||||
}
|
||||
}
|
||||
},
|
||||
"files": ["*.mjs", "*.cjs", "*.js", "*.d.ts"],
|
||||
|
||||
"dependencies": {
|
||||
"ws": "^8.13.0",
|
||||
"@types/ws": "^8.5.4"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user