5c8aa8517b
Bumps [moment](https://github.com/moment/moment) from 2.27.0 to 2.29.4. - [Release notes](https://github.com/moment/moment/releases) - [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md) - [Commits](https://github.com/moment/moment/compare/2.27.0...2.29.4) --- updated-dependencies: - dependency-name: moment dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
48 lines
1.4 KiB
JSON
48 lines
1.4 KiB
JSON
{
|
|
"name": "nginx-proxy-manager",
|
|
"version": "0.0.0",
|
|
"description": "A beautiful interface for creating Nginx endpoints",
|
|
"main": "js/index.js",
|
|
"devDependencies": {
|
|
"@babel/core": "^7.9.0",
|
|
"babel-core": "^6.26.3",
|
|
"babel-loader": "^8.1.0",
|
|
"babel-preset-env": "^1.7.0",
|
|
"backbone": "^1.4.0",
|
|
"backbone.marionette": "^4.1.2",
|
|
"copy-webpack-plugin": "^5.1.1",
|
|
"css-loader": "^3.5.0",
|
|
"ejs-lint": "^1.0.1",
|
|
"ejs-loader": "^0.3.6",
|
|
"ejs-webpack-loader": "^2.2.2",
|
|
"file-loader": "^6.0.0",
|
|
"html-webpack-plugin": "^4.0.4",
|
|
"imports-loader": "^0.8.0",
|
|
"jquery": "^3.5.0",
|
|
"jquery-mask-plugin": "^1.14.16",
|
|
"jquery-serializejson": "^2.9.0",
|
|
"marionette.approuter": "^1.0.2",
|
|
"marionette.templatecache": "^1.0.0",
|
|
"messageformat": "^2.3.0",
|
|
"messageformat-loader": "^0.8.1",
|
|
"mini-css-extract-plugin": "^0.9.0",
|
|
"moment": "^2.29.4",
|
|
"node-sass": "^6.0.1",
|
|
"nodemon": "^2.0.2",
|
|
"numeral": "^2.0.6",
|
|
"sass-loader": "10.2.0",
|
|
"style-loader": "^1.1.3",
|
|
"tabler-ui": "git+https://github.com/tabler/tabler.git#00f78ad823311bc3ad974ac3e5b0126198f0a813",
|
|
"underscore": "^1.12.1",
|
|
"webpack": "^4.42.1",
|
|
"webpack-cli": "^3.3.11",
|
|
"webpack-visualizer-plugin": "^0.1.11"
|
|
},
|
|
"scripts": {
|
|
"build": "webpack --mode production",
|
|
"watch": "webpack --watch --mode development"
|
|
},
|
|
"author": "Jamie Curnow <jc@jc21.com>",
|
|
"license": "MIT"
|
|
}
|