-
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
/
Copy pathpackage.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@11.5.0+sha512.dbfcc4f81cf48597afd4bc391ffdf12c11f1a9fb83a395bfa6b0a2d9cc2fd8ffebafdb1ccbd529632153f793904c2615b7f09fe1a345473fd1c35845172a8eb1",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint"
},
"dependencies": {
"@eslint/eslintrc": "3.3.5",
"@primer/css": "22.2.0",
"@tailwindcss/postcss": "4.3.0",
"@types/fs-extra": "11.0.4",
"@types/node": "25.9.1",
"@types/react": "19.2.15",
"@types/react-dom": "19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"dayjs": "1.11.21",
"eslint": "9.39.4",
"eslint-config-next": "16.2.6",
"eslint-config-prettier": "10.1.8",
"fs-extra": "11.3.5",
"gray-matter": "4.0.3",
"highlight.js": "11.11.1",
"is-absolute-url": "5.0.0",
"lowlight": "3.3.0",
"next": "16.2.6",
"postcss": "8.5.15",
"prettier": "3.8.3",
"react": "19.2.6",
"react-dom": "19.2.6",
"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.3.0",
"typescript": "6.0.3",
"unified": "11.0.5"
}
}