-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.55 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
50
51
52
53
{
"name": "tripleposts",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "concurrently \"next dev\" \"lt --port 3000 --subdomain yellowtruck\"",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@atproto/api": "^0.13.16",
"@atproto/identity": "^0.4.3",
"@atproto/oauth-client-node": "^0.2.1",
"@aws-sdk/client-s3": "^3.688.0",
"@clerk/nextjs": "^6.1.3",
"@tiptap/extension-bold": "^2.9.1",
"@tiptap/extension-document": "^2.9.1",
"@tiptap/extension-hard-break": "^2.9.1",
"@tiptap/extension-history": "^2.9.1",
"@tiptap/extension-italic": "^2.9.1",
"@tiptap/extension-paragraph": "^2.9.1",
"@tiptap/extension-placeholder": "^2.9.1",
"@tiptap/extension-text": "^2.9.1",
"@tiptap/pm": "^2.9.1",
"@tiptap/react": "^2.9.1",
"better-sqlite3": "^11.5.0",
"iron-session": "^8.0.4",
"kysely": "^0.27.4",
"next": "15.0.2",
"next-themes": "^0.4.3",
"pg": "^8.13.1",
"react": "19.0.0-rc-02c0e824-20241028",
"react-canvas-confetti": "^2.0.7",
"react-dom": "19.0.0-rc-02c0e824-20241028",
"react-image-crop": "^11.0.7",
"twitter-api-v2": "^1.18.1"
},
"devDependencies": {
"@clerk/types": "^4.29.0",
"@types/better-sqlite3": "^7.6.11",
"@types/node": "^20",
"@types/pg": "^8.11.10",
"@types/react": "^18",
"@types/react-dom": "^18",
"concurrently": "^9.1.0",
"eslint": "^8",
"eslint-config-next": "15.0.2",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}