-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
126 lines (126 loc) · 4.01 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
116
117
118
119
120
121
122
123
124
125
126
{
"name": "consultxlabs_web",
"version": "0.1.0",
"private": true,
"scripts": {
"build": "prisma generate && next build",
"db:pull": "prisma db pull",
"db:push": "prisma db push",
"dev": "next dev",
"format:check": "prettier --check .",
"format:write": "prettier --write .",
"generate": "prisma generate",
"lint": "next lint",
"migrate": "prisma migrate dev --name init",
"postinstall": "prisma generate",
"prisma": "prisma",
"seed": "npx ts-node --project tsconfig.seed.json ./prisma/seed.ts",
"start": "next start",
"start-watch": "WATCHPACK_POLLING=true next start",
"studio": "prisma studio",
"test": "jest",
"test:watch": "jest --watch",
"cypress:open": "cypress open",
"cypress:run": "cypress run",
"e2e": "start-server-and-test dev http://localhost:3000 \"cypress open --e2e\"",
"e2e:headless": "start-server-and-test dev http://localhost:3000 \"cypress run --e2e\"",
"component": "cypress open --component",
"component:headless": "cypress run --component"
},
"dependencies": {
"@faker-js/faker": "^9.3.0",
"@hookform/resolvers": "^3.9.1",
"@next-auth/prisma-adapter": "^1.0.7",
"@next/eslint-plugin-next": "^15.1.3",
"@prisma/client": "^6.1.0",
"@radix-ui/react-accordion": "^1.2.2",
"@radix-ui/react-avatar": "^1.1.2",
"@radix-ui/react-checkbox": "^1.1.3",
"@radix-ui/react-dialog": "^1.1.4",
"@radix-ui/react-dropdown-menu": "^2.1.4",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.1",
"@radix-ui/react-popover": "^1.1.4",
"@radix-ui/react-radio-group": "^1.2.2",
"@radix-ui/react-select": "^2.1.4",
"@radix-ui/react-separator": "^1.1.1",
"@radix-ui/react-slot": "^1.1.1",
"@radix-ui/react-switch": "^1.1.2",
"@radix-ui/react-tabs": "^1.1.2",
"@radix-ui/react-toast": "^1.2.4",
"@reduxjs/toolkit": "^2.5.0",
"@supabase/supabase-js": "^2.47.10",
"@types/micromatch": "^4.0.9",
"@types/redlock": "^4.0.7",
"@upstash/ratelimit": "^2.0.5",
"@upstash/redis": "^1.34.3",
"axios": "^1.7.9",
"chance": "^1.1.12",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"date-fns": "^4.1.0",
"date-fns-tz": "^3.2.0",
"dotenv": "^16.4.7",
"enquirer": "^2.4.1",
"eslint-plugin-cypress": "^4.1.0",
"framer-motion": "^11.15.0",
"glob": "^11.0.0",
"install": "^0.13.0",
"ioredis": "^5.4.2",
"lru-cache": "^11.0.2",
"lucide-react": "^0.469.0",
"micromatch": "^4.0.8",
"next": "15.1.3",
"next-auth": "^4.24.11",
"npm": "^11.0.0",
"prettier": "^3.4.2",
"prompt-sync": "^4.2.0",
"razorpay": "^2.9.5",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.54.2",
"react-icons": "^5.4.0",
"react-redux": "^9.2.0",
"react-slick": "^0.30.3",
"redlock": "^5.0.0-beta.2",
"shadcn": "^2.1.8",
"slick-carousel": "^1.8.1",
"stripe": "^17.5.0",
"swr": "^2.3.0",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.0.3",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/js": "^9.17.0",
"@testing-library/cypress": "^10.0.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^16.1.0",
"@types/chance": "^1.1.6",
"@types/jest": "^29.5.14",
"@types/node": "^22.10.2",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.1",
"@types/react-slick": "^0.23.13",
"@types/uuid": "^10.0.0",
"autoprefixer": "^10.4.20",
"cypress": "^13.17.0",
"eslint": "^9.17.0",
"eslint-config-next": "^15.1.3",
"eslint-plugin-jest": "^28.10.0",
"eslint-plugin-react": "^7.37.3",
"globals": "^15.14.0",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"postcss": "^8.4.49",
"prisma": "^6.1.0",
"start-server-and-test": "^2.0.9",
"tailwindcss": "^3.4.17",
"ts-node": "^10.9.2",
"typescript": "^5.7.2",
"typescript-eslint": "^8.18.2"
}
}