-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.16 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.16 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
{
"name": "schnee.dev",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.9.0"
},
"scripts": {
"dev": "next dev --webpack",
"build": "next build --webpack",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/node": "25.9.2",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"clsx": "2.1.1",
"eslint-config-next": "16.2.7",
"gray-matter": "^4.0.3",
"hastscript": "^9.0.1",
"moment": "^2.30.1",
"next": "16.2.7",
"next-mdx-remote": "^6.0.0",
"postcss": "8.5.15",
"react": "19.2.7",
"react-dom": "19.2.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"shiki": "^4.2.0",
"tailwind-merge": "3.6.0",
"tailwindcss": "4.3.0",
"typescript": "6.0.3"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/typography": "^0.5.19",
"eslint": "9.39.4",
"prettier": "^3.8.3",
"prettier-plugin-tailwindcss": "^0.8.0"
},
"pnpm": {
"overrides": {
"postcss": "8.5.15"
}
}
}