-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
154 lines (154 loc) · 5.77 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
{
"name": "jumentix",
"version": "0.0.1",
"license": "Unlicense",
"author": {
"name": "Eduardo Almeida",
"url": "https://github.com/web2solutions",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alvaro Luiz",
"url": "https://github.com/CAIRSCODE",
"email": "[email protected]"
}
],
"main": "dist/app.js",
"repository": {
"type": "git",
"url": "https://github.com/CAIRSCODE/Jumentix.git"
},
"scripts": {
"setup-sequelize": "node_modules/.bin/sequelize db:migrate",
"deploy-test": "node deploy/test.deploy.js",
"deploy-test-mac": "node deploy/test.mac.deploy.js",
"deploy-production": "node deploy/production.deploy.js",
"start": "npm stop && pm2-dev pm2.dev.config.js",
"start-worker": "npm stop && pm2-dev pm2.dev-worker.config.js",
"nodemon": "npm stop && nodemon src/app.js --exec babel-node -e js,yaml",
"build": "npm run lint && gulp build",
"coverage": "babel-node node_modules/.bin/babel-istanbul cover _mocha -- ./test/*.js --recursive",
"test": "npm run lint && npm run build && npm run _simple && node ./node_modules/npm-delay 30000 && mocha --recursive --exit --require babel-core/register && npm run stop",
"_test": "npm run lint && mocha --recursive --exit --require babel-core/register",
"stop": "pm2 stop pm2.simple.config.js pm2.cluster.config.js && pm2 delete pm2.simple.config.js pm2.cluster.config.js",
"lint": "eslint src --ext .js",
"dev-simple": "npm run build -- -dev && cd dist && npm stop && pm2-dev pm2.simple.config.js",
"dev-cluster": "npm run build -- -dev && cd dist && npm stop && pm2-dev pm2.cluster.config.js",
"_simple": "npm stop && pm2 start pm2.simple.config.js",
"_stop": "pm2 stop pm2.simple.config.js && pm2 delete pm2.simple.config.js ",
"simple": "npm run build && cd dist && nodemon dist/app.js",
"cluster": "npm run build && cd dist && pm2 start pm2.cluster.config.js",
"update": "pm2 update",
"eslint-fix": "eslint src/**/**/**/**/**/*.js --fix",
"format-code": "prettier-eslint --write \"src/**/*.js\" \"src/**/*.vue\""
},
"dependencies": {
"@elastic/elasticsearch": "^7.10.0",
"amqplib": "^0.6.0",
"authorizenet": "^1.0.7",
"aws-sdk": "^2.623.0",
"axios": "^0.21.0",
"basho-riak-client": "^2.4.0",
"body-parser": "^1.18.2",
"busboy-body-parser": "^0.3.2",
"chalk": "^2.4.1",
"compression": "^1.6.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.4",
"dotenv": "^8.2.0",
"elasticsearch": "^16.7.2",
"express": "^4.13.4",
"express-cassandra": "^2.3.2",
"express-easy-helper": "^1.1.0",
"express-session": "^1.15.6",
"fetch-base64": "^2.1.2",
"handlebars": "^4.0.12",
"helmet": "^3.12.0",
"is_js": "^0.9.0",
"js-sha512": "^0.8.0",
"method-override": "^2.3.10",
"moment": "^2.22.2",
"moment-timezone": "^0.5.23",
"mongoose": "^5.3.13",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.7.0",
"multer": "^1.4.2",
"mysql2": "^1.5.1",
"nodemailer": "6.4.16",
"nodemailer-mailgun-transport": "^1.3.6",
"os": "^0.1.1",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-github": "^1.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"passport-twitter": "^1.0.4",
"pidusage": "^2.0.17",
"pm2": "4.3.0",
"pmx": "^1.6.7",
"querystring": "^0.2.0",
"redis": "^2.8.0",
"redis-jwt": "^1.4.0",
"request": "^2.85.0",
"role-calc": "^1.1.6",
"sequelize": ">=5.3.0",
"serve-favicon": "^2.5.0",
"socket.io": "^2.1.1",
"socket.io-client": "^2.2.0",
"socket.io-redis": "^5.2.0",
"socketio-auth": "^0.1.1",
"stripe": "^8.47.1",
"swagger-jsdoc": "^3.2.8",
"swagger-tools": "^0.10.3",
"tedious": "^2.1.5",
"twilio": "^3.54.0",
"winston": "^3.1.0",
"winston-daily-rotate-file": "^3.5.1",
"yamljs": "^0.3.0"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.3",
"babel-eslint": "^10.0.3",
"babel-istanbul": "^0.12.2",
"babel-plugin-dynamic-import-node": "2.3.0",
"babel-plugin-transform-flow-comments": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.1",
"babel-preset-es2015": "^6.24.1",
"babel-preset-es2016": "^6.24.1",
"babel-preset-stage-0": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"babel-register": "^6.26.0",
"colors-cli": "^1.0.17",
"del": "^4.0.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^6.15.0",
"eslint-plugin-prettier": "^3.1.1",
"gulp": "^3.9.1",
"gulp-babel": "^6.1.2",
"gulp-delete-file": "^1.0.2",
"gulp-json-editor": "^2.3.0",
"gulp-minifier": "^1.2.2",
"gulp-nodemon": "^2.4.2",
"gulp-rename": "^1.2.2",
"gulp-replace": "^1.0.0",
"gulp-rimraf": "^0.2.2",
"istanbul": "^0.4.5",
"json-loader": "^0.5.7",
"minimatch": "^3.0.4",
"mocha": "^5.1.1",
"nodemon": "^1.18.10",
"npm-delay": "^1.0.4",
"prettier": "^2.1.2",
"raw-loader": "^0.5.1",
"run-sequence": "^2.2.1",
"simple-git": "^1.96.0",
"simple-ssh": "^1.0.0",
"webpack": "^1.13.0",
"webpack-stream": "^3.2.0"
},
"private": true,
"build": 0
}