-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.39 KB
/
package.json
File metadata and controls
55 lines (55 loc) · 1.39 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
{
"name": "code-monkey",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "contentlayer build && next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@lottiefiles/dotlottie-react": "^0.12.0",
"@mdx-js/loader": "^3.1.0",
"@mdx-js/react": "^3.1.0",
"@next/mdx": "^15.1.0",
"@types/mdx": "^2.0.13",
"contentlayer": "^0.3.4",
"date-fns": "^4.1.0",
"github-slugger": "^2.0.0",
"hastscript": "^9.0.0",
"js-cookie": "^3.0.5",
"jwt-decode": "^4.0.0",
"next": "^15.2.4",
"next-contentlayer": "^0.3.4",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"react-type-animation": "^3.2.0",
"recharts": "^2.15.0",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.1",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/typography": "^0.5.15",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"eslint": "^9",
"eslint-config-next": "15.1.0",
"postcss": "^8",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"overrides": {
"next-contentlayer": {
"next": "$next"
}
}
}