-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.32 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.32 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
{
"name": "blog",
"version": "1.0.0",
"private": true,
"packageManager": "pnpm@10.33.2+sha512.a90faf6feeab71ad6c6e57f94e0fe1a12f5dcc22cd754db40ae9593eb6a3e0b6b12e3540218bb37ae083404b1f2ce6db2a4121e979829b4aff94b99f49da1cf8",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@eslint/eslintrc": "3.3.5",
"@primer/css": "22.1.1",
"@tailwindcss/postcss": "4.2.4",
"@types/fs-extra": "11.0.4",
"@types/node": "25.6.0",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"dayjs": "1.11.20",
"eslint": "9.39.4",
"eslint-config-next": "16.2.4",
"eslint-config-prettier": "10.1.8",
"fs-extra": "11.3.4",
"gray-matter": "4.0.3",
"highlight.js": "11.11.1",
"is-absolute-url": "5.0.0",
"lowlight": "3.3.0",
"next": "16.2.4",
"postcss": "8.5.10",
"prettier": "3.8.3",
"react": "19.2.5",
"react-dom": "19.2.5",
"rehype-highlight": "7.0.2",
"rehype-img-size": "1.0.1",
"rehype-react": "8.0.0",
"rehype-slug": "6.0.0",
"remark-breaks": "4.0.0",
"remark-parse": "11.0.0",
"remark-rehype": "11.1.2",
"sharp": "0.34.5",
"tailwindcss": "4.2.4",
"typescript": "6.0.3",
"unified": "11.0.5"
}
}