-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 813 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 813 Bytes
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
{
"name": "notehub",
"author": {
"name": "CuB1",
"email": "cub1zdev@gmail.com",
"url": "https://cub1z.vercel.app"
},
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@libsql/client": "^0.15.4",
"gray-matter": "^4.0.3",
"lru-cache": "^11.1.0",
"lucide-react": "^0.487.0",
"marked": "^16.0.7",
"marked-gfm-heading-id": "^4.1.1",
"marked-katex-extension": "^5.1.4",
"next": "^15.4.7",
"next-auth": "^4.24.11",
"next-pwa": "^5.6.0",
"react": "^19.0.1",
"react-dom": "^19.0.1"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"typescript": "^5"
}
}