{
	"name": "frontend",
	"version": "0.1.0",
	"private": true,
	"dependencies": {
		"@emotion/react": "^11.9.3",
		"@emotion/styled": "^11.9.3",
		"@mui/icons-material": "^5.15.14",
		"@mui/material": "^5.15.14",
		"@paypal/react-paypal-js": "7.8.1",
		"@reduxjs/toolkit": "^2.2.2",
		"@testing-library/jest-dom": "5.16.2",
		"@testing-library/react": "12.1.4",
		"@testing-library/user-event": "13.5.0",
		"axios": "0.27.2",
		"bmim-cashflow": "file:..",
		"bootstrap": "5.2.0",
		"classnames": "2.3.2",
		"framer-motion": "^12.11.3",
		"html2canvas": "^1.4.1",
		"http-proxy-middleware": "2.0.6",
		"jszip": "^3.10.1",
		"lucide-react": "^0.511.0",
		"react": "18.2.0",
		"react-dom": "18.2.0",
		"react-google-charts": "^4.0.0",
		"react-hook-form": "7.34.0",
		"react-redux": "^9.1.0",
		"react-router-dom": "6.4",
		"react-scripts": "5.0.0",
		"react-select": "5.4.0",
		"recharts": "2.1.13",
		"typescript": "4.7.4",
		"web-vitals": "2.1.4"
	},
	"devDependencies": {
		"@types/jest": "26.0.24",
		"@types/node": "18.11.9",
		"@types/react": "^18.2.69",
		"@types/react-dom": "^18.2.22",
		"@types/react-router-dom": "5.3.3",
		"@typescript-eslint/eslint-plugin": "5.30.0",
		"@typescript-eslint/parser": "5.30.0",
		"cross-env": "^10.1.0",
		"cross-env-shell": "^7.0.3",
		"dotenv": "16.0.1",
		"eslint": "8.22.0",
		"eslint-config-airbnb": "^19.0.0",
		"eslint-config-airbnb-typescript": "^16.0.0",
		"eslint-config-prettier": "^8.8.0",
		"eslint-config-react-app": "7.0.1",
		"eslint-import-resolver-typescript": "^3.5.5",
		"eslint-plugin-import": "^2.26.0",
		"eslint-plugin-jsx-a11y": "6.6.1",
		"eslint-plugin-react": "7.31.10",
		"eslint-plugin-react-hooks": "4.6.0",
		"husky": "^8.0.3",
		"jest": "25.2.7",
		"npm-run-all": "4.1.5",
		"postcss-scss": "4.0.4",
		"prettier": "2.4.1",
		"sass": "1.53.0",
		"stylelint": "14.6.0",
		"stylelint-config-standard": "25.0.0",
		"stylelint-scss": "4.2.0"
	},
	"scripts": {
		"start": "react-scripts start",
		"start:local": "cross-env-shell BMIM_REACT_ENV=local npm run start",
		"build": "react-scripts build",
		"build:local": "cross-env-shell BMIM_REACT_ENV=local react-scripts build",
		"build:dev": "cross-env NODE_ENV=development REACT_APP_ENV=development sh -c 'echo NODE_ENV=$NODE_ENV && npm run build'",
		"start:dev": "node server.js",
		"test": "react-scripts test",
		"eject": "react-scripts eject",
		"check-eslint": "eslint \"src/**/*.{ts,tsx}\" --cache && stylelint \"src/**/*.{css,scss}\" --cache",
		"eslint:fix1": "eslint \"src/**/*.{ts,tsx}\" --fix && stylelint \"src/**/*.{css,scss}\" --fix --custom-syntax postcss-scss ",
		"eslint:fix": "eslint --fix . && stylelint \"src/**/*.{css,scss}\" --fix --custom-syntax postcss-scss ",
		"stylelint:fix": "stylelint \"src/**/*.{css,scss}\" --fix --custom-syntax postcss-scss ",
		"check-prettier": "prettier --check \"src/**/*.{ts,tsx}\"",
		"check-prettier:fix": "prettier --write \"src/**/*.{ts,tsx}\"",
		"check-stylelint": "stylelint ./**.scss",
		"check-types": "tsc --pretty --noEmit --incremental false",
		"check-all": "npm run check-prettier && npm run check-eslint && npm run check-stylelint",
		"fix-all": "npm run check-prettier && npm run check-eslint && npm run check-stylelint"
	},
	"browserslist": {
		"production": [
			">0.2%",
			"not dead",
			"not op_mini all"
		],
		"development": [
			"last 1 chrome version",
			"last 1 firefox version",
			"last 1 safari version"
		]
	}
}
