-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 971 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
37
38
39
{
"name": "new-2",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node backend/server.js",
"backend": "nodemon backend/server.js",
"frontend": "npm start --prefix ./frontend",
"both": "concurrently \"npm run backend\" \"npm run frontend\""
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@heroicons/react": "^2.1.1",
"@material-tailwind/react": "^2.1.9",
"bcrypt": "^5.1.1",
"concurrently": "^8.2.2",
"cors": "^2.8.5",
"cron": "^3.1.6",
"dotenv": "^16.3.1",
"express": "^4.18.2",
"jsonwebtoken": "^9.0.2",
"moment": "^2.30.1",
"mongoose": "^8.0.3",
"morgan": "^1.10.0",
"node-cron": "^3.0.3",
"react-calendly": "^4.3.0",
"react-google-login": "^5.2.2",
"sass": "^1.71.0",
"timer-node": "^5.0.7",
"use-timer": "^2.0.1"
},
"devDependencies": {
"nodemon": "^3.0.2",
"tailwindcss": "^3.4.1"
}
}