-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 2.02 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 2.02 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
{
"name": "notbyte-website",
"version": "2.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "npm test"
},
"dependencies": {
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@ramonak/react-progress-bar": "^5.2.0",
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@tanstack/react-query": "^5.22.2",
"@typescript-eslint/eslint-plugin": "^8.15.0",
"@typescript-eslint/parser": "^8.15.0",
"class-variance-authority": "^0.7.0",
"daisyui": "^5.0.42",
"date-fns": "^3.3.1",
"eslint-plugin-react": "^7.37.2",
"framer-motion": "^11.0.5",
"lucide-react": "^0.460.0",
"next": "^14.2.18",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.13",
"react": "^18",
"react-dom": "^18",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-intersection-observer": "^9.8.1",
"react-slick": "^0.30.2",
"react-social-icons": "^6.14.0",
"react-vertical-timeline-component": "^3.6.0",
"sharp": "^0.34.1",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.2.1",
"zod": "^3.22.4"
},
"devDependencies": {
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@testing-library/user-event": "^14.5.2",
"@types/node": "^20",
"@types/nodemailer": "^6.4.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-slick": "^0.23.13",
"@types/react-vertical-timeline-component": "^3.3.6",
"autoprefixer": "^10.0.1",
"eslint": "^8.57.1",
"eslint-config-next": "^15.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}