-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.04 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
{
"name": "agar",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
"@formatjs/intl-localematcher": "0.2.32",
"@mapbox/mapbox-gl-language": "^1.0.1",
"@mui/icons-material": "^5.11.16",
"@mui/material": "^5.13.5",
"@vercel/analytics": "^1.0.1",
"@vercel/blob": "^0.9.3",
"autoprefixer": "10.4.14",
"eslint": "8.42.0",
"eslint-config-next": "13.4.5",
"firebase": "^9.22.2",
"firebase-admin": "^11.6.0",
"mapbox-gl": "^2.15.0",
"moment": "^2.29.4",
"negotiator": "0.6.3",
"next": "13.4.5",
"nookies": "^2.5.2",
"postcss": "8.4.24",
"primereact": "^9.6.0",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-google-button": "^0.7.2",
"react-number-format": "^5.2.2",
"react-toastify": "^9.1.3",
"swiper": "^9.4.1",
"tailwindcss": "3.3.2",
"uid": "^2.0.2"
}
}