forked from ecelliitbhu/ecell-website-new
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
87 lines (87 loc) · 2.59 KB
/
package.json
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
{
"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.5.0",
"@emotion/styled": "^11.3.0",
"@lottiefiles/lottie-player": "^2.0.2",
"@lottiefiles/react-lottie-player": "^3.5.3",
"@material-ui/core": "^5.0.0-alpha.27",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.0.5",
"@mui/material": "^5.14.7",
"@next/codemod": "^13.5.4",
"@prisma/client": "^5.21.0",
"@progress/kendo-react-dialogs": "^4.9.0",
"@progress/kendo-react-dropdowns": "^4.9.0",
"@progress/kendo-react-intl": "^4.9.0",
"@progress/kendo-theme-default": "^4.41.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",
"@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": "^0.25.0",
"bcrypt": "^5.0.1",
"body-parser": "^1.19.1",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"date-fns": "^2.0.0-beta.5",
"dotenv": "^16.4.5",
"express": "^4.17.2",
"firebase": "^9.8.1",
"jsonwebtoken": "^8.5.1",
"lucide-react": "^0.288.0",
"moment": "^2.29.1",
"mongoose": "^6.0.13",
"multer": "^1.4.4",
"next": "latest",
"next-connect": "^0.11.0",
"next-seo": "^6.4.0",
"next-themes": "^0.2.1",
"prisma": "^5.21.0",
"react": "^18.2.0",
"react-bootstrap": "^2.0.0-beta.6",
"react-cookie": "^4.1.1",
"react-dom": "^18.2.0",
"react-dropzone": "^14.2.2",
"react-hook-form": "^7.53.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.2.0",
"react-images": "^1.2.0-beta.7",
"react-photo-gallery": "^8.0.0",
"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"
},
"devDependencies": {
"@hookform/devtools": "^4.3.1",
"@types/jsonwebtoken": "^8.5.5",
"autoprefixer": "^10.4.16",
"eslint": "7.32.0",
"eslint-config-next": "latest",
"postcss": "^8.4.31",
"tailwindcss": "^3.4.13"
},
"proxy": "https://startup-directory.herokuapp.com/"
}