-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 949 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
36
{
"name": "montrealphotoclub",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,md,mdx}\""
},
"dependencies": {
"@hcaptcha/react-hcaptcha": "^0.3.7",
"@headlessui/react": "^1.4.2",
"@heroicons/react": "^1.0.5",
"@tailwindcss/forms": "^0.4.0",
"@tailwindcss/postcss": "^4.0.0",
"@tailwindcss/typography": "^0.5.0",
"classnames": "2.2.6",
"comma-number": "^2.0.1",
"date-fns": "2.16.1",
"gray-matter": "4.0.2",
"next": "15.1.1",
"next-seo": "^4.17.0",
"postcss": "^8.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-hook-form": "^6.15.4",
"react-hot-toast": "^2.1.1",
"swr": "^0.4.0",
"tailwindcss": "^4.0.0"
},
"devDependencies": {
"prettier": "2.2.1",
"prettier-plugin-tailwindcss": "^0.6.10"
}
}