-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.02 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": "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",
"axios": "^1.18.0",
"firebase": "^12.9.0",
"firebase-admin": "^12.0.0",
"lodash": "^4.18.1",
"micro": "^10.0.1",
"moment": "^2.29.4",
"next": "^16.3.2",
"next-auth": "^4.24.15",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "8.1.3",
"react-responsive-carousel": "^3.2.23",
"react-toastify": "^9.1.1",
"react-transition-group": "^4.4.5",
"stripe": "^20.1.0"
},
"license": "MIT",
"devDependencies": {
"@types/lodash": "^4.17.21",
"@types/node": "^25.0.3",
"@types/react": "^18.3.27",
"@types/react-dom": "^18.3.7",
"@types/react-transition-group": "^4.4.12",
"autoprefixer": "^10.4.16",
"postcss": "^8.4.31",
"tailwindcss": "^3.3.5",
"typescript": "^5.9.3"
}
}