-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·58 lines (58 loc) · 1.63 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
{
"name": "quadratik-express",
"version": "3.5.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"zipit": "tar -zcvf quadra.tar.gz -X exclude_list.txt .",
"lint": "node --max_old_space_size=4096 ./node_modules/eslint/bin/eslint.js .;exit 0",
"ssl": "python -m sslyze --regular www.quadratik.fr",
"snyk-protect": "snyk protect",
"prepare": "npm run snyk-protect",
"test": "snyk test"
},
"dependencies": {
"@mollie/api-client": "^3.0.0-beta.1",
"bcryptjs": "^2.4.3",
"braintree": "^2.21.0",
"compression": "^1.7.4",
"connect-session-knex": "^1.5.0",
"cookie-parser": "~1.4.3",
"cors": "^2.8.5",
"debug": "~2.6.9",
"email-templates": "^6.0.4",
"eslint": "^5.16.0",
"express": "~4.16.0",
"express-jwt": "^5.3.1",
"express-jwt-authz": "^2.3.1",
"express-session": "^1.17.0",
"google-map-react": "^1.1.5",
"helmet": "^3.21.2",
"html-pdf": "^2.2.0",
"http-errors": "~1.6.2",
"http-proxy-middleware": "^0.19.1",
"jsonwebtoken": "^8.5.1",
"jwks-rsa": "^1.6.0",
"knex": "^0.19.5",
"morgan": "~1.9.0",
"node-fetch": "^2.6.0",
"nodemailer": "^5.1.1",
"pg": "^7.14.0",
"pug": "^2.0.4",
"react": "^0.14.9",
"snyk": "^1.251.1",
"socket.io": "^2.3.0",
"uninstall": "0.0.0",
"winston": "^3.2.1",
"xml2js": "^0.4.22"
},
"devDependencies": {
"eslint-config-airbnb": "^18.0.1",
"eslint-plugin-flowtype": "^4.5.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^1.7.0"
},
"snyk": true
}