✅ 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:
39
dealplustech-astro/node_modules/promise-limit/package.json
generated
vendored
Normal file
39
dealplustech-astro/node_modules/promise-limit/package.json
generated
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"name": "promise-limit",
|
||||
"version": "2.7.0",
|
||||
"description": "limits calls to functions that return promises",
|
||||
"main": "index.js",
|
||||
"dependencies": {},
|
||||
"devDependencies": {
|
||||
"chai": "4.1.2",
|
||||
"chai-as-promised": "7.1.1",
|
||||
"eslint": "*",
|
||||
"eslint-config-standard": "11.0.0",
|
||||
"eslint-plugin-es5": "1.3.1",
|
||||
"eslint-plugin-import": "*",
|
||||
"eslint-plugin-node": "7.0.1",
|
||||
"eslint-plugin-promise": "3.8.0",
|
||||
"eslint-plugin-standard": "3.1.0",
|
||||
"fs-promise": "2.0.3",
|
||||
"lowscore": "1.17.0",
|
||||
"mocha": "*"
|
||||
},
|
||||
"scripts": {
|
||||
"test": "mocha && eslint ."
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/featurist/promise-limit.git"
|
||||
},
|
||||
"keywords": [
|
||||
"limit",
|
||||
"promise",
|
||||
"semaphore"
|
||||
],
|
||||
"author": "Tim Macfarlane <timmacfarlane@gmail.com>",
|
||||
"license": "ISC",
|
||||
"bugs": {
|
||||
"url": "https://github.com/featurist/promise-limit/issues"
|
||||
},
|
||||
"homepage": "https://github.com/featurist/promise-limit#readme"
|
||||
}
|
||||
Reference in New Issue
Block a user