-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "kyechan99.github.io",
"version": "0.1.0",
"private": true,
"homepage": "https://kyechan99.github.io/",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@bmates/studio": "^0.0.3",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@giscus/react": "^2.3.0",
"@tabler/icons-react": "^2.42.0",
"clsx": "^2.0.0",
"contentlayer": "^0.3.4",
"cookies-next": "^4.1.0",
"date-fns": "^2.30.0",
"next": "14.0.4",
"next-contentlayer": "^0.3.4",
"react": "^18",
"react-dom": "^18",
"recoil": "^0.7.7",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.11.0",
"@trivago/prettier-plugin-sort-imports": "^4.3.0",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"github-slugger": "^2.0.0",
"prettier": "3.1.0",
"reading-time": "^1.5.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-img-size": "^1.0.1",
"rehype-prism-plus": "^1.6.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^3.0.1",
"typescript": "^5"
}
}