generated from splitbee/react-notion-blog
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
47 lines (47 loc) · 1.24 KB
/
package.json
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
{
"name": "react-notion-blog",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.4",
"@splitbee/web": "^0.3.0",
"@tailwindcss/forms": "^0.5.3",
"@tailwindcss/line-clamp": "^0.4.2",
"@tanstack/react-query": "^4.0.5",
"@vercel/analytics": "^0.1.8",
"@vercel/og": "^0.0.20",
"date-fns": "^2.28.0",
"dayjs": "^1.10.7",
"lodash-es": "^4.17.21",
"next": "12.3.2",
"next-connect": "^0.13.0",
"next-i18next": "^10.0.1",
"notion-client": "^6.16.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hydration-on-demand": "^2.0.1",
"react-notion": "^0.9.2",
"react-notion-x": "^6.12.3",
"react-query": "^4.0.0",
"react-static-tweets": "^0.5.4",
"react-tweet-embed": "^2.0.0",
"static-tweets": "0.5.3",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"@types/lodash-es": "^4.17.5",
"@types/node": "^12.12.21",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"autoprefixer": "^10.4.11",
"postcss": "^8.4.16",
"tailwindcss": "^3.1.8",
"typescript": "4.3.2"
},
"license": "MIT"
}