-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.2 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
46
47
48
{
"name": "unicohogar",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@react-google-maps/api": "^2.7.0",
"@sendgrid/mail": "^7.6.1",
"axios": "^0.25.0",
"bootstrap": "^5.1.3",
"cookie": "^0.5.0",
"fontawesome": "^5.6.3",
"formik": "^2.2.9",
"framer-motion": "^6.2.8",
"i18next": "^21.8.13",
"js-cookie": "^3.0.1",
"millify": "^4.0.0",
"next": "12.0.9",
"next-compose-plugins": "^2.2.1",
"next-i18next": "^11.0.0",
"next-images": "^1.8.4",
"next-translate": "^1.4.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-bootstrap": "^2.1.2",
"react-cookie-consent": "^7.4.1",
"react-dom": "17.0.2",
"react-ga4": "^1.4.1",
"react-hook-form": "^7.27.0",
"react-horizontal-scrolling-menu": "^2.7.0",
"react-i18next": "^11.17.1",
"react-icons": "^4.3.1",
"react-image-gallery": "^1.2.7",
"react-select": "^5.4.0",
"sass": "^1.49.0",
"xml-loader": "^1.2.1",
"xml2js": "^0.4.23",
"yup": "^0.32.11"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "12.0.9"
}
}