-
Notifications
You must be signed in to change notification settings - Fork 24
/
package.json
42 lines (42 loc) · 1.06 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
{
"name": "mosa3ada.biztech.ma",
"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",
"@fontsource/roboto": "^5.0.8",
"@hookform/resolvers": "^3.3.1",
"@mui/icons-material": "^5.14.8",
"@mui/material": "^5.14.8",
"@mui/joy": "^5.0.0-beta.11",
"@mui/styled-engine": "^5.14.14",
"@mui/system": "^5.14.14",
"eslint": "8.49.0",
"eslint-config-next": "13.4.19",
"firebase": "^10.3.1",
"mapbox-gl": "^2.15.0",
"next": "^13.5.5",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-ga": "^3.3.1",
"react-hook-form": "^7.46.2",
"react-hot-toast": "^2.4.1",
"react-map-gl": "^7.1.6",
"stylis": "^4.3.0",
"stylis-plugin-rtl": "^2.1.1",
"use-debounce": "^9.0.4",
"use-local-storage": "^3.0.0",
"xlsx": "^0.18.5",
"yup": "^1.2.0"
},
"devDependencies": {
"prettier": "^3.0.3"
}
}