-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.32 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.32 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
{
"name": "hongjw030.github.io",
"version": "0.1.0",
"private": true,
"homepage": "http://hongjw030.github.io/deploy",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"postbuild": "next-sitemap",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/react-query": "^5.28.4",
"axios": "^1.6.8",
"framer-motion": "^11.1.7",
"gray-matter": "^4.0.3",
"highlight.js": "^11.9.0",
"jotai": "^2.7.0",
"mongodb": "^6.5.0",
"mongoose": "^8.2.2",
"next": "14.1.0",
"prettier": "^3.2.5",
"react": "^18",
"react-calendar": "^5.0.0",
"react-dom": "^18",
"react-hook-form": "^7.51.1",
"react-icons": "^5.2.0",
"react-markdown": "^9.0.1",
"react-material-ui-carousel": "^3.4.2",
"rehype-highlight": "^7.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1"
},
"devDependencies": {
"@tanstack/react-query-devtools": "^5.28.4",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"gh-pages": "^6.1.1",
"next-sitemap": "^4.2.3",
"typescript": "^5"
}
}