aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
blob: 9d28679c9a340bddc9a946e8e1ae23895ca0cd11 (plain)
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
{
  "name": "panulat",
  "version": "1.5",
  "description": "",
  "main": "app/index.mjs",
  "scripts": {
    "start": "node dist/index.js",
    "lint": "eslint app --ext .ts"
  },
  "author": "Leonardo Bishop",
  "dependencies": {
    "axios": "^1.4.0",
    "chokidar": "^3.5.3",
    "clean-css": "^5.3.2",
    "dateformat": "^5.0.2",
    "dotenv-defaults": "^3.0.0",
    "ejs": "^3.1.6",
    "escape-html": "^1.0.3",
    "express": "^4.17.1",
    "glob": "^7.2.0",
    "gray-matter": "^4.0.3",
    "highlight.js": "^10.7.3",
    "highlightjs-solidity": "^2.0.6",
    "html-minifier-terser": "^7.2.0",
    "marked": "^7.0.0",
    "marked-footnote": "^1.2.4",
    "marked-gfm-heading-id": "^3.0.6",
    "marked-highlight": "^2.2.1",
    "sass": "^1.66.1",
    "uglify-js": "^3.17.4",
    "winston": "^3.3.3",
    "ws": "^8.13.0",
    "yaml": "^2.7.1"
  },
  "type": "module",
  "devDependencies": {
    "@types/clean-css": "^4.2.6",
    "@types/dateformat": "^5.0.0",
    "@types/escape-html": "^1.0.1",
    "@types/express": "^4.17.13",
    "@types/glob": "^7.2.0",
    "@types/html-minifier-terser": "^7.0.0",
    "@types/uglify-js": "^3.17.1",
    "@types/ws": "^8.5.4",
    "@typescript-eslint/eslint-plugin": "^5.7.0",
    "@typescript-eslint/parser": "^5.7.0",
    "eslint": "^8.5.0",
    "typescript": "5.5.4"
  }
}