-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.49 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.49 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"packageManager": "npm@10.5.2",
"overrides": {
"react": "$react",
"react-dom": "$react-dom"
},
"dependencies": {
"@babel/runtime": "^7.27.0",
"@headlessui/react": "^2.2.0",
"@heroicons/react": "^2.2.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^16.1.1",
"@tailwindcss/vite": "^4.1.4",
"ajv": "^8.17.1",
"body-parser": "^2.2.0",
"classnames": "^2.5.1",
"cookie": "^1.0.2",
"date-fns": "^3.6.0",
"express-jwt": "^8.5.1",
"gray-matter": "^4.0.3",
"jsonwebtoken": "^9.0.2",
"lodash": "^4.17.21",
"moment": "^2.30.1",
"morgan": "^1.10.0",
"next": "^15.3.2",
"next-mdx-remote": "^5.0.0",
"path-to-regexp": "^8.2.0",
"qs": "^6.14.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-icons": "^5.4.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.1",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-gfm": "^4.0.1",
"remark-html": "^16.0.1",
"send": "^1.2.0",
"sharp": "^0.33.5",
"shiki": "^3.20.0",
"ws": "^8.18.1"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.16",
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2"
}
}