-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 1.17 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
{
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"format": "prettier --write ."
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@nozbe/microfuzz": "^1.0.0",
"@tabler/icons-react": "3.26.0",
"@tailwindcss/typography": "^0.5.15",
"@vercel/analytics": "^1.4.1",
"@vercel/speed-insights": "^1.1.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"next": "^15.1.0",
"next-themes": "^0.4.4",
"next-view-transitions": "^0.3.4",
"postcss": "^8.4.49",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-tweet": "^3.2.1",
"remark-smartypants": "^3.0.2",
"rss": "^1.2.2",
"sharp": "0.33.5",
"sugar-high": "^0.7.5",
"tailwindcss": "^3.4.16"
},
"devDependencies": {
"@content-collections/core": "^0.7.3",
"@content-collections/mdx": "^0.2.0",
"@content-collections/next": "^0.2.4",
"@types/node": "^22.10.2",
"@types/react": "19.0.1",
"@types/react-dom": "^19.0.2",
"@types/rss": "^0.0.32",
"prettier": "^3.4.2",
"prettier-plugin-tailwindcss": "^0.6.9",
"typescript": "5.7.2"
},
"prettier": {
"useTabs": true,
"plugins": [
"prettier-plugin-tailwindcss"
]
}
}