-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 948 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@sendgrid/mail": "^7.7.0",
"cookies-next": "^2.1.1",
"framer-motion": "^7.3.5",
"next": "^12.3.0",
"next-themes": "^0.2.0",
"print-js": "^1.6.0",
"react": "18.0.0",
"react-dom": "18.0.0",
"react-icons": "^4.4.0",
"react-intl": "^6.1.1",
"react-textarea-autosize": "^8.3.4",
"react-use-measure": "^2.1.1",
"validator": "^13.7.0"
},
"devDependencies": {
"autoprefixer": "^10.4.8",
"eslint": "8.12.0",
"eslint-config-next": "12.1.4",
"eslint-config-prettier": "^8.5.0",
"postcss": "^8.4.16",
"prettier": "^2.7.1",
"prettier-plugin-tailwindcss": "^0.1.13",
"tailwindcss": "^3.2.1"
}
}