{ "name": "alexandria", "version": "0.0.4", "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 ." }, "dependencies": { "@nostr-dev-kit/ndk": "^2.10.0", "@nostr-dev-kit/ndk-cache-dexie": "^2.5.1", "@popperjs/core": "^2.11.8", "@sveltejs/vite-plugin-svelte": "^3.0.1", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", "markdown-it": "^14.0.0", "markdown-it-plain-text": "^0.3.0", "marked": "^11.1.1", "nostr-tools": "^2.1.4", "showdown": "^2.1.0", "svelte-add": "2023.12.16-0.0", "tailwind-merge": "^2.2.1" }, "devDependencies": { "@sveltejs/adapter-auto": "^3.1.1", "@sveltejs/kit": "^2.4.3", "@types/markdown-it": "^13.0.7", "@types/showdown": "^2.0.6", "autoprefixer": "^10.4.17", "eslint-plugin-svelte": "^2.35.1", "flowbite": "^2.2.1", "flowbite-svelte": "^0.44.22", "flowbite-svelte-icons": "^1.6.1", "postcss": "^8.4.33", "postcss-load-config": "^5.0.2", "prettier": "^3.2.5", "prettier-plugin-svelte": "^3.1.2", "svelte": "^4.2.9", "svelte-check": "^3.6.3", "tailwindcss": "^3.4.1", "tslib": "^2.6.2", "typescript": "^5.3.3", "vite": "^5.0.12" } }