generated from helsingborg-stad/gdi-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 2.58 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
{
"name": "haffa-backend",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"build": "tsc",
"start": "tsc && node .",
"test": "jest --runInBand --watch",
"watch": "jest --runInBand --watchAll",
"coverage": "jest --runInBand --coverage",
"test-ci": "jest --runInBand --ci --coverage --forceExit"
},
"license": "MIT",
"dependencies": {
"@graphql-tools/schema": "^10.0.4",
"@koa/cors": "^3.4.1",
"@sendgrid/mail": "^7.7.0",
"@types/pdfkit": "^0.13.4",
"@types/qrcode": "^1.5.5",
"@types/xlsx": "^0.0.36",
"JSONStream": "^1.3.5",
"ajv": "^8.12.0",
"debug": "^4.3.5",
"dotenv": "^16.0.2",
"email-validator": "^2.0.4",
"fastq": "^1.15.0",
"graphql": "^16.6.0",
"graphql-tools": "^8.3.6",
"handlebars": "^4.7.8",
"http-errors": "^2.0.0",
"http-status-codes": "^2.2.0",
"jsonwebtoken": "^9.0.0",
"koa": "^2.13.4",
"koa-bodyparser": "^4.4.1",
"koa-cors": "^0.0.16",
"koa-router": "^12.0.0",
"koa-send": "^5.0.1",
"koa2-swagger-ui": "^5.6.0",
"libphonenumber-js": "^1.10.53",
"mime-types": "^2.1.35",
"minio": "^7.1.1",
"mkdirp": "^3.0.1",
"mongodb": "^5.7.0",
"ms": "^2.1.3",
"nanomatch": "^1.2.13",
"openapi-backend": "^5.5.0",
"pdfkit": "^0.15.0",
"qrcode": "^1.5.3",
"sharp": "^0.32.5",
"superagent": "^8.0.0",
"supertest": "^6.3.3",
"uuid": "^9.0.0",
"xlsx": "^0.18.5"
},
"engines": {
"node": "18"
},
"devDependencies": {
"@types/debug": "^4.1.12",
"@types/eslint": "^8.44.1",
"@types/jest": "^29.0.3",
"@types/jsonwebtoken": "^8.5.9",
"@types/koa-bodyparser": "^4.3.10",
"@types/koa-router": "^7.4.4",
"@types/koa-send": "^4.1.3",
"@types/koa__cors": "^4.0.0",
"@types/mime-types": "^2.1.1",
"@types/ms": "^0.7.31",
"@types/node": "^18.0.0",
"@types/supertest": "^2.0.12",
"@types/uuid": "^9.0.2",
"@typescript-eslint/eslint-plugin": "^5.37.0",
"@typescript-eslint/parser": "^5.37.0",
"eslint": "^8.43.0",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-typescript": "^17.0.0",
"eslint-config-prettier": "^8.8.0",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jest": "^27.2.2",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^4.2.1",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.3.4",
"jest": "^29.0.3",
"mongo-mock": "^4.2.0",
"prettier": "^2.8.8",
"ts-jest": "^29.0.1",
"typescript": "^5.1.5"
}
}