-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.31 KB
/
Copy pathpackage.json
File metadata and controls
51 lines (51 loc) · 1.31 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
{
"name": "softysta_agency",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "eslint ."
},
"dependencies": {
"@iconify/icons-ion": "^1.2.10",
"@iconify/react": "^5.2.0",
"@iconify/tools": "^4.1.1",
"@radix-ui/react-accordion": "^1.2.3",
"@types/bcrypt": "^5.0.2",
"@types/nodemailer": "^6.4.17",
"bcrypt": "^5.1.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"lucide-react": "^0.477.0",
"motion": "^12.23.24",
"next": "16.0.10",
"next-auth": "^4.24.11",
"next-themes": "^0.4.4",
"nodemailer": "^6.10.0",
"react": "19.2.0",
"react-countup": "^6.5.3",
"react-dom": "19.2.0",
"react-hot-toast": "^2.5.2",
"react-infinite-logo-slider": "^1.1.4",
"react-intersection-observer": "^9.15.1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.4",
"@types/node": "^20",
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3",
"eslint": "^9",
"eslint-config-next": "16.0.1",
"postcss": "^8",
"tailwindcss": "^4.1.4",
"typescript": "^5"
},
"overrides": {
"@types/react": "19.2.3",
"@types/react-dom": "19.2.3"
}
}