-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.15 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
{
"name": "style-vault",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@types/node": "20.6.2",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"autoprefixer": "10.4.15",
"clsx": "^2.0.0",
"eslint": "8.49.0",
"eslint-config-next": "^15.0.0",
"framer-motion": "^10.16.4",
"lodash.debounce": "^4.0.8",
"next": "^14.2.7",
"next-sanity": "^9.7.0",
"next-themes": "^0.3.0",
"postcss": "8.4.29",
"rc-pagination": "^3.6.1",
"react": "^18.3.1",
"react-confetti": "^6.1.0",
"react-dom": "^18.3.1",
"react-form-stepper": "^2.0.3",
"react-hook-form": "^7.51.5",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.11.0",
"react-paystack": "^5.0.0",
"react-use": "^17.5.0",
"sanity": "^3.63.0",
"swiper": "^10.3.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"typescript": "5.2.2",
"zod": "^3.23.8",
"zustand": "^4.4.1"
},
"devDependencies": {
"@types/lodash.debounce": "^4.0.9",
"daisyui": "^4.10.2"
}
}