-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.14 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
45
{
"name": "me-representa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.170.0",
"@chakra-ui/layout": "^2.1.6",
"@chakra-ui/react": "^2.3.4",
"@emotion/react": "^11.10.4",
"@emotion/styled": "^11.10.4",
"@fontsource/roboto": "^4.5.8",
"@next-auth/mongodb-adapter": "^1.0.4",
"@sendgrid/mail": "^7.7.0",
"final-form": "^4.20.7",
"framer-motion": "^6.5.1",
"mongodb": "^4.9.0",
"next": "12.2.5",
"next-auth": "^4.10.3",
"next-axiom": "^0.14.0",
"next-i18next": "^12.0.1",
"nodemailer": "^6.7.8",
"primeflex": "^3.2.1",
"primeicons": "^6.0.1",
"primereact": "^8.6.1",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-final-form": "^6.5.9",
"react-icons": "^4.4.0",
"react-select": "^5.4.0",
"swr": "^1.3.0"
},
"devDependencies": {
"@emotion/babel-plugin": "^11.10.2",
"eslint": "8.23.0",
"eslint-config-next": "12.2.5",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.7.1"
}
}