mirror of
https://github.com/appwrite/console.git
synced 2026-04-07 19:17:46 +00:00
95 lines
3.5 KiB
JSON
95 lines
3.5 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@8e7decc",
|
|
"@appwrite.io/pink-icons": "0.25.0",
|
|
"@appwrite.io/pink-icons-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-icons-svelte@df765cc",
|
|
"@appwrite.io/pink-legacy": "^1.0.3",
|
|
"@appwrite.io/pink-svelte": "https://pkg.vc/-/@appwrite/@appwrite.io/pink-svelte@df765cc",
|
|
"@faker-js/faker": "^9.9.0",
|
|
"@plausible-analytics/tracker": "^0.4.4",
|
|
"@popperjs/core": "^2.11.8",
|
|
"@sentry/sveltekit": "^8.38.0",
|
|
"@stripe/stripe-js": "^3.5.0",
|
|
"@threlte/core": "^8.3.1",
|
|
"@threlte/extras": "^9.7.1",
|
|
"ai": "^6.0.67",
|
|
"analytics": "^0.8.16",
|
|
"cron-parser": "^4.9.0",
|
|
"dayjs": "^1.11.13",
|
|
"deep-equal": "^2.2.3",
|
|
"echarts": "^5.6.0",
|
|
"ignore": "^6.0.2",
|
|
"nanoid": "^5.1.5",
|
|
"nanotar": "^0.1.1",
|
|
"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.3.1",
|
|
"@eslint/js": "^9.31.0",
|
|
"@melt-ui/pp": "^0.3.2",
|
|
"@melt-ui/svelte": "^0.86.5",
|
|
"@playwright/test": "^1.55.1",
|
|
"@sveltejs/adapter-static": "^3.0.8",
|
|
"@sveltejs/kit": "^2.49.5",
|
|
"@sveltejs/vite-plugin-svelte": "^5.0.3",
|
|
"@testing-library/dom": "^10.4.0",
|
|
"@testing-library/jest-dom": "^6.6.3",
|
|
"@testing-library/svelte": "^5.2.8",
|
|
"@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.28.0",
|
|
"@typescript-eslint/parser": "^8.28.0",
|
|
"@vitest/ui": "^3.2.4",
|
|
"color": "^5.0.0",
|
|
"eslint": "^9.31.0",
|
|
"eslint-config-prettier": "^10.1.0",
|
|
"eslint-plugin-svelte": "^3.3.3",
|
|
"globals": "^16.0.0",
|
|
"jsdom": "^26.1.0",
|
|
"kleur": "^4.1.5",
|
|
"prettier": "^3.5.3",
|
|
"prettier-plugin-svelte": "^3.3.3",
|
|
"sass": "^1.86.0",
|
|
"svelte": "^5.25.3",
|
|
"svelte-check": "^4.1.5",
|
|
"svelte-preprocess": "^6.0.3",
|
|
"svelte-sequential-preprocessor": "^2.0.2",
|
|
"tldts": "^7.0.7",
|
|
"tslib": "^2.8.1",
|
|
"typescript": "^5.8.2",
|
|
"typescript-eslint": "^8.30.1",
|
|
"vite": "^7.0.6",
|
|
"vitest": "^3.2.4"
|
|
},
|
|
"overrides": {
|
|
"vite": "npm:rolldown-vite@latest",
|
|
"minimatch": "10.2.1"
|
|
}
|
|
}
|