Files

67 lines
1.9 KiB
JSON
Raw Permalink Normal View History

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",
"@tabler/icons-react": "^3.44.0",
"@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",
"country-flag-icons": "^1.6.17",
"date-fns": "^4.4.0",
2025-10-14 17:49:56 +10:00
"ez-modal-react": "^1.0.5",
"formik": "^2.4.9",
2025-09-02 23:56:00 +10:00
"generate-password-browser": "^1.1.0",
"humps": "^2.0.1",
"query-string": "^9.4.0",
"react": "^19.2.7",
2025-09-02 23:56:00 +10:00
"react-bootstrap": "^2.10.10",
"react-dom": "^19.2.7",
"react-intl": "^10.1.11",
2025-10-27 23:59:00 +10:00
"react-markdown": "^10.1.0",
"react-router-dom": "^7.16.0",
2025-09-02 23:56:00 +10:00
"react-select": "^5.10.2",
"react-toastify": "^11.1.0",
"rooks": "^9.8.0"
2025-09-02 23:56:00 +10:00
},
"devDependencies": {
"@biomejs/biome": "^2.4.15",
"@formatjs/cli": "^6.16.6",
"@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",
"@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",
"@types/node": "^25.9.1",
"@types/react": "^19.2.16",
"@types/react-dom": "^19.2.3",
2025-09-02 23:56:00 +10:00
"@types/react-table": "^7.7.20",
"@vitejs/plugin-react": "^6.0.2",
"happy-dom": "^20.9.0",
"postcss": "^8.5.15",
2025-09-02 23:56:00 +10:00
"postcss-simple-vars": "^7.0.1",
"sass": "^1.100.0",
"tmp": "^0.2.7",
"typescript": "6.0.3",
"vite": "^8.0.16",
"vite-plugin-checker": "^0.14.1",
"vitest": "^4.1.8"
2025-09-02 23:56:00 +10:00
}
2020-02-19 15:55:06 +11:00
}