|
18 | 18 | "lint": "next lint" |
19 | 19 | }, |
20 | 20 | "dependencies": { |
21 | | - "@next/third-parties": "^15.4.0-canary.51", |
22 | | - "@radix-ui/react-checkbox": "^1.3.2", |
23 | | - "@radix-ui/react-dialog": "^1.1.13", |
24 | | - "@radix-ui/react-dropdown-menu": "^2.1.6", |
25 | | - "@radix-ui/react-label": "^2.1.6", |
26 | | - "@radix-ui/react-select": "^2.2.4", |
27 | | - "@radix-ui/react-separator": "^1.1.6", |
28 | | - "@radix-ui/react-slot": "^1.1.2", |
29 | | - "@radix-ui/react-switch": "^1.2.4", |
30 | | - "@radix-ui/react-tabs": "^1.1.3", |
31 | | - "@types/js-cookie": "^3.0.6", |
32 | | - "bcryptjs": "^3.0.2", |
33 | | - "class-variance-authority": "^0.7.1", |
34 | | - "cloudinary": "^2.6.1", |
35 | | - "clsx": "^2.1.1", |
36 | | - "dotenv": "^16.5.0", |
37 | | - "js-cookie": "^3.0.5", |
38 | | - "jsonwebtoken": "^9.0.2", |
39 | | - "lucide-react": "^0.477.0", |
40 | | - "mongoose": "^8.14.2", |
41 | | - "next": "15.1.7", |
42 | | - "next-themes": "^0.4.6", |
43 | | - "pdfkit": "^0.17.2", |
44 | | - "pptxgenjs": "^4.0.1", |
45 | | - "react": "^19.0.0", |
46 | | - "react-dom": "^19.0.0", |
47 | | - "react-force-graph-2d": "^1.27.1", |
48 | | - "tailwind-merge": "^3.0.2", |
49 | | - "tailwindcss-animate": "^1.0.7" |
| 21 | + "@next/third-parties": "15.4.0-canary.51", |
| 22 | + "@radix-ui/react-checkbox": "1.3.2", |
| 23 | + "@radix-ui/react-dialog": "1.1.13", |
| 24 | + "@radix-ui/react-dropdown-menu": "2.1.6", |
| 25 | + "@radix-ui/react-label": "2.1.6", |
| 26 | + "@radix-ui/react-select": "2.2.4", |
| 27 | + "@radix-ui/react-separator": "1.1.6", |
| 28 | + "@radix-ui/react-slot": "1.1.2", |
| 29 | + "@radix-ui/react-switch": "1.2.4", |
| 30 | + "@radix-ui/react-tabs": "1.1.3", |
| 31 | + "@types/js-cookie": "3.0.6", |
| 32 | + "bcryptjs": "3.0.2", |
| 33 | + "class-variance-authority": "0.7.1", |
| 34 | + "cloudinary": "2.6.1", |
| 35 | + "clsx": "2.1.1", |
| 36 | + "dotenv": "16.5.0", |
| 37 | + "js-cookie": "3.0.5", |
| 38 | + "jsonwebtoken": "9.0.2", |
| 39 | + "lucide-react": "0.477.0", |
| 40 | + "mongoose": "8.14.2", |
| 41 | + "next": "15.1.9", |
| 42 | + "next-themes": "0.4.6", |
| 43 | + "pdfkit": "0.17.2", |
| 44 | + "pptxgenjs": "4.0.1", |
| 45 | + "react": "19.0.0", |
| 46 | + "react-dom": "19.0.0", |
| 47 | + "react-force-graph-2d": "1.27.1", |
| 48 | + "tailwind-merge": "3.0.2", |
| 49 | + "tailwindcss-animate": "1.0.7" |
50 | 50 | }, |
51 | 51 | "devDependencies": { |
52 | | - "@types/jsonwebtoken": "^9.0.9", |
53 | | - "@types/node": "^20", |
54 | | - "@types/react": "^19", |
55 | | - "@types/react-dom": "^19", |
| 52 | + "@types/jsonwebtoken": "9.0.9", |
| 53 | + "@types/node": "20.17.22", |
| 54 | + "@types/react": "19.0.10", |
| 55 | + "@types/react-dom": "19.0.4", |
56 | 56 | "eslint": "9.26.0", |
57 | 57 | "eslint-config-next": "15.3.2", |
58 | | - "postcss": "^8", |
59 | | - "tailwindcss": "^3.4.1", |
60 | | - "typescript": "^5" |
| 58 | + "postcss": "8.5.3", |
| 59 | + "tailwindcss": "3.4.17", |
| 60 | + "typescript": "5.8.2" |
61 | 61 | } |
62 | 62 | } |
0 commit comments