Files
boc/quixzoom-asia-pages/package.json
T
Bernt ddc71dc7f2 feat(quixzoom-asia): Full rebuild v1.0.0 — 9 languages, Landvex auth, light theme
- Rebuilt all 9 Asian language landing pages (zh-CN, zh-TW, ja, ko, th, vi, id, ms, hi)
- Switched from dark to light theme per MOBILE_FIRST_STANDARD
- Added Landvex Authorization section (VW-style certification flow)
- Added full copy: hero, stats, how-it-works, missions, earnings, FAQ, footer
- Localized currencies and payment methods per market
- Build system: template + JSON translations → static HTML
- Validation script ensures no missing translations or placeholder leaks
- CI/CD pipeline: GitHub Actions → S3 + CloudFront
- Version management: npm version patch/minor/major

BREAKING CHANGE: Old placeholder pages replaced with full content
2026-07-08 10:27:21 +00:00

19 lines
525 B
JSON

{
"name": "quixzoom-asia",
"version": "1.0.0",
"description": "quiXzoom Asia multilingual landing pages",
"scripts": {
"build": "node scripts/build.js",
"validate": "node scripts/validate.js",
"deploy:staging": "node scripts/deploy.js --env=staging",
"deploy:prod": "node scripts/deploy.js --env=production",
"version": "node scripts/version.js"
},
"repository": {
"type": "git",
"url": "https://github.com/wavult/quixzoom-asia.git"
},
"license": "UNLICENSED",
"private": true
}