forked from dergigi/ants
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
54 lines (54 loc) · 1.56 KB
/
Copy pathpackage.json
File metadata and controls
54 lines (54 loc) · 1.56 KB
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
52
53
54
{
"name": "ants.dergigi.com",
"version": "0.2.11",
"private": true,
"scripts": {
"dev": "next dev --port 7473",
"build": "next build",
"start": "next start",
"lint": "next lint && tsc --noEmit",
"test": "jest",
"bench:nip66": "tsx bench/nip66.ts"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.7.2",
"@fortawesome/free-brands-svg-icons": "^6.7.2",
"@fortawesome/free-regular-svg-icons": "6.7.2",
"@fortawesome/free-solid-svg-icons": "^6.7.2",
"@fortawesome/react-fontawesome": "^0.2.3",
"@nostr-dev-kit/ndk": "^2.14.33",
"@nostr-dev-kit/ndk-cache-dexie": "^2.5.15",
"@nostr-dev-kit/ndk-cache-sqlite-wasm": "0.5.8",
"@types/string-similarity": "^4.0.2",
"blurhash": "^2.0.5",
"fathom-client": "^3.7.2",
"fetch-opengraph": "^1.0.36",
"fuse.js": "7.1.0",
"mdast-util-find-and-replace": "^3.0.2",
"next": "15.5.14",
"prism-react-renderer": "2.4.1",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"react": "^19.0.0",
"react-blurhash": "^0.3.0",
"react-dom": "^19.0.0",
"react-markdown": "^10.1.0",
"relative-time-format": "^1.1.11",
"string-similarity": "^4.0.4"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@types/jest": "^30.0.0",
"@types/node": "^24.3.0",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "^15.5.14",
"jest": "^30.0.5",
"tailwindcss": "^4",
"ts-jest": "^29.1.2",
"tsx": "^4",
"typescript": "^5"
}
}