-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
31 lines (31 loc) · 774 Bytes
/
Copy pathpackage.json
File metadata and controls
31 lines (31 loc) · 774 Bytes
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
{
"private": true,
"license": "CC0-1.0",
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.2.4",
"@heroicons/react": "^2.0.17",
"@mailchimp/mailchimp_marketing": "^3.0.74",
"@vercel/analytics": "^1.5.0",
"next": "^15.3.6",
"next-intl": "^4.1.0",
"react": "19.1.0",
"react-dom": "19.1.0"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.8",
"autoprefixer": "^10.4.14",
"eslint": "9.27.0",
"eslint-config-next": "^15.5.14",
"eslint-config-prettier": "^10.1.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"postcss": "^8.4.23",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.8"
}
}