-
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.48 KB
/
package.json
File metadata and controls
54 lines (54 loc) · 1.48 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": "blackcode-issues",
"version": "1.0.0",
"description": "AI-native issue tracking - Trinity Architecture",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:migrate": "node scripts/migrate.js"
},
"dependencies": {
"@auth/pg-adapter": "^1.4.1",
"@hello-pangea/dnd": "^16.6.0",
"@neondatabase/serverless": "^1.0.2",
"@tanstack/react-query": "^5.56.2",
"@tiptap/extension-image": "^2.27.2",
"@tiptap/extension-link": "^2.27.2",
"@tiptap/extension-placeholder": "^2.27.2",
"@tiptap/pm": "^2.4.0",
"@tiptap/react": "^2.27.2",
"@tiptap/starter-kit": "^2.27.2",
"@types/dompurify": "^3.0.5",
"@vercel/blob": "^0.23.4",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"date-fns": "^3.6.0",
"dompurify": "^3.3.1",
"framer-motion": "^11.5.4",
"geist": "^1.5.1",
"lucide-react": "^0.447.0",
"next": "^16.1.4",
"next-auth": "^4.24.7",
"next-themes": "^0.4.6",
"pg": "^8.12.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.5.2",
"zustand": "^4.5.5"
},
"devDependencies": {
"@types/node": "^22.5.5",
"@types/react": "^18.3.8",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.20",
"eslint": "^8.57.0",
"eslint-config-next": "14.2.0",
"postcss": "^8.4.47",
"tailwindcss": "^3.4.12",
"typescript": "^5.6.2"
}
}