-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 841 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@babel/preset-env": "^7.19.3",
"@sanity/client": "^3.4.1",
"@sanity/image-url": "^1.0.1",
"babel": "^6.23.0",
"firebase": "^9.11.0",
"lodash": "^4.17.21",
"next": "^13.0.1",
"next-auth": "^4.13.0",
"next-sanity": "^0.8.4",
"nodemailer": "^6.8.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.37.0",
"sharp": "^0.31.2"
},
"devDependencies": {
"@types/lodash": "^4.14.186",
"@types/node": "17.0.35",
"@types/nodemailer": "^6.4.6",
"@types/react": "18.0.9",
"@types/react-dom": "18.0.5",
"autoprefixer": "^10.4.7",
"postcss": "^8.4.14",
"tailwindcss": "^3.1.8",
"typescript": "4.7.2"
}
}