-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
84 lines (84 loc) · 2.41 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
{
"name": "kimbiyam.log",
"version": "0.1.0",
"description": "KimBiYam's dev blog",
"author": {
"email": "hot9998@naver.com",
"name": "ChangHyun Kim",
"url": "https://github.com/KimBiYam"
},
"license": "MIT",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mapbox/rehype-prism": "^0.9.0",
"@next/third-parties": "15.1.0",
"@sentry/nextjs": "^8.45.0",
"@vercel/analytics": "^1.3.1",
"@vercel/speed-insights": "^1.0.12",
"clsx": "^2.1.1",
"gray-matter": "^4.0.3",
"image-size": "^1.1.1",
"jotai": "^2.10.3",
"medium-zoom": "^1.1.0",
"motion": "^11.14.4",
"next": "15.1.0",
"next-themes": "^0.2.1",
"postcss-viewport-height-correction": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-markdown": "^9.0.1",
"react-responsive": "^9.0.2",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.0",
"sharp": "^0.33.4",
"smoothscroll-polyfill": "^0.4.4",
"supports-color": "^8.1.1"
},
"devDependencies": {
"@next/bundle-analyzer": "15.1.0",
"@next/env": "15.1.0",
"@next/eslint-plugin-next": "15.1.0",
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.13",
"@types/mapbox__rehype-prism": "^0.8.3",
"@types/node": "20.10.0",
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2",
"@types/react-responsive": "^8.0.8",
"@types/remove-markdown": "^0.3.4",
"@types/smoothscroll-polyfill": "^0.3.4",
"@typescript-eslint/eslint-plugin": "^8.18.0",
"@typescript-eslint/parser": "^8.18.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.9.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-kimbiyam-react": "^2.0.1",
"eslint-config-next": "15.1.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.2",
"eslint-plugin-react-hooks": "^4.6.2",
"postcss": "^8.4.38",
"prettier": "^3.2.5",
"tailwindcss": "^3.4.3",
"typescript": "5.7.2"
},
"packageManager": "pnpm@9.9.0",
"pnpm": {
"overrides": {
"@types/react": "^19.0.1",
"@types/react-dom": "^19.0.2"
}
}
}