-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
61 lines (61 loc) · 2.19 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
{
"name": "450-kherson-humanitarian-landing-page-backend",
"version": "0.3.10",
"description": "baza.trainee_project",
"scripts": {
"start": "cross-env NODE_ENV=production ./bin/www",
"dev": "cross-env NODE_ENV=development nodemon ./bin/www",
"build": "cross-env NODE_ENV=production webpack --config build/webpack.config.js",
"build:dev": "webpack --config build/webpack.dev.js --mode development --stats-error-details",
"lint": "eslint **/*.js",
"lint:fix": "eslint --fix **/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/baza-trainee/450-kherson-humanitarian-landing-page-backend.git"
},
"author": "Volodymyr Nerovnia [email protected], Oleksandr Pavlishchev [email protected]",
"license": "ISC",
"bugs": {
"url": "https://github.com/baza-trainee/450-kherson-humanitarian-landing-page-backend/issues"
},
"homepage": "https://github.com/baza-trainee/450-kherson-humanitarian-landing-page-backend#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "~1.4.4",
"cors": "^2.8.5",
"cross-env": "7.0.3",
"crypto-js": "^4.1.1",
"debug": "~2.6.9",
"dotenv": "^16.3.1",
"exceljs": "^4.3.0",
"express": "^4.18.2",
"express-rate-limit": "^7.0.2",
"express-validator": "^7.0.1",
"helmet": "^7.0.0",
"http-errors": "~1.6.3",
"jade": "^0.29.0",
"joi": "^17.9.2",
"jsonwebtoken": "^9.0.1",
"moment-timezone": "^0.5.43",
"mongoose": "^7.3.4",
"morgan": "~1.9.1",
"nodemailer": "^6.9.4",
"swagger-ui-express": "^5.0.0",
"uuid": "^9.0.0"
},
"devDependencies": {
"@babel/core": "^7.22.11",
"babel-loader": "^9.1.3",
"eslint": "7.19.0",
"eslint-config-prettier": "^8.3.0",
"eslint-config-standard": "16.0.3",
"eslint-plugin-import": "2.25.3",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "5.2.0",
"nodemon": "^3.0.1",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4",
"webpack-node-externals": "^3.0.0"
}
}