{
	"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": {
		"@chakra-ui/react": "^2.8.0",
		"@emotion/react": "^11.11.1",
		"@emotion/styled": "^11.11.0",
		"@tanstack/react-query": "^4.29.25",
		"@tanstack/react-query-devtools": "^4.29.25",
		"ajv": "^8.12.0",
		"chakra-react-select": "^4.6.0",
		"classnames": "^2.3.2",
		"country-flag-icons": "^1.5.7",
		"date-fns": "2.30.0",
		"formik": "^2.4.2",
		"framer-motion": "^10.13.0",
		"humps": "^2.0.1",
		"lodash": "4.17.21",
		"moment": "2.29.4",
		"query-string": "8.1.0",
		"react": "^18.2.0",
		"react-async": "10.0.1",
		"react-dom": "18.2.0",
		"react-focus-lock": "^2.9.5",
		"react-icons": "^4.10.1",
		"react-intl": "^6.4.4",
		"react-markdown": "^8.0.7",
		"react-router-dom": "^6.14.2",
		"react-syntax-highlighter": "^15.5.0",
		"react-table": "7.8.0",
		"rooks": "7.14.1",
		"tmp": "^0.2.1"
	},
	"devDependencies": {
		"@formatjs/cli": "^6.1.3",
		"@types/country-flag-icons": "^1.2.0",
		"@types/humps": "^2.0.3",
		"@types/lodash": "4.14.195",
		"@types/node": "20.4.2",
		"@types/react": "18.2.15",
		"@types/react-dom": "18.2.7",
		"@types/react-router-dom": "5.3.3",
		"@types/react-syntax-highlighter": "^15.5.7",
		"@types/react-table": "^7.7.14",
		"@types/styled-components": "5.1.26",
		"@typescript-eslint/eslint-plugin": "^6.1.0",
		"@typescript-eslint/parser": "^6.1.0",
		"@vitejs/plugin-react": "^4.0.3",
		"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",
		"prettier": "^3.0.0",
		"sass": "^1.64.0",
		"typescript": "^5.1.6",
		"vite": "^4.4.4",
		"vite-plugin-checker": "^0.6.1"
	}
}