-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
45 lines (45 loc) · 1.08 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
{
"name": "nos.today",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest"
},
"dependencies": {
"@types/node": "^22.1.0",
"@types/react": "^18.3.3",
"@types/react-dom": "18.3.0",
"daisyui": "^4.12.10",
"date-fns": "^3.6.0",
"dompurify": "^3.1.6",
"eslint": "^8.0.0",
"eslint-config-next": "^14.2.5",
"linkifyjs": "^4.1.3",
"next": "^14.2.5",
"nostr-tools": "^2.7.1",
"nostr-typedef": "^0.9.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.2.1",
"reconnecting-websocket": "^4.4.0",
"rx-nostr": "^3.3.1",
"rx-nostr-crypto": "^3.1.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/dompurify": "^3.0.5",
"@types/jest": "^29.5.12",
"autoprefixer": "^10.4.20",
"jest": "^29.7.0",
"jsdom": "^24.1.1",
"linkify-string": "^4.1.3",
"postcss": "^8.4.40",
"tailwindcss": "^3.4.7",
"ts-jest": "^29.2.4",
"typescript": "^5.5.4"
}
}