-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
57 lines (57 loc) · 1.61 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
{
"name": "gw2trivia",
"version": "1.0.0",
"description": "Website storing questions and articles for Questions pour un Quaggan",
"private": true,
"homepage": "https://gw2trivia.com",
"repository": {
"type": "git",
"url": "https://github.com/gw2ocs/gw2trivia"
},
"bugs": "https://github.com/gw2ocs/gw2trivia/issues",
"main": "app.js",
"scripts": {
"start": "node ./bin/www"
},
"author": "Pandraghon <pandraghon@outlook.com>",
"license": "MIT",
"dependencies": {
"@graphile-contrib/pg-many-to-many": "^1.0.0-beta.12",
"@mdi/font": "^5.5.55",
"@priotas/postgraphile-plugin-nested-mutations": "^1.0.2",
"btoa": "^1.2.1",
"cookie-parser": "^1.4.4",
"debug": "^4.1.1",
"ejs": "^2.6.1",
"express": "^4.17.1",
"form-data": "^3.0.0",
"graphile-worker": "^0.6.0",
"graphql-request": "^3.4.0",
"http-errors": "^1.7.2",
"imagemin": "^7.0.1",
"imagemin-mozjpeg": "^9.0.0",
"imagemin-pngquant": "^9.0.0",
"markdown-it": "^11.0.0",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.0.3",
"markdown-it-footnote": "^3.0.2",
"markdown-it-implicit-figures": "^0.10.0",
"markdown-it-mark": "^3.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-task-lists": "^2.1.1",
"markdown-it-toc-done-right": "^4.2.0",
"mime": "^2.4.4",
"morgan": "^1.9.1",
"node-fetch": "^2.6.1",
"pg": "^8.11.3",
"postgraphile": "^4.5.0",
"postgraphile-plugin-connection-filter": "^1.1.3",
"postgres-bytea": "^2.0.0"
},
"browserslist": [
"> 1%",
"last 2 versions",
"not ie"
]
}