-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
48 lines (48 loc) · 1.27 KB
/
Copy pathpackage.json
File metadata and controls
48 lines (48 loc) · 1.27 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
{
"name": "realtor-app",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.8.2",
"@emotion/styled": "^11.8.1",
"@hookform/resolvers": "^2.8.8",
"@mantine/core": "^4.1.1",
"@mantine/hooks": "^4.1.1",
"@mantine/modals": "^4.1.1",
"@mantine/next": "^4.1.1",
"@mantine/notifications": "^4.1.1",
"@mantine/rte": "^4.1.1",
"@mantine/spotlight": "^4.1.1",
"@mui/material": "^5.5.3",
"@next/bundle-analyzer": "^12.1.6",
"axios": "^0.25.0",
"classnames": "^2.3.1",
"little-state-machine": "^4.2.0",
"little-state-machine-devtools": "^2.0.1",
"lodash": "^4.17.21",
"next": "12.1.0",
"next-compose-plugins": "^2.2.1",
"next-images": "^1.8.4",
"next-pwa": "^5.5.2",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-hook-form": "^7.25.0",
"react-icons": "^4.3.1",
"react-query": "^3.34.19",
"zod": "^3.11.6"
},
"devDependencies": {
"eslint": "^8.12.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-next": "^12.1.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"prettier": "^2.6.2",
"sass": "^1.49.0"
}
}