-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.1 KB
/
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
{
"name": "diploma",
"version": "1.0.0",
"description": "Бэкэнд-часть дипломного проекта курса Яндекс Практикум Ссылка на макет: https://www.figma.com/file/6FMWkB94wE7KTkcCgUXtnC/Дипломный-проект?type=design&node-id=1-7266&mode=design&t=iJfSi5iwMfjWySpg-0 Название макета: dark-2",
"main": "index.js",
"scripts": {
"lint": "npx eslint .",
"start": "node app.js",
"dev": "nodemon app.js"
},
"author": "Elena Vasileva",
"license": "ISC",
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.20.2",
"celebrate": "^15.0.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.4.2",
"express": "^4.18.2",
"express-rate-limit": "^7.1.5",
"express-winston": "^4.2.0",
"helmet": "^7.1.0",
"jsonwebtoken": "^9.0.2",
"mongoose": "^8.1.1",
"validator": "^13.11.0",
"winston": "^3.11.0"
},
"devDependencies": {
"eslint": "^8.56.0",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-plugin-import": "^2.29.1",
"nodemon": "^3.0.3"
}
}