-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
61 lines (61 loc) · 1.63 KB
/
package.json
File metadata and controls
61 lines (61 loc) · 1.63 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "client",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
"@r4ai/remark-callout": "^0.6.2",
"@radix-ui/react-icons": "^1.3.2",
"@vercel/analytics": "^1.3.1",
"@vercel/edge-config": "^1.2.1",
"contentlayer": "^0.3.4",
"date-fns": "^4.1.0",
"file-loader": "^6.2.0",
"framer-motion": "^11.3.30",
"mapbox-gl": "^3.6.0",
"next": "14.2.35",
"next-contentlayer": "^0.3.4",
"next-themes": "^0.3.0",
"penflow": "^0.1.0",
"react": "^18",
"react-dom": "^18",
"react-fast-marquee": "^1.6.5",
"react-helmet": "^6.1.0",
"react-icons": "^5.3.0",
"react-map-gl": "^7.1.7",
"react-markdown": "^9.0.1",
"react-pdf": "^9.1.0",
"react-share": "^5.1.0",
"react-social-icons": "^6.18.0",
"react-social-media-embed": "^2.5.17",
"react-syntax-highlighter": "^15.5.0",
"remark-gfm": "^4.0.0",
"remark-toc": "^9.0.0",
"schema-dts": "^1.1.2",
"swiper": "^11.1.10",
"tailwind-merge": "^3.0.2"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-helmet": "^6.1.11",
"@types/react-syntax-highlighter": "^15.5.13",
"agentation": "^2.2.1",
"eslint": "^8",
"eslint-config-next": "16.0.10",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}