-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.41 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.41 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
53
54
55
{
"name": "dk-property",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@mantine/carousel": "^7.3.2",
"@mantine/core": "^7.3.2",
"@mantine/dates": "^7.3.2",
"@mantine/hooks": "^7.3.2",
"@mantine/modals": "^7.3.2",
"@mantine/notifications": "^7.3.2",
"@tanstack/react-query": "^5.14.6",
"aos": "^2.3.4",
"axios": "^1.6.2",
"dayjs": "^1.11.10",
"embla-carousel-autoplay": "^7.1.0",
"embla-carousel-react": "^7.1.0",
"formik": "^2.4.5",
"js-cookie": "^3.0.5",
"naija-state-local-government": "^1.1.2",
"next": "14.0.4",
"number-currency-format": "^1.0.10",
"react": "^18",
"react-dom": "^18",
"react-icons": "^4.12.0",
"react-idle-timer": "^5.7.2",
"recharts": "^2.10.3",
"sass": "^1.69.5",
"sharp": "^0.33.1",
"usehooks-ts": "^2.9.1",
"yup": "^1.3.3",
"zustand": "^4.4.7"
},
"devDependencies": {
"@types/aos": "^3.0.7",
"@types/js-cookie": "^3.0.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8.4.32",
"postcss-preset-mantine": "^1.12.1",
"postcss-simple-vars": "^7.0.1",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}