nginx-proxy-manager/manager/package.json

61 lines
1.7 KiB
JSON
Raw Normal View History

2017-12-20 23:02:37 +00:00
{
"name": "nginx-proxy-manager",
2018-05-08 23:59:39 +00:00
"version": "1.1.2",
2017-12-20 23:02:37 +00:00
"description": "Nginx proxt with built in Web based management",
"main": "src/backend/index.js",
"dependencies": {
"ajv": "^5.5.1",
"batchflow": "^0.4.0",
"body-parser": "^1.18.2",
"compression": "^1.7.1",
"diskdb": "^0.1.17",
"ejs": "^2.5.7",
"express": "^4.16.2",
"express-winston": "^2.4.0",
"json-schema-ref-parser": "^4.0.4",
"lodash": "^4.17.4",
"path": "^0.12.7",
"unix-timestamp": "^0.2.0",
"winston": "^2.4.0"
},
"devDependencies": {
2018-07-30 01:59:28 +00:00
"babel-core": "^6.26.3",
"babel-loader": "^7.1.4",
"babel-minify-webpack-plugin": "^0.3.1",
"babel-preset-env": "^1.7.0",
2017-12-20 23:02:37 +00:00
"backbone": "1.3.3",
"backbone-virtual-collection": "^0.6.15",
"backbone.marionette": "3.4.1",
"backbone.radio": "2.0.0",
"bootstrap": "^3.3.7",
"del": "^3.0.0",
"ejs-loader": "^0.3.0",
"es6-promise": "^4.1.1",
"font-awesome": "^4.7.0",
"form-serializer": "^2.5.0",
"gulp": "^3.9.1",
"gulp-bump": "^2.7.0",
"gulp-concat-util": "^0.5.5",
"gulp-ejs": "^3.0.1",
"gulp-imagemin": "^3.3.0",
2018-05-08 23:47:51 +00:00
"gulp-sass": "^4.0.1",
2017-12-20 23:02:37 +00:00
"gulp-util": "^3.0.8",
"image-size": "^0.6.1",
"jquery": "^3.2.1",
"jquery-serializejson": "^2.8.1",
"normalize-css": "^2.3.1",
"prepack-webpack-plugin": "^1.1.0",
"run-sequence": "^2.2.0",
"underscore": "^1.8.3",
2018-07-30 01:59:28 +00:00
"webpack": "^4.12.0",
"webpack-cli": "^3.0.8",
2017-12-20 23:02:37 +00:00
"webpack-stream": "^4.0.0",
"webpack-visualizer-plugin": "^0.1.11"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Jamie Curnow <jc@jc21.com>",
"license": "MIT"
}