-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.23 KB
/
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
40
41
42
43
{
"name": "padellouis",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-regular-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-toast": "^1.1.4",
"autoprefixer": "10.4.14",
"chart.js": "^4.3.0",
"class-variance-authority": "^0.6.1",
"clsx": "^2.0.0",
"emailjs-com": "^3.2.0",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"framer-motion": "^10.12.22",
"lottie-react": "^2.4.0",
"lucide-react": "^0.260.0",
"next": "13.4.10",
"postcss": "8.4.26",
"react": "18.2.0",
"react-chartjs-2": "^5.2.0",
"react-dom": "18.2.0",
"react-intersection-observer": "^9.5.2",
"react-youtube": "^10.1.0",
"sharp": "^0.32.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "3.3.3",
"tailwindcss-animate": "^1.0.6",
"video-react": "^0.16.0"
}
}