-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.54 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "e-commerce_artifects",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "prisma generate && next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watchAll",
"cypress:run": "cypress run"
},
"dependencies": {
"@auth/prisma-adapter": "^1.0.16",
"@aws-sdk/client-comprehend": "^3.569.0",
"@aws-sdk/client-rekognition": "^3.569.0",
"@hookform/resolvers": "^3.3.4",
"@mantine/hooks": "^7.5.2",
"@prisma/client": "^5.15.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-scroll-area": "^1.0.5",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-toggle": "^1.0.3",
"@radix-ui/react-toggle-group": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-email/components": "^0.0.14",
"@react-email/render": "^0.0.12",
"@tanstack/react-query": "^5.40.1",
"@tanstack/react-table": "^8.11.8",
"@upstash/ratelimit": "^1.0.3",
"@upstash/redis": "^1.29.0",
"axios": "^1.6.7",
"bad-words": "^3.0.4",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.1",
"cypress-react-selector": "^3.0.0",
"cypress-real-events": "^1.12.0",
"date-fns": "^3.3.1",
"dotenv": "^16.4.5",
"firebase": "^10.11.0",
"input-otp": "^1.2.4",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.319.0",
"next": "^14.1.1",
"next-auth": "^5.0.0-beta.4",
"node-fetch": "^3.3.2",
"nodemailer": "^6.9.9",
"postcode-validator": "^3.8.20",
"query-string": "^8.2.0",
"react": "^18",
"react-color": "^2.19.3",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.49.3",
"react-icons": "^5.0.1",
"react-responsive-carousel": "^3.2.23",
"react-spinners": "^0.13.8",
"recharts": "^2.12.1",
"sharp": "^0.33.3",
"sonner": "^1.4.0",
"stripe": "^14.11.0",
"tailwind-merge": "^2.2.1",
"tailwind-scrollbar-hide": "^1.1.7",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^2.14.0",
"uuid": "^9.0.1",
"world-countries": "^5.0.0",
"zod": "^3.22.4",
"zustand": "^4.5.0"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^14.0.0",
"@testing-library/user-event": "^14.5.1",
"@types/bad-words": "^3.0.3",
"@types/bcryptjs": "^2.4.6",
"@types/dotenv": "^8.2.0",
"@types/jest": "^29.5.12",
"@types/lodash.debounce": "^4.0.9",
"@types/node": "^20",
"@types/nodemailer": "^6.4.14",
"@types/react": "^18",
"@types/react-color": "^3.0.11",
"@types/react-dom": "^18",
"@types/uuid": "^9.0.8",
"autoprefixer": "^10.0.1",
"cypress": "^13.6.6",
"cypress-file-upload": "^5.0.8",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8",
"prisma": "^5.9.0",
"resize-observer-polyfill": "^1.5.1",
"tailwindcss": "^3.3.0",
"ts-jest": "^29.1.2",
"typescript": "^5"
}
}