forked from E-Cell-IIT-BHU/E-Summit_2023
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.21 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
{
"name": "e-summit_2023",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@material-ui/core": "^4.12.4",
"@material-ui/icons": "^4.11.3",
"@mui/icons-material": "^5.10.16",
"@mui/material": "^5.10.12",
"@nextui-org/react": "^1.0.0-beta.10",
"@typescript-eslint/parser": "^5.40.1",
"animate.css": "^4.1.1",
"animated-number-react": "^0.1.2",
"api": "^5.0.5",
"axios": "^1.2.1",
"bootstrap": "^5.2.2",
"bootstrap-icons": "^1.10.2",
"cssnano": "^5.1.14",
"dotenv": "^16.0.3",
"firebase": "^9.15.0",
"framer-motion": "^7.6.4",
"next": "12.3.1",
"next-auth": "^4.18.6",
"react": "18.2.0",
"react-bootstrap": "^2.5.0",
"react-dom": "18.2.0",
"react-icons": "^4.4.0",
"react-parallax-tilt": "^1.7.68",
"react-slideshow-image": "^4.0.5",
"sass": "^1.55.0"
},
"devDependencies": {
"autoprefixer": "^10.4.13",
"eslint": "8.24.0",
"eslint-config-next": "12.3.1",
"postcss": "^8.4.20",
"tailwindcss": "^3.2.4"
}
}