mirror of
				https://github.com/NginxProxyManager/nginx-proxy-manager.git
				synced 2025-10-31 07:43:33 +00:00 
			
		
		
		
	- Add help docs for most sections - Add translations documentation - Fix up todos - Remove german translation
		
			
				
	
	
		
			67 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
			
		
		
	
	
			67 lines
		
	
	
		
			1.9 KiB
		
	
	
	
		
			JSON
		
	
	
	
	
	
| {
 | |
| 	"name": "nginx-proxy-manager",
 | |
| 	"version": "2.0.0",
 | |
| 	"type": "module",
 | |
| 	"author": "Jamie Curnow <jc@jc21.com>",
 | |
| 	"license": "MIT",
 | |
| 	"scripts": {
 | |
| 		"dev": "vite",
 | |
| 		"build": "tsc && vite build",
 | |
| 		"lint": "biome lint",
 | |
| 		"preview": "vite preview",
 | |
| 		"prettier": "biome format --write ./src",
 | |
| 		"locale-extract": "formatjs extract 'src/**/*.tsx'",
 | |
| 		"locale-compile": "formatjs compile-folder src/locale/src src/locale/lang",
 | |
| 		"locale-sort": "./src/locale/scripts/locale-sort.sh",
 | |
| 		"test": "vitest"
 | |
| 	},
 | |
| 	"dependencies": {
 | |
| 		"@tabler/core": "^1.4.0",
 | |
| 		"@tabler/icons-react": "^3.35.0",
 | |
| 		"@tanstack/react-query": "^5.90.5",
 | |
| 		"@tanstack/react-table": "^8.21.3",
 | |
| 		"@uiw/react-textarea-code-editor": "^3.1.1",
 | |
| 		"classnames": "^2.5.1",
 | |
| 		"country-flag-icons": "^1.5.21",
 | |
| 		"date-fns": "^4.1.0",
 | |
| 		"ez-modal-react": "^1.0.5",
 | |
| 		"formik": "^2.4.6",
 | |
| 		"generate-password-browser": "^1.1.0",
 | |
| 		"humps": "^2.0.1",
 | |
| 		"query-string": "^9.3.1",
 | |
| 		"react": "^19.2.0",
 | |
| 		"react-bootstrap": "^2.10.10",
 | |
| 		"react-dom": "^19.2.0",
 | |
| 		"react-intl": "^7.1.14",
 | |
| 		"react-markdown": "^10.1.0",
 | |
| 		"react-router-dom": "^7.9.4",
 | |
| 		"react-select": "^5.10.2",
 | |
| 		"react-toastify": "^11.0.5",
 | |
| 		"rooks": "^9.3.0"
 | |
| 	},
 | |
| 	"devDependencies": {
 | |
| 		"@biomejs/biome": "^2.3.1",
 | |
| 		"@formatjs/cli": "^6.7.4",
 | |
| 		"@tanstack/react-query-devtools": "^5.90.2",
 | |
| 		"@testing-library/dom": "^10.4.1",
 | |
| 		"@testing-library/jest-dom": "^6.9.1",
 | |
| 		"@testing-library/react": "^16.3.0",
 | |
| 		"@types/country-flag-icons": "^1.2.2",
 | |
| 		"@types/humps": "^2.0.6",
 | |
| 		"@types/react": "^19.2.2",
 | |
| 		"@types/react-dom": "^19.2.2",
 | |
| 		"@types/react-table": "^7.7.20",
 | |
| 		"@vitejs/plugin-react": "^5.1.0",
 | |
| 		"happy-dom": "^20.0.8",
 | |
| 		"postcss": "^8.5.6",
 | |
| 		"postcss-simple-vars": "^7.0.1",
 | |
| 		"sass": "^1.93.2",
 | |
| 		"tmp": "^0.2.5",
 | |
| 		"typescript": "5.9.3",
 | |
| 		"vite": "^7.1.12",
 | |
| 		"vite-plugin-checker": "^0.11.0",
 | |
| 		"vite-tsconfig-paths": "^5.1.4",
 | |
| 		"vitest": "^4.0.3"
 | |
| 	}
 | |
| }
 |