|
1 | 1 | { |
2 | | - "name": "@courselit/web", |
3 | | - "version": "0.63.3", |
4 | | - "private": true, |
5 | | - "scripts": { |
6 | | - "dev": "next dev --turbopack", |
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/email-editor": "workspace:^", |
17 | | - "@courselit/icons": "workspace:^", |
18 | | - "@courselit/page-blocks": "workspace:^", |
19 | | - "@courselit/page-models": "workspace:^", |
20 | | - "@courselit/page-primitives": "workspace:^", |
21 | | - "@courselit/utils": "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 | | - "jsdom": "^26.1.0", |
58 | | - "lodash.debounce": "^4.0.8", |
59 | | - "lucide-react": "^0.544.0", |
60 | | - "mongodb": "^6.15.0", |
61 | | - "mongoose": "^8.13.1", |
62 | | - "next": "^15.5.4", |
63 | | - "next-auth": "^5.0.0-beta.29", |
64 | | - "next-themes": "^0.4.6", |
65 | | - "nodemailer": "^6.7.2", |
66 | | - "pug": "^3.0.2", |
67 | | - "razorpay": "^2.9.4", |
68 | | - "react": "19.1.1", |
69 | | - "react-chartjs-2": "^5.3.0", |
70 | | - "react-csv": "^2.2.2", |
71 | | - "react-dom": "19.1.1", |
72 | | - "react-hook-form": "^7.54.1", |
73 | | - "recharts": "^2.15.1", |
74 | | - "remirror": "^3.0.1", |
75 | | - "sharp": "^0.33.2", |
76 | | - "slugify": "^1.6.5", |
77 | | - "stripe": "^17.5.0", |
78 | | - "tailwind-merge": "^2.5.4", |
79 | | - "tailwindcss-animate": "^1.0.7", |
80 | | - "zod": "^3.24.1" |
81 | | - }, |
82 | | - "devDependencies": { |
83 | | - "@shelf/jest-mongodb": "^5.2.2", |
84 | | - "@types/bcryptjs": "^2.4.2", |
85 | | - "@types/cookie": "^0.4.1", |
86 | | - "@types/mongodb": "^4.0.7", |
87 | | - "@types/node": "17.0.21", |
88 | | - "@types/nodemailer": "^6.4.4", |
89 | | - "@types/pug": "^2.0.6", |
90 | | - "@types/react": "19.1.13", |
91 | | - "eslint": "8.48.0", |
92 | | - "eslint-config-next": "^15.5.4", |
93 | | - "eslint-config-prettier": "^9.0.0", |
94 | | - "identity-obj-proxy": "^3.0.0", |
95 | | - "mongodb-memory-server": "^10.1.4", |
96 | | - "postcss": "^8.4.27", |
97 | | - "prettier": "^3.0.2", |
98 | | - "tailwind-config": "workspace:^", |
99 | | - "tailwindcss": "^3.4.1", |
100 | | - "ts-jest": "^29.4.4", |
101 | | - "tsconfig": "workspace:^", |
102 | | - "typescript": "^5.6.2" |
103 | | - }, |
104 | | - "pnpm": { |
105 | | - "overrides": { |
106 | | - "@types/react": "19.1.13" |
107 | | - } |
| 2 | + "name": "@courselit/web", |
| 3 | + "version": "0.63.4", |
| 4 | + "private": true, |
| 5 | + "scripts": { |
| 6 | + "dev": "next dev --turbopack", |
| 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/email-editor": "workspace:^", |
| 17 | + "@courselit/icons": "workspace:^", |
| 18 | + "@courselit/page-blocks": "workspace:^", |
| 19 | + "@courselit/page-models": "workspace:^", |
| 20 | + "@courselit/page-primitives": "workspace:^", |
| 21 | + "@courselit/utils": "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 | + "jsdom": "^26.1.0", |
| 58 | + "lodash.debounce": "^4.0.8", |
| 59 | + "lucide-react": "^0.544.0", |
| 60 | + "mongodb": "^6.15.0", |
| 61 | + "mongoose": "^8.13.1", |
| 62 | + "next": "^15.5.4", |
| 63 | + "next-auth": "^5.0.0-beta.29", |
| 64 | + "next-themes": "^0.4.6", |
| 65 | + "nodemailer": "^6.7.2", |
| 66 | + "pug": "^3.0.2", |
| 67 | + "razorpay": "^2.9.4", |
| 68 | + "react": "19.1.1", |
| 69 | + "react-chartjs-2": "^5.3.0", |
| 70 | + "react-csv": "^2.2.2", |
| 71 | + "react-dom": "19.1.1", |
| 72 | + "react-hook-form": "^7.54.1", |
| 73 | + "recharts": "^2.15.1", |
| 74 | + "remirror": "^3.0.1", |
| 75 | + "sharp": "^0.33.2", |
| 76 | + "slugify": "^1.6.5", |
| 77 | + "stripe": "^17.5.0", |
| 78 | + "tailwind-merge": "^2.5.4", |
| 79 | + "tailwindcss-animate": "^1.0.7", |
| 80 | + "zod": "^3.24.1" |
| 81 | + }, |
| 82 | + "devDependencies": { |
| 83 | + "@shelf/jest-mongodb": "^5.2.2", |
| 84 | + "@types/bcryptjs": "^2.4.2", |
| 85 | + "@types/cookie": "^0.4.1", |
| 86 | + "@types/mongodb": "^4.0.7", |
| 87 | + "@types/node": "17.0.21", |
| 88 | + "@types/nodemailer": "^6.4.4", |
| 89 | + "@types/pug": "^2.0.6", |
| 90 | + "@types/react": "19.1.13", |
| 91 | + "eslint": "8.48.0", |
| 92 | + "eslint-config-next": "^15.5.4", |
| 93 | + "eslint-config-prettier": "^9.0.0", |
| 94 | + "identity-obj-proxy": "^3.0.0", |
| 95 | + "mongodb-memory-server": "^10.1.4", |
| 96 | + "postcss": "^8.4.27", |
| 97 | + "prettier": "^3.0.2", |
| 98 | + "tailwind-config": "workspace:^", |
| 99 | + "tailwindcss": "^3.4.1", |
| 100 | + "ts-jest": "^29.4.4", |
| 101 | + "tsconfig": "workspace:^", |
| 102 | + "typescript": "^5.6.2" |
| 103 | + }, |
| 104 | + "pnpm": { |
| 105 | + "overrides": { |
| 106 | + "@types/react": "19.1.13" |
108 | 107 | } |
| 108 | + } |
109 | 109 | } |
0 commit comments