2020-02-18 23:55:06 -05:00
|
|
|
{
|
2020-02-19 18:17:45 -05:00
|
|
|
"name": "nginx-proxy-manager",
|
2020-03-11 02:54:10 -04:00
|
|
|
"version": "0.0.0",
|
2020-02-19 18:17:45 -05:00
|
|
|
"description": "A beautiful interface for creating Nginx endpoints",
|
|
|
|
"main": "js/index.js",
|
|
|
|
"dependencies": {
|
2020-04-06 20:43:19 -04:00
|
|
|
"ajv": "^6.12.0",
|
2021-08-22 23:33:24 -04:00
|
|
|
"archiver": "^5.3.0",
|
2020-02-19 18:17:45 -05:00
|
|
|
"batchflow": "^0.4.0",
|
2020-08-20 13:01:00 -04:00
|
|
|
"bcrypt": "^5.0.0",
|
2020-02-19 18:17:45 -05:00
|
|
|
"body-parser": "^1.19.0",
|
|
|
|
"compression": "^1.7.4",
|
2020-04-06 20:43:19 -04:00
|
|
|
"config": "^3.3.1",
|
2020-02-19 18:17:45 -05:00
|
|
|
"express": "^4.17.1",
|
2020-08-06 00:40:54 -04:00
|
|
|
"express-fileupload": "^1.1.9",
|
2020-02-19 18:17:45 -05:00
|
|
|
"gravatar": "^1.8.0",
|
2020-04-06 20:43:19 -04:00
|
|
|
"json-schema-ref-parser": "^8.0.0",
|
2020-02-19 18:17:45 -05:00
|
|
|
"jsonwebtoken": "^8.5.1",
|
2020-04-06 20:43:19 -04:00
|
|
|
"knex": "^0.20.13",
|
|
|
|
"liquidjs": "^9.11.10",
|
2021-05-07 22:11:35 -04:00
|
|
|
"lodash": "^4.17.21",
|
2022-07-07 12:43:24 -04:00
|
|
|
"moment": "^2.29.4",
|
2020-02-19 18:17:45 -05:00
|
|
|
"mysql": "^2.18.1",
|
2020-04-06 20:43:19 -04:00
|
|
|
"node-rsa": "^1.0.8",
|
2020-02-19 18:17:45 -05:00
|
|
|
"nodemon": "^2.0.2",
|
2021-10-10 21:53:33 -04:00
|
|
|
"objection": "^2.2.16",
|
2020-02-19 18:17:45 -05:00
|
|
|
"path": "^0.12.7",
|
|
|
|
"signale": "^1.4.0",
|
2020-07-19 10:43:01 -04:00
|
|
|
"sqlite3": "^4.1.1",
|
2021-11-05 08:59:19 -04:00
|
|
|
"temp-write": "^4.0.0"
|
2020-02-19 18:17:45 -05:00
|
|
|
},
|
|
|
|
"signale": {
|
|
|
|
"displayDate": true,
|
|
|
|
"displayTimestamp": true
|
|
|
|
},
|
|
|
|
"author": "Jamie Curnow <jc@jc21.com>",
|
|
|
|
"license": "MIT",
|
|
|
|
"devDependencies": {
|
|
|
|
"eslint": "^6.8.0",
|
|
|
|
"eslint-plugin-align-assignments": "^1.1.2",
|
2020-04-06 20:43:19 -04:00
|
|
|
"prettier": "^2.0.4"
|
2020-02-19 18:17:45 -05:00
|
|
|
}
|
2020-02-18 23:55:06 -05:00
|
|
|
}
|