package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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": "^5.0.0",
  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.9",
  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.21",
  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. "pg": "^7.12.1",
  30. "restler": "^3.4.0",
  31. "signale": "^1.4.0",
  32. "sqlite3": "^4.1.1",
  33. "temp-write": "^4.0.0",
  34. "unix-timestamp": "^0.2.0"
  35. },
  36. "signale": {
  37. "displayDate": true,
  38. "displayTimestamp": true
  39. },
  40. "author": "Jamie Curnow <[email protected]>",
  41. "license": "MIT",
  42. "devDependencies": {
  43. "eslint": "^6.8.0",
  44. "eslint-plugin-align-assignments": "^1.1.2",
  45. "prettier": "^2.0.4"
  46. }
  47. }