-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.45 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "blog",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"browser": {
"fs": false,
"os": false,
"path": false
},
"dependencies": {
"@tailwindcss/typography": "^0.5.15",
"@types/node": "22.9.3",
"@types/react": "18.3.12",
"@types/react-dom": "18.3.1",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "10.4.20",
"date-fns": "^4.1.0",
"eslint": "^9.15.0",
"eslint-config-next": "15.0.3",
"hast-util-to-jsx-runtime": "^2.3.2",
"next": "15.0.3",
"next-auth": "^4.24.10",
"next-themes": "^0.4.3",
"postcss": "8.4.49",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-icons": "^5.3.0",
"rehype-parse": "^9.0.1",
"rehype-react": "^8.0.0",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.1",
"rss": "^1.2.2",
"shiki": "^1.23.1",
"swr": "^2.2.5",
"tailwindcss": "3.4.15",
"to-vfile": "^8.0.0",
"typescript": "5.7.2",
"unified": "^11.0.5",
"uniorg": "^1.2.0",
"uniorg-extract-keywords": "^1.0.1",
"uniorg-parse": "^3.0.1",
"uniorg-rehype": "^1.2.0",
"uniorg-slug": "^1.0.1",
"uniorg-stringify": "^1.3.0"
},
"devDependencies": {
"@shikijs/rehype": "^1.23.1",
"@tailwindcss/forms": "^0.5.9",
"@types/rss": "^0.0.32",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.9"
}
}