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.
 
 
 
 

70 lines
2.1 KiB

{
"name": "alexandria",
"version": "0.0.2",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"dev:debug": "DEBUG_RELAYS=true vite dev",
"dev:node": "node --version && 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",
"tokens": "node src/lib/theme/build-tokens.mjs"
},
"dependencies": {
"@noble/curves": "^1.9.4",
"@noble/hashes": "^1.8.0",
"@nostr-dev-kit/ndk": "^2.14.32",
"@nostr-dev-kit/ndk-cache-dexie": "2.6.x",
"@popperjs/core": "2.11.x",
"@tailwindcss/forms": "0.5.x",
"@tailwindcss/postcss": "^4.1.11",
"@tailwindcss/typography": "0.5.x",
"asciidoctor": "3.0.x",
"bech32": "^2.0.0",
"class-variance-authority": "^0.7.1",
"d3": "^7.9.0",
"he": "1.2.x",
"highlight.js": "^11.11.1",
"node-emoji": "^2.2.0",
"nostr-tools": "2.15.x",
"plantuml-encoder": "^1.4.0",
"qrcode": "^1.5.4"
},
"devDependencies": {
"@playwright/test": "^1.54.1",
"@sveltejs/adapter-auto": "^6.0.1",
"@sveltejs/adapter-node": "^5.2.13",
"@sveltejs/adapter-static": "3.x",
"@sveltejs/kit": "^2.25.0",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@types/d3": "^7.4.3",
"@types/he": "1.2.x",
"@types/mathjax": "^0.0.40",
"@types/node": "^24.0.15",
"@types/qrcode": "^1.5.5",
"autoprefixer": "^10.4.21",
"eslint-plugin-svelte": "^3.11.0",
"flowbite": "~2.5.2",
"flowbite-svelte": "1.11.x",
"flowbite-svelte-icons": "2.1.x",
"playwright": "^1.50.1",
"postcss": "^8.5.6",
"postcss-load-config": "6.x",
"prettier": "^3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"svelte": "^5.36.8",
"svelte-check": "4.x",
"tailwind-merge": "^3.3.1",
"tslib": "2.8.x",
"typescript": "^5.8.3",
"vite": "^6.3.5",
"vitest": "^3.1.3",
"yaml": "^2.5.0"
}
}