-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 999 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": "demantur",
"version": "1.0.0",
"description": "The real project",
"main": "index.js",
"scripts": {
"start": "nodemon server --ignore client"
},
"author": "",
"license": "ISC",
"devDependencies": {
"concurrently": "^7.2.1",
"nodemon": "^2.0.19"
},
"dependencies": {
"@pronestor/react-zoom-pan-pinch": "^2.3.0",
"bcryptjs": "^2.4.3",
"cleave.js": "^1.6.0",
"cloudinary": "^1.30.0",
"cors": "^2.8.5",
"dotenv": "^16.0.1",
"express": "^4.18.1",
"express-fileupload": "^1.4.0",
"fs-extra": "^10.1.0",
"i18next": "^21.8.14",
"i18next-browser-languagedetector": "^6.1.4",
"i18next-http-backend": "^1.4.1",
"jsonwebtoken": "^8.5.1",
"method-override": "^3.0.0",
"mongodb": "^4.8.1",
"mongoose": "^6.3.5",
"nodemailer": "^6.7.5",
"react-i18next": "^11.18.1",
"react-loading-skeleton": "^3.1.0",
"skeleton": "^0.1.2",
"styled-components": "^5.3.5",
"tailwind": "^4.0.0"
}
}