-
Notifications
You must be signed in to change notification settings - Fork 234
Expand file tree
/
Copy pathpackage.json
More file actions
96 lines (96 loc) · 3.29 KB
/
package.json
File metadata and controls
96 lines (96 loc) · 3.29 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
{
"name": "@courselit/web",
"version": "0.57.12",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier": "prettier --write **/*.ts"
},
"dependencies": {
"@courselit/common-logic": "workspace:^",
"@courselit/common-models": "workspace:^",
"@courselit/common-widgets": "workspace:^",
"@courselit/components-library": "workspace:^",
"@courselit/icons": "workspace:^",
"@courselit/state-management": "workspace:^",
"@courselit/utils": "workspace:^",
"@hookform/resolvers": "^3.9.1",
"@radix-ui/react-alert-dialog": "^1.1.2",
"@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.2",
"@radix-ui/react-popover": "^1.1.6",
"@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.2",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-switch": "^1.1.3",
"@radix-ui/react-tabs": "^1.1.3",
"@radix-ui/react-toast": "^1.2.6",
"@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",
"archiver": "^5.3.1",
"aws4": "^1.13.2",
"base-64": "^1.0.0",
"chart.js": "^4.4.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cookie": "^0.4.2",
"date-fns": "^4.1.0",
"graphql": "^16.10.0",
"graphql-type-json": "^0.3.2",
"lodash.debounce": "^4.0.8",
"lucide-react": "^0.475.0",
"mongodb": "^6.15.0",
"mongoose": "^8.13.1",
"next": "^14.2.4",
"next-auth": "5.0.0-beta.19",
"nodemailer": "^6.7.2",
"pug": "^3.0.2",
"razorpay": "^2.9.4",
"react": "^18.2.0",
"react-chartjs-2": "^5.3.0",
"react-csv": "^2.2.2",
"react-dom": "^18.2.0",
"react-hook-form": "^7.54.1",
"react-redux": "^8.1.2",
"recharts": "^2.15.1",
"remirror": "^3.0.1",
"sharp": "^0.33.2",
"slugify": "^1.6.5",
"stripe": "^17.5.0",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"zod": "^3.24.1"
},
"devDependencies": {
"@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": "18.2.31",
"@types/react-redux": "^7.1.23",
"@types/redux-thunk": "^2.1.0",
"eslint": "8.48.0",
"eslint-config-next": "^14.0.4",
"eslint-config-prettier": "^9.0.0",
"postcss": "^8.4.27",
"prettier": "^3.0.2",
"tailwind-config": "workspace:^",
"tailwindcss": "^3.4.1",
"tsconfig": "workspace:^",
"typescript": "^5.6.2"
}
}