clone of repo on github
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

67 lines
1.9 KiB

{
"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": {
"@noble/curves": "^1.9.1",
"@noble/hashes": "^1.8.0",
"@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.0",
"highlight.js": "^11.11.1",
"node-emoji": "^2.2.0",
"nostr-tools": "2.10.x",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@playwright/test": "^1.52.0",
"@sveltejs/adapter-auto": "~3.3.1",
"@sveltejs/adapter-node": "^5.2.12",
"@sveltejs/adapter-static": "~3.0.8",
"@sveltejs/kit": "^2.21.0",
"@sveltejs/vite-plugin-svelte": "~4.0.4",
"@testing-library/dom": "^10.4.0",
"@testing-library/svelte": "^5.2.8",
"@types/d3": "^7.4.3",
"@types/he": "1.2.x",
"@types/node": "22.x",
"@types/qrcode": "^1.5.5",
"@vitest/ui": "^3.1.4",
"autoprefixer": "10.x",
"eslint-plugin-svelte": "2.x",
"flowbite": "2.x",
"flowbite-svelte": "0.x",
"flowbite-svelte-icons": "2.1.x",
"jsdom": "^26.1.0",
"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"
}
}