-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
62 lines (62 loc) · 1.67 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
{
"name": "iiit_kalyani_website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@emotion/cache": "^11.11.0",
"@emotion/memoize": "^0.8.1",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.10.6",
"@fontsource/hind": "^5.0.8",
"@fontsource/montserrat": "^5.0.8",
"@fontsource/nunito": "^5.0.8",
"@fontsource/poppins": "^5.0.8",
"@fontsource/roboto-condensed": "^5.0.8",
"@mui/icons-material": "^5.11.11",
"@mui/material": "^5.11.15",
"@types/react-dom": "18.0.11",
"@types/react-slick": "^0.23.10",
"bootstrap": "^5.3.1",
"canvas": "^2.11.2",
"chart.js": "^4.3.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"faker": "^5.5.3",
"gsap": "^3.11.4",
"mui": "^0.0.1",
"next": "13.1.6",
"next-transpile-modules": "^10.0.1",
"react": "18.2.0",
"react-awesome-reveal": "^4.2.3",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-fast-marquee": "^1.3.5",
"react-icons": "^4.8.0",
"react-pdf": "^7.2.0",
"react-responsive": "^9.0.2",
"react-slick": "^0.29.0",
"react-transition-group": "^4.4.5",
"sass": "^1.59.2",
"sharp": "^0.32.4",
"slick-carousel": "^1.8.1",
"styled-components": "^6.0.6",
"swiper": "^9.1.0",
"vercel": "^32.1.0"
},
"devDependencies": {
"@types/next": "^9.0.0",
"@types/node": "20.8.7",
"@types/react": "18.2.31",
"@types/react-slider": "^1.3.1",
"autoprefixer": "^10.4.13",
"postcss": "^8.4.21",
"tailwindcss": "^3.3.3",
"typescript": "5.2.2"
}
}