{ "name": "alexandria", "version": "0.0.6", "private": true, "type": "module", "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "lint": "prettier --plugin-search-dir . --check . && eslint .", "format": "prettier --plugin-search-dir . --write .", "test": "vitest" }, "dependencies": { "@nostr-dev-kit/ndk": "2.11.x", "@nostr-dev-kit/ndk-cache-dexie": "2.5.x", "@popperjs/core": "2.11.x", "@tailwindcss/forms": "0.5.x", "@tailwindcss/typography": "0.5.x", "asciidoctor": "3.0.x", "bech32": "^2.0.0", "d3": "^7.9.0", "he": "1.2.x", "highlight.js": "^11.11.1", "node-emoji": "^2.2.0", "nostr-tools": "2.10.x", "qrcode": "^1.5.4" }, "devDependencies": { "@playwright/test": "^1.50.1", "@sveltejs/adapter-auto": "3.x", "@sveltejs/adapter-node": "^5.2.12", "@sveltejs/adapter-static": "3.x", "@sveltejs/kit": "^2.16.0", "@sveltejs/vite-plugin-svelte": "4.x", "@types/d3": "^7.4.3", "@types/he": "1.2.x", "@types/node": "22.x", "@types/qrcode": "^1.5.5", "autoprefixer": "10.x", "eslint-plugin-svelte": "2.x", "flowbite": "2.x", "flowbite-svelte": "0.48.x", "flowbite-svelte-icons": "2.1.x", "playwright": "^1.50.1", "postcss": "8.x", "postcss-load-config": "6.x", "prettier": "3.x", "prettier-plugin-svelte": "3.x", "svelte": "5.x", "svelte-check": "4.x", "tailwind-merge": "^3.3.0", "tailwindcss": "3.x", "tslib": "2.8.x", "typescript": "5.7.x", "vite": "5.x", "vitest": "^3.1.3" } }