-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.46 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.46 KB
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
{
"name": "bogdan-crm",
"version": "1.0.0",
"main": "index.js",
"repository": "https://github.com/uramen/bogdan-crm.git",
"author": "uramen <uramen12@gmail.com>",
"license": "MIT",
"scripts": {
"start": "nodemon --exec babel-node app",
"build": "babel app -d dist",
"serve": "node dist/index.js",
"production": "npm run build && npm run serve",
"eslint": "eslint ./",
"eslint:fix": "eslint ./ --fix"
},
"dependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.0",
"@babel/node": "^7.8.7",
"@babel/preset-env": "^7.9.5",
"@joi/date": "^2.1.0",
"@sentry/node": "^6.9.0",
"@sentry/tracing": "^6.9.0",
"babel-eslint": "^10.1.0",
"bcrypt": "^4.0.1",
"body-parser": "^1.19.0",
"bull": "^4.8.1",
"cors": "^2.8.5",
"dayjs": "^1.9.6",
"dotenv": "^8.2.0",
"epochta-pullcrm": "0.0.6",
"express": "^4.17.1",
"form-data": "^3.0.0",
"http-status": "^1.4.2",
"joi": "^17.4.2",
"jsonwebtoken": "^8.5.1",
"liqpay": "^0.0.1",
"lodash": "^4.17.20",
"multer": "^1.4.2",
"mysql2": "^2.1.0",
"nodemailer": "^6.4.6",
"puppeteer": "^13.5.1",
"redis": "^3.0.2",
"sequelize": "^5.21.6",
"sharp": "^0.28.3",
"simple-node-logger": "^18.12.24",
"telegraf": "^4.4.1",
"turbosms-http": "^1.0.2",
"uuid": "^8.2.0"
},
"devDependencies": {
"eslint": "^6.8.0",
"morgan": "^1.10.0",
"nodemon": "^2.0.3",
"sequelize-cli": "^5.5.1"
}
}