-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
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
50
51
52
{
"name": "my-next-app",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/button": "^2.1.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/next-js": "^2.2.0",
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.0",
"@fontsource/open-sans": "^5.0.25",
"@fontsource/raleway": "^5.0.17",
"@react-google-maps/api": "^2.19.3",
"@react-leaflet/core": "^2.1.0",
"@tomtom-international/web-sdk-maps": "^6.25.0",
"@tomtom-international/web-sdk-services": "^6.25.0",
"@types/leaflet": "^1.9.8",
"@types/react-leaflet": "^3.0.0",
"axios": "^1.6.7",
"base85": "^3.1.0",
"framer-motion": "^11.0.8",
"google-libphonenumber": "^3.2.34",
"jsonwebtoken": "^9.0.2",
"jwt-decode": "^4.0.0",
"moment": "^2.30.1",
"multer": "^1.4.5-lts.1",
"next": "14.1.2",
"react": "^18",
"react-datepicker": "^6.2.0",
"react-dom": "^18",
"react-icons": "^5.0.1",
"react-leaflet": "^4.2.1"
},
"devDependencies": {
"@types/google-libphonenumber": "^7.4.30",
"@types/jsonwebtoken": "^9.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-datepicker": "^6.0.3",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.1.2",
"typescript": "^5"
}
}