-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
65 lines (65 loc) · 1.81 KB
/
package.json
File metadata and controls
65 lines (65 loc) · 1.81 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
56
57
58
59
60
61
62
63
64
65
{
"name": "techunter",
"version": "0.2.9",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"build:stage": "next build && export NEXT_PUBLIC_APP_ENV=staging",
"build:prod": "next build && export NEXT_PUBLIC_APP_ENV=production"
},
"dependencies": {
"@headlessui/react": "^2.1.8",
"@heroicons/react": "^2.1.5",
"@mantine/carousel": "^7.13.4",
"@mantine/charts": "^7.13.5",
"@mantine/core": "^7.14.3",
"@mantine/dates": "^7.13.4",
"@mantine/form": "^7.13.4",
"@mantine/hooks": "^7.13.4",
"@mantine/modals": "^7.13.4",
"@mantine/notifications": "^7.13.4",
"@mantine/spotlight": "^7.13.4",
"@mantinex/mantine-logo": "^1.0.1",
"@reduxjs/toolkit": "^2.2.7",
"@sanity/client": "^6.22.2",
"@sanity/icons": "^3.4.0",
"@sanity/image-url": "1",
"@sanity/vision": "3",
"@tabler/icons-react": "^3.21.0",
"@types/react-toastify": "^4.1.0",
"@vercel/analytics": "^1.3.1",
"axios": "^1.7.7",
"dayjs": "^1.11.13",
"dotenv": "^16.4.5",
"next": "^14.2.13",
"next-sanity": "9",
"nodemailer": "^6.9.15",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.0",
"react-icons": "^5.3.0",
"react-redux": "^9.1.2",
"react-toastify": "^10.0.5",
"react-transition-group": "^4.4.5",
"redux": "^5.0.1",
"sanity": "^3.0.0",
"styled-components": "^6.1.13"
},
"devDependencies": {
"@types/node": "^20",
"@types/nodemailer": "^6.4.16",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-icons": "^2.2.7",
"cross-env": "^7.0.3",
"eslint": "^8",
"sass": "^1.80.4",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}