-
Notifications
You must be signed in to change notification settings - Fork 40
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.43 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.43 KB
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
{
"name": "nitp-new-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"add-isr": "node scripts/add-isr.mjs"
},
"dependencies": {
"@formkit/auto-animate": "^0.8.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@next/bundle-analyzer": "^15.3.5",
"@nivo/bar": "^0.87.0",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-slot": "^1.0.2",
"aos": "^2.3.4",
"axios": "^1.7.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"lucide-react": "^0.390.0",
"next": "16.2.4",
"next-nprogress-bar": "^2.3.12",
"qrcode": "^1.5.4",
"react": "^18",
"react-collapsed": "^4.1.2",
"react-countup": "^6.5.3",
"react-dom": "^18",
"react-icons": "^5.4.0",
"react-responsive-masonry": "^2.2.0",
"react-scroll-trigger": "^0.6.14",
"remixicon": "^4.3.0",
"slick-carousel": "^1.8.1",
"swiper": "12.1.4",
"tailwind-merge": "^2.3.0"
},
"devDependencies": {
"@types/node": "^24.0.13",
"@types/react": "^19.1.8",
"autoprefixer": "^10.4.19",
"eslint": "^9.0.0",
"eslint-config-next": "16.2.4",
"eslint-plugin-unused-imports": "^4.1.4",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.8.3"
}
}