-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 887 Bytes
/
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
{
"name": "cuisinomicon",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx}\""
},
"dependencies": {
"@headlessui/react": "^1.7.17",
"@heroicons/react": "^2.0.18",
"@tailwindcss/typography": "^0.5.9",
"autoprefixer": "^10.4.15",
"comma-number": "^2.1.0",
"date-fns": "^2.30.0",
"gray-matter": "^4.0.3",
"next": "15.1.1",
"next-seo": "^6.1.0",
"postcss": "^8.4.28",
"react": "19.0.0",
"react-dom": "19.0.0",
"remark": "^13.0.0",
"remark-html": "^13.0.2",
"remark-parse": "^9.0.0",
"remark-react": "^8.0.0",
"tailwindcss": "^3.3.3",
"unified": "^9.2.1"
},
"devDependencies": {
"prettier": "3.0.2",
"prettier-plugin-tailwindcss": "^0.5.3"
}
}