-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.06 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postinstall": "patch-package"
},
"dependencies": {
"@homegrown/word-counter": "^0.1.7",
"@next/bundle-analyzer": "^13.0.0",
"@notion-cms/client": "^0.2.0",
"@notionhq/client": "^5.13.0",
"@types/nprogress": "^0.2.3",
"@vercel/og": "^0.11.1",
"classnames": "^2.3.2",
"date-fns": "^2.29.3",
"framer-motion": "^12.36.0",
"gray-matter": "^4.0.3",
"next": "^14.2.35",
"next-themes": "^0.4.6",
"notion-client": "^6.15.6",
"notion-utils": "^6.15.6",
"nprogress": "^0.2.0",
"patch-package": "^6.5.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-notion-x": "^6.15.6",
"remark": "^14.0.2",
"remark-html": "^15.0.1",
"winston": "^3.8.2"
},
"devDependencies": {
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"typescript": "^5.9.3"
}
}