-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
36 lines (36 loc) · 901 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": "cherava-server",
"version": "1.0.0",
"description": "cherava server",
"main": "server.js",
"type": "module",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js",
"dev": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"@iconify/react": "^4.1.0",
"@vitejs/plugin-react-swc": "^3.2.0",
"axios": "^1.3.4",
"cheerio": "^1.0.0-rc.12",
"cors": "^2.8.5",
"dotenv": "^16.0.3",
"express": "^4.18.2",
"node-cron": "^3.0.2",
"node-fetch": "^3.3.0",
"nodemailer": "^6.9.1",
"nodemon": "^2.0.20",
"pg-promise": "^11.3.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hot-toast": "^2.4.0",
"react-js-cron": "^3.0.1",
"react-masonry-css": "^1.0.16",
"react-router-dom": "^6.8.2",
"uuid": "^9.0.0",
"vite": "^4.1.4"
}
}