diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/package.json b/package.json index 0fa911e..3af100c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "panulat", - "version": "1.1.3", + "version": "1.2", "description": "", "main": "app/index.mjs", "scripts": { @@ -9,8 +9,10 @@ }, "author": "Leonardo Bishop", "dependencies": { + "@types/html-minifier-terser": "^7.0.0", "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", @@ -18,17 +20,21 @@ "express": "^4.17.1", "glob": "^7.2.0", "gray-matter": "^4.0.3", + "html-minifier-terser": "^7.2.0", "marked": "^6.0.0", + "marked-gfm-heading-id": "^3.0.6", + "uglify-js": "^3.17.4", "winston": "^3.3.3", "ws": "^8.13.0" }, "type": "module", "devDependencies": { - "@types/ws": "^8.5.4", "@types/dateformat": "^5.0.0", "@types/escape-html": "^1.0.1", "@types/express": "^4.17.13", "@types/glob": "^7.2.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" |
