-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 834 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 834 Bytes
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
{
"dependencies": {
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-slot": "^1.2.3",
"axios": "^1.13.2",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"config": "^3.3.6",
"cors": "^2.8.5",
"dotenv": "^10.0.0",
"express": "^4.17.1",
"jsonwebtoken": "^8.5.1",
"lucide-react": "^0.548.0",
"mongoose": "^6.0.12",
"nodemailer": "^7.0.11",
"recharts": "^3.3.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"twilio": "^5.10.7",
"uuid": "^13.0.0"
},
"scripts": {
"install": "npm install --prefix shem-pro-backend && npm install --prefix shem-pro-frontend",
"build": "npm run build --prefix shem-pro-frontend && mkdir -p public && cp -r shem-pro-frontend/dist/* public/"
}
}