-
Notifications
You must be signed in to change notification settings - Fork 38
Expand file tree
/
Copy pathpackage.json
More file actions
90 lines (90 loc) · 2.63 KB
/
package.json
File metadata and controls
90 lines (90 loc) · 2.63 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
{
"name": "ecell_new_website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@lottiefiles/lottie-player": "^2.0.2",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@material-tailwind/react": "^2.1.10",
"@mui/icons-material": "^6.1.10",
"@mui/material": "^6.1.10",
"@prisma/client": "^5.22.0",
"@progress/kendo-theme-default": "^4.41.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@reduxjs/toolkit": "^2.3.0",
"@shadcn/ui": "^0.0.4",
"@types/jest": "^29.5.5",
"@types/node": "^20.8.6",
"@types/react": "^18.2.31",
"@types/react-dom": "^18.2.13",
"@typescript-eslint/parser": "^6.7.5",
"@vercel/analytics": "^1.0.1",
"aws-sdk": "^2.1473.0",
"axios": "^1.9.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"bootstrap": "^5.3.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.30.0",
"dotenv": "^16.5.0",
"express": "^4.17.2",
"firebase": "^11.7.1",
"jsonwebtoken": "^9.0.2",
"lucide-react": "^0.288.0",
"moment": "^2.29.1",
"mongoose": "^6.0.13",
"multer": "1.4.5-lts.2",
"next": "15.5.8",
"next-auth": "^4.24.10",
"next-connect": "^0.11.0",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"react": "^18.2.0",
"react-bootstrap": "^2.10.6",
"react-cookie": "^8.0.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-google-button": "^0.8.0",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.2.0",
"react-markdown": "^10.1.0",
"react-photo-album": "^3.1.0",
"react-redux": "^9.1.2",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^9.1.3",
"sass": "^1.45.1",
"sharp": "^0.32.6",
"styled-components": "^5.3.3",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.2.2",
"typewriter-effect": "^2.18.2",
"uuid": "^9.0.1",
"yet-another-react-lightbox": "^3.23.2"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/jsonwebtoken": "^8.5.5",
"autoprefixer": "^10.4.16",
"eslint": "^8.0.0",
"eslint-config-next": "latest",
"postcss": "^8.4.31",
"prisma": "^5.22.0",
"tailwindcss": "^3.4.13"
},
"proxy": "https://startup-directory.herokuapp.com/"
}