- new_card_token uses explicit newCardToken ?? verificationToken precedence on every charge surface (BookingFlow, UserPaymentModal, TipPayment, PaymentModal, TillPurchases, account gift-card buy); dead verification_code/consent fields + ScaFallbackConsentDialog removed from payment flows
- mock mints cnon:sca-... tokenize-results and tokenizeWithVerification returns verificationToken:null for new cards (real-SDK parity so save-card works in dev)
- UserPaymentModal infinite /payment-methods fetch loop guarded; formatCurrency(totalPaid) no longer 100x too small
- delete-account dialog collects current_password + fresh 2FA code; admin 'Begin appointment'/'Complete' wired to /admin/bookings/{id}/progress
- mobile: 44px touch targets, active: feedback, TimeSlotPicker 50dvh, dialog close sizing, .no-scrollbar utility, CSP meta, receipt fields escaped
- vitest: policy.ts cross-check + ScaFallbackConsentDialog component tests (svelte project via happy-dom)
70 lines
2.0 KiB
JSON
70 lines
2.0 KiB
JSON
{
|
|
"name": "crussell",
|
|
"private": true,
|
|
"version": "0.0.1",
|
|
"type": "module",
|
|
"overrides": {
|
|
"cookie": "^0.7.0"
|
|
},
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "vite build",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync || echo ''",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --fail-on-warnings",
|
|
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"test": "vitest run",
|
|
"format": "prettier --write .",
|
|
"lint": "prettier --check . && eslint .",
|
|
"lint:a11y": "eslint 'src/**/*.svelte' --config eslint.a11y.config.js"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^2.1.0",
|
|
"@eslint/js": "^9.39.5",
|
|
"@internationalized/date": "^3.11.0",
|
|
"@lucide/svelte": "^1.17.0",
|
|
"@sveltejs/adapter-static": "^3.0.9",
|
|
"@sveltejs/kit": "^2.22.0",
|
|
"@sveltejs/vite-plugin-svelte": "^7.2.0",
|
|
"@tailwindcss/vite": "^4.2.0",
|
|
"@types/geojson": "^7946.0.16",
|
|
"@types/node": "^26.1.1",
|
|
"@vitest/coverage-v8": "^4.1.10",
|
|
"bits-ui": "^2.16.1",
|
|
"clsx": "^2.1.1",
|
|
"eslint": "^9.39.5",
|
|
"eslint-config-prettier": "^10.0.1",
|
|
"eslint-plugin-svelte": "^3.0.0",
|
|
"globals": "^17.3.0",
|
|
"happy-dom": "^20.11.2",
|
|
"mode-watcher": "^1.1.0",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-svelte": "^4.1.1",
|
|
"prettier-plugin-tailwindcss": "^0.8.0",
|
|
"shadcn-svelte": "^1.1.1",
|
|
"svelte": "^5.0.0",
|
|
"svelte-check": "^4.4.3",
|
|
"svelte-easy-crop": "^5.0.0",
|
|
"svelte-sonner": "^1.0.7",
|
|
"tailwind-merge": "^3.5.0",
|
|
"tailwind-variants": "^3.2.2",
|
|
"tailwindcss": "^4.2.0",
|
|
"tw-animate-css": "^1.4.0",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.20.0",
|
|
"vite": "^8.1.4",
|
|
"vitest": "^4.1.10"
|
|
},
|
|
"dependencies": {
|
|
"@discourse/jxl": "^1.3.0",
|
|
"@jsquash/avif": "^2.1.1",
|
|
"@jsquash/jpeg": "^1.6.0",
|
|
"@jsquash/webp": "^1.5.0",
|
|
"@zxcvbn-ts/core": "^4.1.2",
|
|
"@zxcvbn-ts/language-common": "^4.1.2",
|
|
"@zxcvbn-ts/language-en": "^4.1.1",
|
|
"heic2any": "^0.0.4",
|
|
"maplibre-gl": "^5.24.0"
|
|
}
|
|
}
|