-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.36 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.36 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
{
"name": "attic-note",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@blocknote/core": "^0.30.0",
"@blocknote/mantine": "^0.30.0",
"@blocknote/react": "^0.30.0",
"@google/genai": "^1.17.0",
"@hookform/resolvers": "^5.2.1",
"@prisma/client": "^6.0.0",
"@radix-ui/react-slot": "^1.2.4",
"@vercel/analytics": "^2.0.1",
"bcrypt": "^5.1.1",
"bcryptjs": "^3.0.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.553.0",
"motion": "^12.38.0",
"next": "^15.4.9",
"react": "^19.2.1",
"react-dom": "^19.2.1",
"tailwind-merge": "^3.3.1",
"zustand": "^4.5.0"
},
"devDependencies": {
"@tailwindcss/postcss": "4.1.11",
"@tailwindcss/typography": "^0.5.19",
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20.0.0",
"@types/react": "^19.0.0",
"@types/react-dom": "^19.0.0",
"eslint": "9.39.1",
"eslint-config-next": "16.0.8",
"postcss": "^8.5.6",
"prisma": "^6.0.0",
"tailwindcss": "4.1.11",
"typescript": "5.9.3"
}
}