-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
43 lines (43 loc) · 1.06 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
{
"name": "cse_dept_site",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@gsap/react": "^2.1.0",
"@rooks/use-boundingclientrect": "^4.11.2",
"aos": "^2.3.4",
"chart.js": "^4.4.3",
"flip-book": "^1.9.9",
"framer-motion": "^11.0.3",
"gsap": "^3.12.5",
"jotai": "^2.9.1",
"lenis": "^1.1.9",
"next": "^14.2.4",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"react-fast-marquee": "^1.6.5",
"react-icons": "^5.0.1",
"react-image-grid-gallery": "^2.1.4",
"react-intersection-observer": "^9.13.0",
"react-responsive": "^10.0.0",
"react-scroll": "^1.9.0",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"swiper": "^11.1.4",
"tailwind-merge": "^2.4.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwindcss": "^3.3.0"
}
}