Skip to content

Commit 122d0f9

Browse files
committed
v0.62.1
1 parent 3c5771b commit 122d0f9

File tree

1 file changed

+97
-97
lines changed

1 file changed

+97
-97
lines changed

apps/web/package.json

Lines changed: 97 additions & 97 deletions
Original file line numberDiff line numberDiff line change
@@ -1,99 +1,99 @@
11
{
2-
"name": "@courselit/web",
3-
"version": "0.62.0",
4-
"private": true,
5-
"scripts": {
6-
"dev": "next dev",
7-
"build": "next build",
8-
"start": "next start",
9-
"lint": "next lint",
10-
"prettier": "prettier --write **/*.ts"
11-
},
12-
"dependencies": {
13-
"@courselit/common-logic": "workspace:^",
14-
"@courselit/common-models": "workspace:^",
15-
"@courselit/components-library": "workspace:^",
16-
"@courselit/icons": "workspace:^",
17-
"@courselit/page-blocks": "workspace:^",
18-
"@courselit/page-models": "workspace:^",
19-
"@courselit/page-primitives": "workspace:^",
20-
"@courselit/utils": "workspace:^",
21-
"@courselit/email-editor": "workspace:^",
22-
"@hookform/resolvers": "^3.9.1",
23-
"@radix-ui/react-alert-dialog": "^1.1.2",
24-
"@radix-ui/react-avatar": "^1.1.3",
25-
"@radix-ui/react-checkbox": "^1.1.4",
26-
"@radix-ui/react-collapsible": "^1.1.3",
27-
"@radix-ui/react-compose-refs": "^1.1.1",
28-
"@radix-ui/react-dialog": "^1.1.6",
29-
"@radix-ui/react-dropdown-menu": "^2.1.6",
30-
"@radix-ui/react-label": "^2.1.2",
31-
"@radix-ui/react-popover": "^1.1.6",
32-
"@radix-ui/react-radio-group": "^1.2.3",
33-
"@radix-ui/react-scroll-area": "^1.2.3",
34-
"@radix-ui/react-select": "^2.1.6",
35-
"@radix-ui/react-separator": "^1.1.2",
36-
"@radix-ui/react-slot": "^1.1.2",
37-
"@radix-ui/react-switch": "^1.1.3",
38-
"@radix-ui/react-tabs": "^1.1.3",
39-
"@radix-ui/react-toast": "^1.2.6",
40-
"@radix-ui/react-toggle": "^1.1.6",
41-
"@radix-ui/react-toggle-group": "^1.1.7",
42-
"@radix-ui/react-tooltip": "^1.1.8",
43-
"@radix-ui/react-visually-hidden": "^1.1.0",
44-
"@stripe/stripe-js": "^5.4.0",
45-
"@types/base-64": "^1.0.0",
46-
"archiver": "^5.3.1",
47-
"aws4": "^1.13.2",
48-
"base-64": "^1.0.0",
49-
"chart.js": "^4.4.7",
50-
"class-variance-authority": "^0.7.0",
51-
"clsx": "^2.1.1",
52-
"color-convert": "^3.1.0",
53-
"cookie": "^0.4.2",
54-
"date-fns": "^4.1.0",
55-
"graphql": "^16.10.0",
56-
"graphql-type-json": "^0.3.2",
57-
"lodash.debounce": "^4.0.8",
58-
"lucide-react": "^0.475.0",
59-
"mongodb": "^6.15.0",
60-
"mongoose": "^8.13.1",
61-
"next": "^14.2.4",
62-
"next-auth": "5.0.0-beta.19",
63-
"next-themes": "^0.4.6",
64-
"nodemailer": "^6.7.2",
65-
"pug": "^3.0.2",
66-
"razorpay": "^2.9.4",
67-
"react": "^18.2.0",
68-
"react-chartjs-2": "^5.3.0",
69-
"react-csv": "^2.2.2",
70-
"react-dom": "^18.2.0",
71-
"react-hook-form": "^7.54.1",
72-
"recharts": "^2.15.1",
73-
"remirror": "^3.0.1",
74-
"sharp": "^0.33.2",
75-
"slugify": "^1.6.5",
76-
"stripe": "^17.5.0",
77-
"tailwind-merge": "^2.5.4",
78-
"tailwindcss-animate": "^1.0.7",
79-
"zod": "^3.24.1"
80-
},
81-
"devDependencies": {
82-
"@types/bcryptjs": "^2.4.2",
83-
"@types/cookie": "^0.4.1",
84-
"@types/mongodb": "^4.0.7",
85-
"@types/node": "17.0.21",
86-
"@types/nodemailer": "^6.4.4",
87-
"@types/pug": "^2.0.6",
88-
"@types/react": "18.2.31",
89-
"eslint": "8.48.0",
90-
"eslint-config-next": "^14.0.4",
91-
"eslint-config-prettier": "^9.0.0",
92-
"postcss": "^8.4.27",
93-
"prettier": "^3.0.2",
94-
"tailwind-config": "workspace:^",
95-
"tailwindcss": "^3.4.1",
96-
"tsconfig": "workspace:^",
97-
"typescript": "^5.6.2"
98-
}
2+
"name": "@courselit/web",
3+
"version": "0.62.1",
4+
"private": true,
5+
"scripts": {
6+
"dev": "next dev",
7+
"build": "next build",
8+
"start": "next start",
9+
"lint": "next lint",
10+
"prettier": "prettier --write **/*.ts"
11+
},
12+
"dependencies": {
13+
"@courselit/common-logic": "workspace:^",
14+
"@courselit/common-models": "workspace:^",
15+
"@courselit/components-library": "workspace:^",
16+
"@courselit/icons": "workspace:^",
17+
"@courselit/page-blocks": "workspace:^",
18+
"@courselit/page-models": "workspace:^",
19+
"@courselit/page-primitives": "workspace:^",
20+
"@courselit/utils": "workspace:^",
21+
"@courselit/email-editor": "workspace:^",
22+
"@hookform/resolvers": "^3.9.1",
23+
"@radix-ui/react-alert-dialog": "^1.1.2",
24+
"@radix-ui/react-avatar": "^1.1.3",
25+
"@radix-ui/react-checkbox": "^1.1.4",
26+
"@radix-ui/react-collapsible": "^1.1.3",
27+
"@radix-ui/react-compose-refs": "^1.1.1",
28+
"@radix-ui/react-dialog": "^1.1.6",
29+
"@radix-ui/react-dropdown-menu": "^2.1.6",
30+
"@radix-ui/react-label": "^2.1.2",
31+
"@radix-ui/react-popover": "^1.1.6",
32+
"@radix-ui/react-radio-group": "^1.2.3",
33+
"@radix-ui/react-scroll-area": "^1.2.3",
34+
"@radix-ui/react-select": "^2.1.6",
35+
"@radix-ui/react-separator": "^1.1.2",
36+
"@radix-ui/react-slot": "^1.1.2",
37+
"@radix-ui/react-switch": "^1.1.3",
38+
"@radix-ui/react-tabs": "^1.1.3",
39+
"@radix-ui/react-toast": "^1.2.6",
40+
"@radix-ui/react-toggle": "^1.1.6",
41+
"@radix-ui/react-toggle-group": "^1.1.7",
42+
"@radix-ui/react-tooltip": "^1.1.8",
43+
"@radix-ui/react-visually-hidden": "^1.1.0",
44+
"@stripe/stripe-js": "^5.4.0",
45+
"@types/base-64": "^1.0.0",
46+
"archiver": "^5.3.1",
47+
"aws4": "^1.13.2",
48+
"base-64": "^1.0.0",
49+
"chart.js": "^4.4.7",
50+
"class-variance-authority": "^0.7.0",
51+
"clsx": "^2.1.1",
52+
"color-convert": "^3.1.0",
53+
"cookie": "^0.4.2",
54+
"date-fns": "^4.1.0",
55+
"graphql": "^16.10.0",
56+
"graphql-type-json": "^0.3.2",
57+
"lodash.debounce": "^4.0.8",
58+
"lucide-react": "^0.475.0",
59+
"mongodb": "^6.15.0",
60+
"mongoose": "^8.13.1",
61+
"next": "^14.2.4",
62+
"next-auth": "5.0.0-beta.19",
63+
"next-themes": "^0.4.6",
64+
"nodemailer": "^6.7.2",
65+
"pug": "^3.0.2",
66+
"razorpay": "^2.9.4",
67+
"react": "^18.2.0",
68+
"react-chartjs-2": "^5.3.0",
69+
"react-csv": "^2.2.2",
70+
"react-dom": "^18.2.0",
71+
"react-hook-form": "^7.54.1",
72+
"recharts": "^2.15.1",
73+
"remirror": "^3.0.1",
74+
"sharp": "^0.33.2",
75+
"slugify": "^1.6.5",
76+
"stripe": "^17.5.0",
77+
"tailwind-merge": "^2.5.4",
78+
"tailwindcss-animate": "^1.0.7",
79+
"zod": "^3.24.1"
80+
},
81+
"devDependencies": {
82+
"@types/bcryptjs": "^2.4.2",
83+
"@types/cookie": "^0.4.1",
84+
"@types/mongodb": "^4.0.7",
85+
"@types/node": "17.0.21",
86+
"@types/nodemailer": "^6.4.4",
87+
"@types/pug": "^2.0.6",
88+
"@types/react": "18.2.31",
89+
"eslint": "8.48.0",
90+
"eslint-config-next": "^14.0.4",
91+
"eslint-config-prettier": "^9.0.0",
92+
"postcss": "^8.4.27",
93+
"prettier": "^3.0.2",
94+
"tailwind-config": "workspace:^",
95+
"tailwindcss": "^3.4.1",
96+
"tsconfig": "workspace:^",
97+
"typescript": "^5.6.2"
98+
}
9999
}

0 commit comments

Comments
 (0)