-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
36 lines (36 loc) · 883 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
{
"name": "easybusyhub-webapp",
"version": "1.0.0",
"scripts": {
"dev": "next",
"build": "next build",
"start": "next start"
},
"dependencies": {
"@heroicons/react": "^1.0.6",
"@reduxjs/toolkit": "^1.8.1",
"@stripe/stripe-js": "^1.46.0",
"@tailwindcss/line-clamp": "^0.4.0",
"axios": "^1.7.4",
"firebase": "^10.12.3",
"firebase-admin": "^12.0.0",
"loadash": "^1.0.0",
"micro": "^10.0.1",
"moment": "^2.29.4",
"next": "^14.2.23",
"next-auth": "^4.24.5",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "7.2.1",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^9.1.1",
"react-transition-group": "^4.4.5",
"stripe": "^11.18.0"
},
"license": "MIT",
"devDependencies": {
"autoprefixer": "^10.2.5",
"postcss": "^8.4.31",
"tailwindcss": "^2.2.7"
}
}