-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1 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
{
"name": "notebook",
"version": "3.0.0",
"description": "A notebook to store my thoughts",
"scripts": {
"start": "next"
},
"engines": {
"node": "22.x"
},
"repository": {
"type": "git",
"url": "git+https://github.com/neelr/notebook.git"
},
"author": "neelr",
"license": "MIT",
"bugs": {
"url": "https://github.com/neelr/notebook/issues"
},
"homepage": "https://github.com/neelr/notebook#readme",
"dependencies": {
"@notionhq/client": "^2.2.15",
"@sendgrid/client": "^8.1.6",
"@sendgrid/mail": "^8.1.6",
"@vercel/analytics": "^0.1.6",
"dotenv": "^17.2.3",
"firebase-admin": "^9.6.0",
"framer-motion": "^10.17.9",
"isomorphic-unfetch": "^3.1.0",
"marked": "^15.0.6",
"next": "^14.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-feather": "^2.0.9",
"react-masonry-css": "^1.0.16",
"react-spring": "^9.1.0",
"redis": "^5.10.0",
"rss": "^1.2.2",
"theme-ui": "^0.6.2",
"use-sound": "^2.0.1"
}
}