aboutsummaryrefslogtreecommitdiff
path: root/package.json
blob: c75da1dabba157a3e54c656e4264502343b2c37a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
  "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"
  }
}