-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.01 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.01 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
{
"name": "courses",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@headlessui/react": "^2.1.9",
"@heroicons/react": "^2.1.5",
"@next/font": "14.2.14",
"@radix-ui/react-slot": "^1.1.1",
"@types/node": "22.7.4",
"@types/react": "18.3.11",
"@types/react-dom": "18.3.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"eslint": "8.40.0",
"eslint-config-next": "14.2.14",
"firebase": "^11.2.0",
"framer-motion": "^12.4.7",
"lucide-react": "^0.474.0",
"next": "14.2.14",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-slick": "^0.30.2",
"slick-carousel": "^1.8.1",
"tailwind-merge": "^3.0.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.6.2"
},
"devDependencies": {
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.20",
"postcss": "^8.5.1",
"tailwindcss": "^3.4.17"
}
}