-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 907 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
37
{
"name": "untstatus-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@next/font": "^13.1.2",
"@sendgrid/mail": "^7.7.0",
"@vercel/analytics": "^1.0.1",
"framer-motion": "^6.3.11",
"next": "^13.1.2",
"nodemailer": "^6.9.3",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.44.2"
},
"devDependencies": {
"@babel/core": "^7.18.9",
"@babel/eslint-parser": "^7.18.9",
"@types/dateformat": "^5.0.0",
"@types/node": "17.0.30",
"@types/react": "18.0.8",
"@types/react-dom": "18.0.3",
"autoprefixer": "^10.4.7",
"eslint": "8.14.0",
"eslint-config-next": "^13.1.2",
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"tailwindcss": "^3.0.24",
"typescript": "4.6.4"
}
}