mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-11-04 01:15:14 +00:00 
			
		
		
		
	
		
			All checks were successful
		
		
	
	Close stale issues and PRs / stale (push) Successful in 19s
				
			replaced node-sass with sass
		
			
				
	
	
		
			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.30.1",
 | 
						|
    "sass": "^1.92.1",
 | 
						|
    "nodemon": "^2.0.2",
 | 
						|
    "numeral": "^2.0.6",
 | 
						|
    "sass-loader": "^10.0.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"
 | 
						|
}
 |