-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 837 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 837 Bytes
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
{
"name": "amfoss-website",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"autoprefixer": "^10.4.21",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"dayjs": "^1.11.10",
"framer-motion": "^11.0.24",
"lenis": "^1.0.45",
"next": "^14.2.4",
"react": "^18",
"react-dom": "^18",
"react-infinite-logo-slider": "^1.0.13",
"react-multi-carousel": "^2.8.5",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"transitions-kit": "^1.0.0"
},
"devDependencies": {
"@types/react": "18.2.69",
"sass": "^1.93.2",
"tailwindcss": "^3.3.0"
}
}