nginx-proxy-manager/frontend/package.json

79 lines
2.4 KiB
JSON
Raw Normal View History

{
"name": "nginxproxymanager",
"version": "3.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"lint": "eslint src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"lint:ci": "yarn lint --watchAll=false",
"lint:fix": "eslint --fix --ext .ts --ext .tsx .",
"preview": "vite preview",
"prettier": "prettier \"**/*.+(js|json|yml|css|ts|tsx)\"",
"format": "yarn prettier -- --write",
"locale-extract": "formatjs extract 'src/**/*.tsx'",
"locale-compile": "formatjs compile-folder src/locale/src src/locale/lang",
"check-locales": "./check-locales.js"
},
"dependencies": {
2024-05-07 23:41:32 +00:00
"@chakra-ui/react": "^2.8.2",
"@emotion/react": "^11.11.4",
"@emotion/styled": "^11.11.5",
"@tanstack/react-query": "^5.35.1",
"@tanstack/react-query-devtools": "^5.35.1",
"ajv": "^8.13.0",
"chakra-react-select": "^4.7.6",
"classnames": "^2.5.1",
"country-flag-icons": "^1.5.11",
"date-fns": "3.6.0",
"formik": "^2.4.6",
"framer-motion": "^11.1.9",
"humps": "^2.0.1",
"lodash": "4.17.21",
2024-05-07 23:41:32 +00:00
"moment": "2.30.1",
"query-string": "9.0.0",
"react": "^18.3.1",
"react-async": "10.0.1",
2024-05-07 23:41:32 +00:00
"react-dom": "18.3.1",
"react-focus-lock": "^2.12.1",
"react-icons": "^5.2.1",
"react-intl": "^6.6.6",
"react-markdown": "^9.0.1",
"react-router-dom": "^6.23.0",
2023-01-16 04:02:36 +00:00
"react-syntax-highlighter": "^15.5.0",
2022-07-14 11:53:11 +00:00
"react-table": "7.8.0",
"rooks": "7.14.1",
2024-05-07 23:41:32 +00:00
"tmp": "^0.2.3"
},
"devDependencies": {
2024-05-07 23:41:32 +00:00
"@formatjs/cli": "^6.2.10",
"@types/country-flag-icons": "^1.2.2",
"@types/humps": "^2.0.6",
"@types/lodash": "4.17.1",
"@types/node": "20.12.10",
"@types/react": "18.3.1",
"@types/react-dom": "18.3.0",
"@types/react-router-dom": "5.3.3",
2024-05-07 23:41:32 +00:00
"@types/react-syntax-highlighter": "^15.5.13",
"@types/react-table": "^7.7.20",
"@types/styled-components": "5.1.34",
2024-05-08 01:28:16 +00:00
"@typescript-eslint/eslint-plugin": "^6.1.0",
"@typescript-eslint/parser": "^6.1.0",
2024-05-07 23:41:32 +00:00
"@vitejs/plugin-react": "^4.2.1",
2024-05-08 01:28:16 +00:00
"eslint": "^8.45.0",
"eslint-config-prettier": "^8.8.0",
"eslint-import-resolver-typescript": "^3.5.5",
"eslint-plugin-import": "^2.27.5",
"eslint-plugin-jsx-a11y": "^6.7.1",
"eslint-plugin-prettier": "^5.0.0",
"eslint-plugin-react": "^7.32.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.3",
2024-05-07 23:41:32 +00:00
"prettier": "^3.2.5",
"sass": "^1.77.0",
"typescript": "^5.4.5",
"vite": "^5.2.11",
"vite-plugin-checker": "^0.6.4"
}
}