-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.11 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
{
"name": "charusat-v5",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@date-io/date-fns": "^1.3.13",
"aos": "^2.3.4",
"bootstrap": "^5.3.2",
"chart.js": "^4.4.1",
"chartjs-adapter-date-fns": "^3.0.0",
"date-fns": "^3.0.2-rc.1",
"file-loader": "^6.2.0",
"next": "^14.1.0",
"next-images": "^1.8.5",
"normalize.css": "^8.0.1",
"react": "^18.2.0",
"react-animated-slider": "^2.0.0",
"react-bootstrap": "^2.10.0",
"react-chartjs-2": "^5.2.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-helmet-async": "^2.0.4",
"react-iframe": "^1.8.5",
"react-pdf": "^7.7.0",
"react-pdf-viewer": "^0.1.0",
"react-slick": "^0.30.1",
"react-top-loading-bar": "^2.3.1",
"react-type-animation": "^3.2.0",
"scss": "^0.2.4",
"sharp": "^0.33.2",
"slick-carousel": "^1.8.1",
"swiper": "^11.0.5",
"swr": "^2.2.4"
},
"devDependencies": {
"eslint": "^8",
"eslint-config-next": "14.1.0"
}
}