-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
58 lines (58 loc) · 1.57 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
48
49
50
51
52
53
54
55
56
57
58
{
"name": "next-level-blog",
"version": "0.1.2",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.4",
"@emotion/server": "^11.11.0",
"@giscus/react": "^3.0.0",
"@mantine/core": "^6.0.19",
"@mantine/hooks": "^6.0.19",
"@mantine/next": "^6.0.19",
"@mantine/prism": "^6.0.19",
"@mantine/spotlight": "^6.0.19",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.2.0",
"@notionhq/client": "^2.2.15",
"@tanstack/react-query": "^5.29.2",
"@vercel/analytics": "^1.2.2",
"@vercel/kv": "^2.0.0",
"@vercel/speed-insights": "^1.0.10",
"autoprefixer": "^10.4.19",
"crypto-js": "^4.2.0",
"next": "^14.2.4",
"notion-client": "^6.16.0",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-loading": "^2.0.3",
"react-notion-x": "^6.16.0",
"react-scroll": "^1.9.0",
"react-share": "^5.1.0",
"react-tweet": "^3.2.1",
"rehype-katex": "^7.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.12",
"@types/node": "^20.12.7",
"@types/react": "^18.2.77",
"@types/react-dom": "^18.2.25",
"@types/react-scroll": "^1.8.10",
"date-fns": "^3.6.0",
"eslint": "8.47.0",
"eslint-config-next": "^13.4.19",
"react-h5-audio-player": "^3.9.1",
"tabler-icons-react": "^1.56.0",
"tailwindcss": "^3.4.3",
"typescript": "^5.4.5"
}
}