-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.24 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
49
{
"name": "codeway",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@formatjs/intl-localematcher": "^0.5.4",
"@mui/icons-material": "^5.16.0",
"@mui/material": "latest",
"@mui/material-nextjs": "^5.15.11",
"@next/third-parties": "^14.2.13",
"formik": "^2.4.6",
"framer-motion": "^11.3.17",
"leaflet": "^1.9.4",
"lottie-web": "^5.12.2",
"next": "14.2.4",
"next-intl": "^3.21.1",
"nodemailer": "^6.9.14",
"react": "^18",
"react-cookie": "^7.2.0",
"react-dom": "^18",
"react-intersection-observer": "^9.13.0",
"react-leaflet": "^4.2.1",
"react-lottie-player": "^2.1.0",
"swiper": "^11.1.4",
"yup": "^1.4.0"
},
"devDependencies": {
"@types/leaflet": "^1.9.12",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/yup": "^0.32.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"husky": "^9.1.1",
"typescript": "^5"
}
}