-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
86 lines (86 loc) · 2.48 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
85
86
{
"name": "minju25kim",
"version": "0.1.0",
"private": true,
"type": "module",
"scripts": {
"dev": "PORT=3001 next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@custom-react-hooks/use-media-query": "^1.5.1",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-menubar": "^1.1.4",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.6",
"@tailwindcss/typography": "^0.5.15",
"@types/mdx": "^2.0.13",
"@uidotdev/usehooks": "^2.4.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.0",
"date-fns": "^3.6.0",
"dotenv": "^16.4.7",
"gray-matter": "^4.0.3",
"html2pdf-ts": "^1.2.23",
"html2pdf.js": "^0.10.2",
"husky": "^9.1.7",
"lucide-react": "^0.469.0",
"next": "^15.1.3",
"next-mdx-remote": "^5.0.0",
"next-themes": "^0.4.4",
"puppeteer": "^24.1.0",
"react": "^18.3.1",
"react-calendar": "^5.1.0",
"react-day-picker": "^8.10.1",
"react-dom": "^18.3.1",
"react-html2pdf": "^1.0.1",
"react-icons": "^5.4.0",
"react-responsive": "^10.0.0",
"react-router-dom": "^7.1.1",
"rehype-autolink-headings": "^7.1.0",
"rehype-code-titles": "^1.2.0",
"rehype-prism-plus": "^2.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"simple-icons": "^14.0.1",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"vaul": "^1.1.2"
},
"devDependencies": {
"@commitlint/config-conventional": "^19.6.0",
"@types/marked": "^5.0.2",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.4.20",
"commitlint": "^19.6.1",
"eslint": "^8",
"eslint-config-next": "15.0.3",
"jest": "^29.7.0",
"lint-staged": "^15.3.0",
"postcss": "^8.4.49",
"prettier": "^3.4.2",
"tailwindcss": "^3.4.17",
"typescript": "^5"
},
"lint-staged": {
"*.js": [
"eslint --fix",
"prettier --write"
]
},
"packageManager": "[email protected]+sha512.8ab88f10f224a0c614cb717a7f7c30499014f77134120e9c1f0211ea3cf3397592cbe483feb38e0c4b3be1c54e347292c76a1b5edb94a3289d5448484ab8ac81"
}