-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.08 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
{
"name": "sehedulemeet",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@stripe/react-stripe-js": "^2.5.0",
"@stripe/stripe-js": "^3.0.2",
"@syncfusion/ej2-react-schedule": "^24.2.8",
"@tanstack/react-query": "^5.18.1",
"axios": "^1.6.7",
"firebase": "^10.8.0",
"lottie-react": "^2.4.0",
"next": "14.0.4",
"react": "^18.2.0",
"react-accessible-accordion": "^5.0.0",
"react-dom": "^18.2.0",
"react-fast-marquee": "^1.6.4",
"react-hook-form": "^7.50.1",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.0.1",
"react-particles": "^2.12.2",
"react-tabs": "^6.0.2",
"swiper": "^11.0.6",
"tsparticles": "^3.2.1",
"tsparticles-slim": "^2.12.0"
},
"devDependencies": {
"autoprefixer": "^10.4.17",
"daisyui": "^4.6.2",
"eslint": "^8.56.0",
"eslint-config-next": "14.0.4",
"eslint-config-prettier": "^9.1.0",
"postcss": "^8.4.35",
"tailwindcss": "^3.4.1"
}
}