aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: bef37bed5c25b82a90804d4cff4ab1df1af06b29 (plain) (blame)
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
{
  "name": "web",
  "version": "1.0.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/terminaldweller/web.git"
  },
  "author": "",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/terminaldweller/web/issues"
  },
  "homepage": "https://github.com/terminaldweller/web#readme",
  "dependencies": {
    "ejs": "^3.1.6",
    "express": "^4.17.1",
    "express-sitemap": "^1.8.0",
    "express-sitemap-xml": "^3.0.0",
    "helmet": "^5.0.2",
    "jsdom": "^16.2.2",
    "katex": "^0.11.1",
    "markdown-it": "^11.0.0",
    "markdown-it-highlightjs": "^3.4.0",
    "markdown-it-multimd-table": "^4.0.2",
    "markdown-it-texmath": "^0.7.0",
    "mongoose": "^6.2.8",
    "morgan": "^1.10.0",
    "pug": "^3.0.2",
    "spdy": "^4.0.2"
  },
  "devDependencies": {
    "eslint": "^7.32.0"
  }
}