-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1.03 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
{
"name": "homebrew",
"version": "0.1.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"create:blog": "plop create-blog"
},
"dependencies": {
"@code-hike/mdx": "^0.9.0",
"@fillout/react": "^1.1.2",
"autoprefixer": "^10.4.19",
"chalk": "^5.3.0",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.21",
"next": "^14.2.5",
"nextra": "^2.13.4",
"nextra-theme-docs": "^2.13.4",
"node-fetch": "^3.3.2",
"plop": "^4.0.1",
"plop-helper-date": "^1.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-icons": "^5.2.1",
"react-share": "^5.1.0",
"sass": "^1.77.6",
"tailwind-merge": "^2.3.0",
"tailwindcss": "^3.4.4"
},
"devDependencies": {
"@types/node": "20.14.9",
"postcss": "^8.4.39",
"typescript": "5.5.3"
},
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e"
}