-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 1 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
{
"name": "project-casimiro-a",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.0.0",
"@fortawesome/free-regular-svg-icons": "^6.0.0",
"@fortawesome/free-solid-svg-icons": "^6.0.0",
"@fortawesome/react-fontawesome": "^0.1.17",
"axios": "^0.25.0",
"firebase": "^9.6.6",
"i18next": "^21.6.12",
"i18next-browser-languagedetector": "^6.1.3",
"lottie-react": "^2.2.1",
"mapbox-gl": "^2.7.0",
"next": "^12.0.10",
"next-auth": "^4.0.0-beta.7",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-i18next": "^11.15.5",
"react-map-gl": "^7.0.6",
"react-redux": "^7.2.6",
"redux": "^4.1.2",
"redux-thunk": "^2.4.1",
"sass": "^1.49.7",
"swiper": "^8.0.3"
},
"devDependencies": {
"eslint": "8.8.0",
"eslint-config-next": "12.0.10"
}
}