-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@uidotdev/usehooks": "^2.4.1",
"classnames": "^2.5.1",
"date-fns": "^3.3.1",
"feed": "^4.2.2",
"framer-motion": "^11.1.7",
"gray-matter": "^4.0.3",
"highlight.js": "^11.11.1",
"lowlight": "^3.3.0",
"next": "14.1.0",
"react": "^18",
"react-dom": "^18",
"react-konami-code": "^2.3.0",
"react-marquee-text": "^1.0.3",
"rehype-autolink-headings": "^7.1.0",
"rehype-highlight": "^7.0.0",
"rehype-remark": "^10.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark": "^15.0.1",
"remark-gfm": "^4.0.0",
"remark-html": "^16.0.1",
"remark-rehype": "^11.1.0",
"remark-youtube": "^1.3.2"
},
"devDependencies": {
"@pfertyk/highlightjs-gdscript": "^0.0.1",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}