nginx-proxy-manager/frontend/package.json
2026-05-13 13:27:59 +10:00

66 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.44.0",
"@tanstack/react-query": "^5.100.10",
"@tanstack/react-table": "^8.21.3",
"@uiw/react-textarea-code-editor": "^3.1.1",
"classnames": "^2.5.1",
"country-flag-icons": "^1.6.17",
"date-fns": "^4.1.0",
"ez-modal-react": "^1.0.5",
"formik": "^2.4.9",
"generate-password-browser": "^1.1.0",
"humps": "^2.0.1",
"query-string": "^9.3.1",
"react": "^19.2.6",
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.6",
"react-intl": "^10.1.6",
"react-markdown": "^10.1.0",
"react-router-dom": "^7.15.0",
"react-select": "^5.10.2",
"react-toastify": "^11.1.0",
"rooks": "^9.8.0"
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@formatjs/cli": "^6.15.0",
"@tanstack/react-query-devtools": "^5.100.10",
"@testing-library/dom": "^10.4.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@types/country-flag-icons": "^1.2.2",
"@types/humps": "^2.0.6",
"@types/node": "^25.7.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/react-table": "^7.7.20",
"@vitejs/plugin-react": "^6.0.1",
"happy-dom": "^20.9.0",
"postcss": "^8.5.14",
"postcss-simple-vars": "^7.0.1",
"sass": "^1.99.0",
"tmp": "^0.2.5",
"typescript": "6.0.3",
"vite": "^8.0.12",
"vite-plugin-checker": "^0.13.0",
"vitest": "^4.1.6"
}
}