-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.07 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
{
"name": "next-netlify-starter",
"version": "0.5.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"export": "next export"
},
"dependencies": {
"@hookform/devtools": "^4.2.2",
"@netlify/functions": "^1.3.0",
"@netlify/plugin-a11y": "^1.0.0-beta.1",
"axios": "^0.27.2",
"clsx": "^1.2.1",
"link": "^1.5.1",
"mjml": "4.13.0",
"next": "^12.1.5",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-hook-form": "^7.34.0",
"react-icons": "^4.4.0",
"react-query": "^3.39.2"
},
"devDependencies": {
"@sendgrid/mail": "^7.7.0",
"@svgr/webpack": "^6.2.1",
"@types/mjml": "^4.7.0",
"@types/node": "^18.0.4",
"@types/react": "^18.0.15",
"autoprefixer": "^10.4.7",
"cheerio": "^1.0.0-rc.12",
"form-data": "^4.0.0",
"handlebars": "^4.7.7",
"lodash": "^4.17.21",
"mailgun.js": "^8.0.1",
"node-fetch": "^3.2.10",
"postcss": "^8.4.14",
"postmark": "^3.0.14",
"prettier": "2.7.1",
"tailwindcss": "^3.1.6",
"typescript": "^4.7.4"
}
}