-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
49 lines (49 loc) · 1.57 KB
/
package.json
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
{
"name": "listr",
"version": "0.3.0",
"private": true,
"packageManager": "pnpm@9.7.1",
"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 --check . && eslint .",
"format": "prettier --write ."
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@sveltejs/adapter-vercel": "^5.5.0",
"@sveltejs/kit": "^2.9.0",
"@sveltejs/vite-plugin-svelte": "^4",
"@tailwindcss/forms": "^0.5.9",
"@tailwindcss/typography": "^0.5.15",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"flowbite-svelte": "^0.47.4",
"globals": "^15.13.0",
"postcss": "^8.4.49",
"svelte": "^5.5.0",
"svelte-check": "^4.1.1",
"svelte-hot-french-toast": "^1.0.0",
"sveltekit-superforms": "^2.21.0",
"tailwindcss": "^3.4.15",
"tslib": "^2.8.1",
"typescript": "^5.7.2",
"vite": "^5",
"zod": "^3.23.8"
},
"type": "module",
"dependencies": {
"@nostr-dev-kit/ndk": "2.10.7",
"@nostr-dev-kit/ndk-cache-dexie": "2.5.8",
"@nostr-dev-kit/ndk-svelte-components": "^2.3.4",
"dayjs": "^1.11.13",
"nostr-login": "^1.6.13",
"lucide-svelte": "^0.464.0",
"nostr-tools": "^2.10.4",
"uuid": "^11.0.3",
"webln": "^0.3.2"
}
}