forked from aryanteng/iiitd-cse
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.33 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
{
"name": "iiitd-cse-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prepare": "husky",
"pre-commit": "pretty-quick --staged"
},
"dependencies": {
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@mui/icons-material": "^5.15.6",
"@mui/material": "^5.15.6",
"@types/uuid": "^9.0.8",
"axios": "^1.6.8",
"chart.js": "^4.4.1",
"date-fns": "^3.6.0",
"embla-carousel-auto-height": "^8.1.5",
"embla-carousel-autoplay": "^8.1.5",
"embla-carousel-react": "^8.1.5",
"embla-carousel-wheel-gestures": "^8.0.1",
"flowbite-react": "^0.7.2",
"google-auth-library": "^9.6.3",
"googleapis": "^133.0.0",
"mui-datatables": "^4.3.0",
"next": "^14.1.4",
"react": "^18",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18",
"react-fast-marquee": "^1.6.4",
"react-loader-spinner": "^6.1.6",
"react-router-dom": "^6.21.3",
"react-virtuoso": "^4.7.1",
"swiper": "^11.0.7",
"uuid": "^9.0.1",
"xml-js": "^1.6.11"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"husky": "^9.0.6",
"postcss": "^8",
"pretty-quick": "^4.0.0",
"tailwindcss": "^3.3.0"
}
}