{ "name": "nginx-proxy-manager", "version": "2.0.0", "type": "module", "author": "Jamie Curnow ", "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", "test": "vitest" }, "dependencies": { "@tabler/core": "^1.4.0", "@tabler/icons-react": "^3.34.1", "@tanstack/react-query": "^5.85.6", "@tanstack/react-table": "^8.21.3", "classnames": "^2.5.1", "country-flag-icons": "^1.5.19", "date-fns": "^4.1.0", "formik": "^2.4.6", "humps": "^2.0.1", "query-string": "^9.2.2", "react": "^19.1.1", "react-bootstrap": "^2.10.10", "react-dom": "^19.1.1", "react-intl": "^7.1.11", "react-router-dom": "^7.8.2", "react-toastify": "^11.0.5", "rooks": "^9.2.0" }, "devDependencies": { "@biomejs/biome": "^2.2.3", "@formatjs/cli": "^6.7.2", "@tanstack/react-query-devtools": "^5.85.6", "@testing-library/dom": "^10.4.1", "@testing-library/jest-dom": "^6.8.0", "@testing-library/react": "^16.3.0", "@types/country-flag-icons": "^1.2.2", "@types/humps": "^2.0.6", "@types/react": "^19.1.12", "@types/react-dom": "^19.1.9", "@types/react-table": "^7.7.20", "@vitejs/plugin-react": "^5.0.2", "happy-dom": "^18.0.1", "postcss": "^8.5.6", "postcss-simple-vars": "^7.0.1", "sass": "^1.91.0", "tmp": "^0.2.5", "typescript": "5.9.2", "vite": "^7.1.4", "vite-plugin-checker": "^0.10.3", "vite-tsconfig-paths": "^5.1.4", "vitest": "^3.2.4" } }