-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
84 lines (84 loc) · 2.31 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
{
"name": "symphonia",
"version": "0.0.0",
"private": true,
"derectories": {
"test": "tests"
},
"scripts": {
"start": "node ./bin/www",
"debug": "ndb ./bin/www",
"test": "jest --watchAll --verbose --runInBand --detectOpenHandles --coverage",
"start:prod": "NODE_ENV=production nodemon server.js",
"doc": "jsdoc -c jsdoc.json"
},
"jest": {
"testEnvironment": "node"
},
"dependencies": {
"@hapi/joi": "^17.1.0",
"@hapi/joi-date": "^2.0.1",
"bcrypt": "^5.0.0",
"compression": "^1.7.4",
"cors": "^2.8.5",
"docdash": "^1.2.0",
"dotenv": "^8.2.0",
"express": "~4.17.1",
"express-mongo-sanitize": "^1.3.2",
"express-rate-limit": "^5.1.1",
"firebase-admin": "^8.11.0",
"helmet": "^3.21.3",
"hpp": "^0.2.3",
"html-to-text": "^5.1.1",
"http-errors": "~1.7.3",
"image-size": "^0.8.3",
"jsonwebtoken": "^8.5.1",
"lodash": "^4.17.19",
"mongoose": "^5.9.4",
"mongoose-delete": "^0.5.2",
"mongoose-findorcreate": "^3.0.0",
"morgan": "~1.9.1",
"mp3-duration": "^1.1.0",
"multer": "^1.4.2",
"nodemailer": "^6.4.5",
"passport": "^0.4.1",
"passport-facebook": "^3.0.0",
"passport-facebook-token": "^3.3.0",
"passport-google-oauth20": "^2.0.0",
"passport-google-plus-token": "^2.1.0",
"pug": "^3.0.1",
"reinstall": "^2.0.0",
"sharp": "^0.25.2",
"slugify": "^1.4.0",
"socket.io": "^2.3.0",
"stripe": "^8.39.0",
"validator": "^12.2.0",
"winston": "^3.2.1",
"xss-clean": "^0.1.1",
"@babel/core": "^7.10.2",
"@shelf/jest-mongodb": "^1.1.5",
"jest": "^25.2.7",
"jest-environment-node": "^25.2.1",
"superagent": "^5.2.2",
"supertest": "^4.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"eslint": "^6.8.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-node": "^4.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-config-standard": "^13.0.1",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-jsx-a11y": "^6.2.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-prettier": "^3.1.2",
"eslint-plugin-react": "^7.19.0",
"eslint-plugin-react-hooks": "^1.7.0",
"jsdoc": "^3.6.3",
"ndb": "^1.1.5",
"prettier": "^1.19.1",
"semistandard": "^14.2.0"
}
}