-
Notifications
You must be signed in to change notification settings - Fork 112
/
package.json
36 lines (36 loc) · 872 Bytes
/
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
{
"name": "gdsc-abesit",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@heroicons/react": "^2.0.18",
"@next/font": "^14.0.0",
"framer-motion": "^10.16.4",
"next": "^14.0.0",
"next-themes": "^0.2.1",
"nextjs-progressbar": "^0.0.16",
"popmotion": "^11.0.5",
"react": "^18.2.0",
"react-countup": "^6.5.0",
"react-dom": "^18.2.0",
"react-icons": "^4.11.0",
"react-social-icons": "^6.4.0",
"typewriter-effect": "^2.21.0"
},
"devDependencies": {
"@types/node": "20.8.10",
"@types/react": "18.2.33",
"autoprefixer": "latest",
"eslint": "8.52.0",
"eslint-config-next": "14.0.1",
"postcss": "latest",
"tailwindcss": "latest",
"typescript": "5.2.2"
}
}