package.json 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. {
  2. "name": "nginx-proxy-manager",
  3. "version": "0.0.0",
  4. "description": "A beautiful interface for creating Nginx endpoints",
  5. "main": "js/index.js",
  6. "dependencies": {
  7. "ajv": "^6.12.0",
  8. "batchflow": "^0.4.0",
  9. "bcrypt": "^4.0.1",
  10. "body-parser": "^1.19.0",
  11. "compression": "^1.7.4",
  12. "config": "^3.3.1",
  13. "diskdb": "^0.1.17",
  14. "express": "^4.17.1",
  15. "express-fileupload": "^1.1.6",
  16. "gravatar": "^1.8.0",
  17. "html-entities": "^1.2.1",
  18. "json-schema-ref-parser": "^8.0.0",
  19. "jsonwebtoken": "^8.5.1",
  20. "knex": "^0.20.13",
  21. "liquidjs": "^9.11.10",
  22. "lodash": "^4.17.15",
  23. "moment": "^2.24.0",
  24. "mysql": "^2.18.1",
  25. "node-rsa": "^1.0.8",
  26. "nodemon": "^2.0.2",
  27. "objection": "^2.1.3",
  28. "path": "^0.12.7",
  29. "restler": "^3.4.0",
  30. "signale": "^1.4.0",
  31. "temp-write": "^4.0.0",
  32. "unix-timestamp": "^0.2.0"
  33. },
  34. "signale": {
  35. "displayDate": true,
  36. "displayTimestamp": true
  37. },
  38. "author": "Jamie Curnow <[email protected]>",
  39. "license": "MIT",
  40. "devDependencies": {
  41. "eslint": "^6.8.0",
  42. "eslint-plugin-align-assignments": "^1.1.2",
  43. "prettier": "^2.0.4"
  44. }
  45. }