-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 941 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 941 Bytes
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": "airbnb-ish",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@chakra-ui/icons": "^1.1.7",
"@chakra-ui/react": "^1.8.6",
"@emotion/react": "^11",
"@emotion/styled": "^11",
"@mantine/core": "^3.6.11",
"@mantine/hooks": "^3.6.11",
"@mantine/next": "^3.6.11",
"@radix-ui/react-icons": "^1.1.0",
"@react-hook/media-query": "^1.1.1",
"date-fns": "^2.23.0",
"framer-motion": "^6",
"geolib": "^3.3.1",
"next": "^11.1.0",
"nprogress": "^0.2.0",
"react": "17.0.2",
"react-date-range": "^1.3.0",
"react-dom": "17.0.2",
"react-feather": "^2.0.9",
"react-map-gl": "^6.1.16",
"styled-components": "^5.3.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-next": "11.0.1",
"typescript": "^4.6.2"
}
}