Files
NPMplus/frontend/package.json
renovate[bot] f1e95f7ba6 dep updates
Signed-off-by: Zoey <zoey@z0ey.de>
2026-03-02 18:42:15 +01:00

59 lines
1.6 KiB
JSON

{
"name": "NPMplus",
"version": "0.0.0",
"description": "A beautiful interface for creating Nginx endpoints",
"author": "Jamie Curnow <jc@jc21.com> and ZoeyVid <zoeyvid@zvcdn.de>",
"license": "AGPL-3.0 (and MIT)",
"type": "module",
"dependencies": {
"@tabler/core": "1.4.0",
"@tabler/icons-react": "3.38.0",
"@tanstack/react-query": "5.90.21",
"@tanstack/react-table": "8.21.3",
"@uiw/react-textarea-code-editor": "3.1.1",
"classnames": "2.5.1",
"country-flag-icons": "1.6.15",
"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",
"qrcode.react": "4.2.0",
"query-string": "9.3.1",
"react": "19.2.4",
"react-bootstrap": "2.10.10",
"react-dom": "19.2.4",
"react-intl": "8.1.3",
"react-markdown": "10.1.0",
"react-router-dom": "7.13.1",
"react-select": "5.10.2",
"react-toastify": "11.0.5",
"rooks": "9.5.0"
},
"devDependencies": {
"@biomejs/biome": "2.4.5",
"@formatjs/cli": "6.13.0",
"@tanstack/react-query-devtools": "5.91.3",
"@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.3.3",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-table": "7.7.20",
"@vitejs/plugin-react": "5.1.4",
"happy-dom": "20.7.0",
"postcss": "8.5.6",
"postcss-simple-vars": "7.0.1",
"sass": "1.97.3",
"tmp": "0.2.5",
"typescript": "5.9.3",
"vite": "7.3.1",
"vite-plugin-checker": "0.12.0",
"vite-tsconfig-paths": "6.1.1",
"vitest": "4.0.18"
}
}