-
Notifications
You must be signed in to change notification settings - Fork 235
Expand file tree
/
Copy pathpackage.json
More file actions
118 lines (118 loc) · 3.58 KB
/
package.json
File metadata and controls
118 lines (118 loc) · 3.58 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
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
{
"name": "@courselit/web",
"version": "0.71.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"prettier": "prettier --write **/*.ts"
},
"dependencies": {
"@better-auth/sso": "^1.4.6",
"@courselit/common-logic": "workspace:^",
"@courselit/common-models": "workspace:^",
"@courselit/components-library": "workspace:^",
"@courselit/email-editor": "workspace:^",
"@courselit/icons": "workspace:^",
"@courselit/page-blocks": "workspace:^",
"@courselit/page-models": "workspace:^",
"@courselit/page-primitives": "workspace:^",
"@courselit/text-editor": "workspace:^",
"@courselit/utils": "workspace:^",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-alert-dialog": "^1.1.11",
"@radix-ui/react-avatar": "^1.1.3",
"@radix-ui/react-checkbox": "^1.1.4",
"@radix-ui/react-collapsible": "^1.1.3",
"@radix-ui/react-compose-refs": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-popover": "^1.1.6",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-radio-group": "^1.2.3",
"@radix-ui/react-scroll-area": "^1.2.3",
"@radix-ui/react-select": "^2.1.6",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@radix-ui/react-toggle": "^1.1.6",
"@radix-ui/react-toggle-group": "^1.1.7",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/react-visually-hidden": "^1.1.0",
"@stripe/stripe-js": "^5.4.0",
"@types/base-64": "^1.0.0",
"adm-zip": "^0.5.16",
"archiver": "^5.3.1",
"aws4": "^1.13.2",
"base-64": "^1.0.0",
"better-auth": "^1.4.1",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"color-convert": "^3.1.0",
"cookie": "^0.4.2",
"date-fns": "^4.1.0",
"graphql": "^16.10.0",
"graphql-type-json": "^0.3.2",
"jsdom": "^26.1.0",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.553.0",
"medialit": "^0.1.0",
"mongodb": "^6.15.0",
"mongoose": "^8.13.1",
"next": "^16.1.5",
"next-themes": "^0.4.6",
"nodemailer": "^6.7.2",
"pug": "^3.0.2",
"razorpay": "^2.9.4",
"react": "19.2.0",
"react-chartjs-2": "^5.3.0",
"react-csv": "^2.2.2",
"react-dom": "19.2.0",
"react-hook-form": "^7.54.1",
"recharts": "^2.15.1",
"remirror": "^3.0.1",
"sharp": "^0.33.2",
"slugify": "^1.6.5",
"sonner": "^2.0.7",
"stripe": "^17.5.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"xml2js": "^0.6.2",
"zod": "^3.24.1"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@shelf/jest-mongodb": "^5.2.2",
"@types/adm-zip": "^0.5.7",
"@types/bcryptjs": "^2.4.2",
"@types/cookie": "^0.4.1",
"@types/mongodb": "^4.0.7",
"@types/node": "17.0.21",
"@types/nodemailer": "^6.4.4",
"@types/pug": "^2.0.6",
"@types/react": "19.2.4",
"@types/xml2js": "^0.4.14",
"eslint": "^9.12.0",
"eslint-config-next": "16.0.3",
"eslint-config-prettier": "^9.0.0",
"identity-obj-proxy": "^3.0.0",
"mongodb-memory-server": "^10.1.4",
"postcss": "^8.4.27",
"prettier": "^3.0.2",
"tailwind-config": "workspace:^",
"tailwindcss": "^3.4.1",
"ts-jest": "^29.4.4",
"tsconfig": "workspace:^",
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.4"
}
}
}