mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
a3b99b61db
Replace client-side proration calculation in BAAEnableModal with server-side getAddonPrice API call. Update SDK to 24e07fc which adds confirmAddonPayment (renamed from validateAddonPayment) and getAddonPrice methods. Remove hard-coded $350 price in favor of server-returned monthlyPrice. Show loading spinner while fetching price. Update 409 notification message for clarity. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
102 lines
3.7 KiB
JSON
102 lines
3.7 KiB
JSON
{
|
|
"name": "@appwrite/console",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite dev",
|
|
"build": "bun run build.js",
|
|
"preview": "vite preview",
|
|
"prepare": "svelte-kit sync || echo ''",
|
|
"clean": "rm -rf node_modules && rm -rf .svelte-kit && bun install",
|
|
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
|
|
"check:watch": "svelte-check --tsconfig ./tsconfig.json --watch",
|
|
"format": "prettier --write --cache .",
|
|
"lint": "prettier --check . && eslint .",
|
|
"tests": "bun run test:unit && bun run test:e2e",
|
|
"test:unit": "TZ=EST vitest run",
|
|
"test:unit-ui": "TZ=EST vitest --ui",
|
|
"test:unit-watch": "TZ=EST vitest watch",
|
|
"test:e2e": "playwright test",
|
|
"test:e2e-ui": "playwright test --ui"
|
|
},
|
|
"dependencies": {
|
|
"@ai-sdk/svelte": "^1.1.24",
|
|
"@appwrite.io/console": "https://pkg.vc/-/@appwrite/@appwrite.io/console@24e07fc",
|
|
"@appwrite.io/pink-icons": "0.25.0",
|
|
"@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@bfe7ce3",
|
|
"@appwrite.io/pink-legacy": "^1.0.3",
|
|
"@appwrite.io/pink-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@bfe7ce3",
|
|
"@faker-js/faker": "^9.9.0",
|
|
"@plausible-analytics/tracker": "^0.4.4",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@sentry/sveltekit": "^8.55.1",
|
|
"@stripe/stripe-js": "^3.5.0",
|
|
"@threlte/core": "^8.5.2",
|
|
"@threlte/extras": "^9.13.0",
|
|
"ai": "^6.0.138",
|
|
"analytics": "^0.8.19",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "^1.11.20",
|
|
"deep-equal": "^2.2.3",
|
|
"echarts": "^5.6.0",
|
|
"flatted": "^3.4.2",
|
|
"ignore": "^6.0.2",
|
|
"nanoid": "^5.1.7",
|
|
"nanotar": "^0.3.0",
|
|
"pretty-bytes": "^6.1.1",
|
|
"remarkable": "^2.0.1",
|
|
"svelte-confetti": "^1.4.0",
|
|
"three": "^0.181.2",
|
|
"tippy.js": "^6.3.7"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/compat": "^1.4.1",
|
|
"@eslint/js": "^9.39.4",
|
|
"@melt-ui/pp": "^0.3.2",
|
|
"@melt-ui/svelte": "^0.86.6",
|
|
"@playwright/test": "^1.58.2",
|
|
"@sveltejs/adapter-static": "^3.0.10",
|
|
"@sveltejs/kit": "^2.55.0",
|
|
"@sveltejs/vite-plugin-svelte": "^5.1.1",
|
|
"@testing-library/dom": "^10.4.1",
|
|
"@testing-library/jest-dom": "^6.9.1",
|
|
"@testing-library/svelte": "^5.3.1",
|
|
"@testing-library/user-event": "^14.6.1",
|
|
"@types/deep-equal": "^1.0.4",
|
|
"@types/remarkable": "^2.0.8",
|
|
"@types/three": "^0.182.0",
|
|
"@typescript-eslint/eslint-plugin": "^8.57.2",
|
|
"@typescript-eslint/parser": "^8.57.2",
|
|
"@vitest/ui": "^3.2.4",
|
|
"color": "^5.0.3",
|
|
"eslint": "^9.39.4",
|
|
"eslint-config-prettier": "^10.1.8",
|
|
"eslint-plugin-svelte": "^3.16.0",
|
|
"globals": "^16.5.0",
|
|
"jsdom": "^26.1.0",
|
|
"kleur": "^4.1.5",
|
|
"prettier": "^3.8.1",
|
|
"prettier-plugin-svelte": "^3.5.1",
|
|
"sass": "^1.98.0",
|
|
"svelte": "^5.55.0",
|
|
"svelte-check": "^4.4.5",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"svelte-sequential-preprocessor": "^2.0.3",
|
|
"tldts": "^7.0.27",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.9.3",
|
|
"typescript-eslint": "^8.57.2",
|
|
"vite": "^7.3.1",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@latest",
|
|
"minimatch": "10.2.3",
|
|
"brace-expansion": ">=5.0.5",
|
|
"immutable": "^5.1.5",
|
|
"flatted": "^3.4.2",
|
|
"yaml": "^1.10.3",
|
|
"picomatch": "^2.3.2",
|
|
"cookie": "^0.7.0"
|
|
}
|
|
}
|