-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
77 lines (77 loc) · 2.22 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
{
"name": "ec-api",
"version": "1.0.0",
"description": "API für EC-NB",
"main": "./dist/api.ts",
"scripts": {
"build": "rollup -c && echo linting api.ts && eslint dist/api.ts --fix",
"lint": "eslint src/**",
"types": "tsc -noEmit",
"start": "node ./dist/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EC-Nordund/EC-API.git"
},
"author": "Sebastian Krüger und Tobias Krause",
"license": "ISC",
"bugs": {
"url": "https://github.com/EC-Nordund/EC-API/issues"
},
"homepage": "https://github.com/EC-Nordund/EC-API#readme",
"devDependencies": {
"@rollup/plugin-commonjs": "21.1.0",
"@rollup/plugin-json": "4.1.0",
"@rollup/plugin-node-resolve": "13.2.1",
"@types/compression": "1.7.2",
"@types/cors": "2.8.12",
"@types/eslint": "8.4.1",
"@types/express": "4.17.13",
"@types/express-rate-limit": "5.1.3",
"@types/inline-css": "3.0.1",
"@types/jsonwebtoken": "8.5.8",
"@types/node": "17.0.30",
"@types/node-fetch": "2.6.1",
"@types/nodemailer": "6.4.4",
"@types/web-push": "3.3.2",
"@typescript-eslint/eslint-plugin": "5.21.0",
"@typescript-eslint/parser": "5.21.0",
"esbuild": "0.14.38",
"eslint": "8.14.0",
"eslint-config-prettier": "8.5.0",
"eslint-plugin-prettier": "4.0.0",
"nodemon": "2.0.15",
"prettier": "2.2.1",
"rollup": "2.70.2",
"rollup-plugin-esbuild": "4.9.1",
"rollup-plugin-terser": "7.0.2",
"typescript": "4.6.4"
},
"dependencies": {
"apollo-server-express": "3.6.7",
"axios": "0.27.2",
"body-parser": "1.20.0",
"comlink": "4.3.1",
"compression": "1.7.4",
"cors": "2.8.5",
"docx-templates": "4.9.2",
"docx-templates-to-pdf": "2.0.0",
"express": "4.18.0",
"express-rate-limit": "6.4.0",
"gotenberg-js-client": "0.7.2",
"graphql": "16.4.0",
"graphql-subscriptions": "2.0.0",
"inline-css": "3.0.0",
"js-sha3": "0.8.0",
"jsonwebtoken": "8.5.1",
"node-fetch": "3.2.10",
"nodemailer": "6.7.4",
"promise-mysql": "5.1.0",
"remark": "13.0.0",
"remark-html": "13.0.2",
"sql-escape-tag": "1.0.0",
"web-push": "3.4.5",
"xlsx-template": "1.3.2"
},
"packageManager": "yarn@3.1.1"
}