-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
39 lines (39 loc) · 958 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
37
38
39
{
"name": "gdg-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ant-design/icons": "^5.5.2",
"@nextui-org/react": "^2.6.10",
"@react-three/drei": "^9.120.4",
"@react-three/fiber": "^8.17.10",
"antd": "^5.22.5",
"clsx": "^2.1.1",
"framer-motion": "^11.15.0",
"next": "^14.2.21",
"nextjs-toploader": "^3.7.15",
"react": "^18.3.1",
"react-countup": "^6.5.3",
"react-dom": "^18.3.1",
"react-icons": "^5.4.0",
"react-slick": "^0.30.3",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^2.6.0",
"three": "^0.171.0",
"three-globe": "^2.37.5"
},
"devDependencies": {
"autoprefixer": "^10.4.20",
"eslint": "^8",
"eslint-config-next": "14.2.21",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.17",
"web-vitals": "^4.2.4"
}
}