-
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.35 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.35 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": "alk.pw",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prebuild": "node scripts/copy-assets.js",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@leafac/rehype-shiki": "^2.2.1",
"@tailwindcss/postcss": "^4.3.3",
"@types/unist": "^3.0.3",
"date-fns": "^4.4.0",
"gray-matter": "^4.0.3",
"lucide-react": "^1.28.0",
"motion": "^12.43.0",
"next": "16.2.12",
"react": "^19.2.8",
"react-dom": "^19.2.8",
"rehype-autolink-headings": "^7.1.0",
"rehype-pretty-code": "^0.14.5",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"rss-parser": "^3.13.0",
"satori": "^0.29.0",
"sharp": "^0.35.3",
"shiki": "^4.4.1",
"tailwindcss": "^4.3.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0"
},
"devDependencies": {
"@types/node": "^26.1.2",
"@types/react": "^19.2.18",
"@types/react-dom": "^19.2.4",
"postcss": "^8.5.25",
"prettier": "^3.9.6",
"prettier-plugin-tailwindcss": "^0.8.1",
"typescript": "^7.0.2"
}
}