-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
99 lines (99 loc) · 2.74 KB
/
package.json
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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
{
"build": "npx prisma db push && npx prisma generate && next build",
"name": "webnebula",
"version": "0.1.0",
"description": "At Webnebula, we specialize in crafting dynamic and visually stunning websites that captivate users and drive results. Get a seamless and interactive web solution with our custom front-end and back-end development packages.",
"keywords": [
"Webnebula",
"web development",
"custom websites",
"responsive design",
"front-end development",
"back-end development",
"React.js",
"Tailwind CSS",
"Laravel",
"PHP",
"RESTful APIs",
"SEO",
"project management",
"web design",
"website development",
"user experience (UX)",
"mobile-friendly websites",
"e-commerce websites",
"content management systems (CMS)",
"WordPress development",
"UI/UX design",
"website maintenance",
"website optimization",
"cross-browser compatibility",
"web application development",
"database design",
"JavaScript development",
"CSS3",
"HTML5",
"website performance",
"website security",
"responsive web design",
"website architecture"
],
"authors": [
{
"name": "Yassir Elkhaili",
"url": "https://github.com/yassirelkhaili"
}
],
"license": "MIT",
"private": false,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@hookform/resolvers": "^3.3.3",
"@prisma/client": "^5.0.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dialog": "^1.0.4",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.6",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.4",
"@types/node": "20.3.1",
"@types/react": "18.2.13",
"@types/react-dom": "18.2.6",
"autoprefixer": "10.4.14",
"axios": "^1.6.2",
"class-variance-authority": "^0.6.0",
"clsx": "^1.2.1",
"cmdk": "^0.2.0",
"date-fns": "^2.30.0",
"eslint": "8.43.0",
"eslint-config-next": "13.4.6",
"lucide-react": "^0.252.0",
"next": "^13.4.6",
"next-themes": "^0.2.1",
"nodemailer": "^6.9.3",
"nookies": "^2.5.2",
"postcss": "8.4.24",
"react": "18.2.0",
"react-day-picker": "^8.8.0",
"react-dom": "18.2.0",
"react-google-recaptcha": "^3.1.0",
"react-hook-form": "^7.49.2",
"tailwind-merge": "^1.13.2",
"tailwindcss": "3.3.2",
"tailwindcss-animate": "^1.0.6",
"typescript": "5.1.3",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/nodemailer": "^6.4.8",
"@types/react-google-recaptcha": "^2.1.5"
}
}