2020-02-19 15:55:06 +11:00
|
|
|
{
|
2025-09-02 23:56:00 +10:00
|
|
|
"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",
|
2026-05-13 13:27:59 +10:00
|
|
|
"@tabler/icons-react": "^3.44.0",
|
2026-06-03 21:22:00 +00:00
|
|
|
"@tanstack/react-query": "^5.101.0",
|
2025-09-02 23:56:00 +10:00
|
|
|
"@tanstack/react-table": "^8.21.3",
|
|
|
|
|
"@uiw/react-textarea-code-editor": "^3.1.1",
|
|
|
|
|
"classnames": "^2.5.1",
|
2026-05-13 13:27:59 +10:00
|
|
|
"country-flag-icons": "^1.6.17",
|
2026-06-03 21:22:00 +00:00
|
|
|
"date-fns": "^4.4.0",
|
2025-10-14 17:49:56 +10:00
|
|
|
"ez-modal-react": "^1.0.5",
|
2026-01-28 05:00:34 +00:00
|
|
|
"formik": "^2.4.9",
|
2025-09-02 23:56:00 +10:00
|
|
|
"generate-password-browser": "^1.1.0",
|
|
|
|
|
"humps": "^2.0.1",
|
2026-06-03 21:22:00 +00:00
|
|
|
"query-string": "^9.4.0",
|
2026-06-02 14:00:10 +00:00
|
|
|
"react": "^19.2.7",
|
2025-09-02 23:56:00 +10:00
|
|
|
"react-bootstrap": "^2.10.10",
|
2026-06-02 14:00:10 +00:00
|
|
|
"react-dom": "^19.2.7",
|
|
|
|
|
"react-intl": "^10.1.11",
|
2025-10-27 23:59:00 +10:00
|
|
|
"react-markdown": "^10.1.0",
|
2026-06-03 21:22:00 +00:00
|
|
|
"react-router-dom": "^7.16.0",
|
2025-09-02 23:56:00 +10:00
|
|
|
"react-select": "^5.10.2",
|
2026-05-13 13:27:59 +10:00
|
|
|
"react-toastify": "^11.1.0",
|
|
|
|
|
"rooks": "^9.8.0"
|
2025-09-02 23:56:00 +10:00
|
|
|
},
|
|
|
|
|
"devDependencies": {
|
2026-05-13 13:27:59 +10:00
|
|
|
"@biomejs/biome": "^2.4.15",
|
2026-06-02 13:58:55 +00:00
|
|
|
"@formatjs/cli": "^6.16.6",
|
2026-05-27 00:04:14 +00:00
|
|
|
"@tanstack/react-query-devtools": "^5.100.14",
|
2025-09-02 23:56:00 +10:00
|
|
|
"@testing-library/dom": "^10.4.1",
|
2025-10-16 18:59:19 +10:00
|
|
|
"@testing-library/jest-dom": "^6.9.1",
|
2026-01-27 11:42:25 +00:00
|
|
|
"@testing-library/react": "^16.3.2",
|
2025-09-02 23:56:00 +10:00
|
|
|
"@types/country-flag-icons": "^1.2.2",
|
|
|
|
|
"@types/humps": "^2.0.6",
|
2026-05-26 22:29:03 +00:00
|
|
|
"@types/node": "^25.9.1",
|
2026-06-02 14:00:10 +00:00
|
|
|
"@types/react": "^19.2.16",
|
2025-12-15 09:54:18 +01:00
|
|
|
"@types/react-dom": "^19.2.3",
|
2025-09-02 23:56:00 +10:00
|
|
|
"@types/react-table": "^7.7.20",
|
2026-05-27 00:04:14 +00:00
|
|
|
"@vitejs/plugin-react": "^6.0.2",
|
2026-05-13 13:27:59 +10:00
|
|
|
"happy-dom": "^20.9.0",
|
2026-05-27 00:04:14 +00:00
|
|
|
"postcss": "^8.5.15",
|
2025-09-02 23:56:00 +10:00
|
|
|
"postcss-simple-vars": "^7.0.1",
|
2026-05-26 22:29:03 +00:00
|
|
|
"sass": "^1.100.0",
|
2026-06-02 13:58:55 +00:00
|
|
|
"tmp": "^0.2.7",
|
2026-05-13 13:27:59 +10:00
|
|
|
"typescript": "6.0.3",
|
2026-06-02 13:58:55 +00:00
|
|
|
"vite": "^8.0.16",
|
2026-05-26 22:29:03 +00:00
|
|
|
"vite-plugin-checker": "^0.14.1",
|
2026-06-02 13:58:55 +00:00
|
|
|
"vitest": "^4.1.8"
|
2025-09-02 23:56:00 +10:00
|
|
|
}
|
2020-02-19 15:55:06 +11:00
|
|
|
}
|