Skip to content

Commit

Permalink
Merge pull request #15 from gzuuus/sec01
Browse files Browse the repository at this point in the history
sec01
  • Loading branch information
gzuuus committed Apr 9, 2024
2 parents 5f46774 + 2cef849 commit dfab230
Show file tree
Hide file tree
Showing 40 changed files with 1,516 additions and 1,903 deletions.
45 changes: 23 additions & 22 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,47 +14,48 @@
"format": "prettier --ignore-path .prettierignore -w ."
},
"devDependencies": {
"@playwright/test": "^1.40.1",
"@skeletonlabs/skeleton": "^2.6.1",
"@playwright/test": "^1.43.0",
"@skeletonlabs/skeleton": "^2.9.0",
"@skeletonlabs/tw-plugin": "^0.2.4",
"@sveltejs/adapter-auto": "^2.1.1",
"@sveltejs/adapter-cloudflare": "^2.3.4",
"@sveltejs/kit": "^1.30.3",
"@sveltejs/kit": "^2.5.5",
"@sveltejs/vite-plugin-svelte": "^3.0.2",
"@tailwindcss/forms": "^0.5.7",
"@types/debounce": "^1.2.4",
"@types/linkify-it": "^3.0.5",
"@types/markdown-it": "^12.2.3",
"@types/node": "^20.10.5",
"@types/uuid": "^9.0.7",
"@types/node": "^20.12.6",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.56.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-prettier": "^8.10.0",
"eslint-plugin-svelte": "^2.35.1",
"postcss": "^8.4.32",
"eslint-plugin-svelte": "^2.36.0",
"postcss": "^8.4.38",
"postcss-load-config": "^4.0.2",
"prettier": "^2.8.8",
"prettier-plugin-svelte": "^2.10.1",
"svelte": "^4.2.8",
"svelte-check": "^3.6.2",
"tailwindcss": "^3.4.0",
"svelte": "^4.2.12",
"svelte-check": "^3.6.9",
"tailwindcss": "^3.4.3",
"tslib": "^2.6.2",
"typescript": "^5.3.3",
"vite": "^4.5.1"
"typescript": "^5.4.4",
"vite": "^5.2.8",
"vite-plugin-tailwind-purgecss": "0.2.0"
},
"type": "module",
"dependencies": {
"@floating-ui/dom": "^1.5.3",
"@nostr-dev-kit/ndk": "2.1.1",
"@nostr-dev-kit/ndk-cache-dexie": "2.1.1",
"@nostr-dev-kit/ndk-svelte": "2.1.1",
"debounce": "^1.2.1",
"dexie": "^3.2.4",
"@floating-ui/dom": "^1.6.3",
"@noble/hashes": "^1.4.0",
"@nostr-dev-kit/ndk": "^2.7.1",
"@nostr-dev-kit/ndk-cache-dexie": "^2.3.1",
"@nostr-dev-kit/ndk-svelte": "^2.2.12",
"dexie": "^3.2.7",
"linkify-it": "^4.0.1",
"markdown-it": "^13.0.2",
"nanoid": "^4.0.2",
"nostr-tools": "^1.17.0",
"nostr-tools": "^2.4.0",
"qrcode-generator": "^1.4.4",
"svelte-a11y-dialog": "^0.2.0",
"uuid": "^9.0.1"
Expand Down
Loading

0 comments on commit dfab230

Please sign in to comment.