{
  "name": "vault-frontend",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "@dnd-kit/core": "^6.0.5",
    "@dnd-kit/sortable": "^7.0.1",
    "@popperjs/core": "^2.11.2",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "@tippyjs/react": "^4.2.6",
    "@v9v/ts-react-telegram-login": "^1.1.1",
    "autosize": "^4.0.2",
    "axios": "^0.21.2",
    "body-scroll-lock": "^2.6.4",
    "classnames": "^2.2.6",
    "color2k": "^1.2.4",
    "date-fns": "^2.4.1",
    "file-loader": "^6.2.0",
    "flexbin": "^0.2.0",
    "formik": "^2.2.6",
    "insane": "^2.6.2",
    "marked": "^4.0.12",
    "mobx": "^6.3.10",
    "mobx-persist-store": "^1.0.4",
    "mobx-react-lite": "^3.2.3",
    "next": "^12.3.0",
    "photoswipe": "^4.1.3",
    "raleway-cyrillic": "^4.0.2",
    "ramda": "^0.26.1",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-dropzone": "^11.4.2",
    "react-hot-toast": "^2.3.0",
    "react-lazyload": "^3.2.0",
    "react-masonry-css": "^1.0.16",
    "react-popper": "^2.2.3",
    "react-router": "^5.1.2",
    "react-router-dom": "^5.1.2",
    "react-sticky-box": "^1.0.2",
    "sass": "^1.49.0",
    "swiper": "^8.4.4",
    "swr": "^1.0.1",
    "throttle-debounce": "^2.1.0",
    "typescript": "^4.0.5",
    "uuid4": "^1.1.4",
    "web-vitals": "^0.2.4",
    "yup": "^0.32.9"
  },
  "scripts": {
    "ts-check": "tsc -p tsconfig.json --noEmit",
    "lint": "next lint --fix",
    "prepare": "husky install",
    "next:dev": "next dev",
    "next:build": "next build",
    "next:start": "next start -p 80",
    "analyze": "ANALYZE=true next build",
    "analyze:server": "BUNDLE_ANALYZE=server next build",
    "analyze:browser": "BUNDLE_ANALYZE=browser next build"
  },
  "eslintConfig": {
    "extends": [
      "react-app"
    ]
  },
  "browserslist": {
    "production": [
      ">1%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "devDependencies": {
    "@next/bundle-analyzer": "^12.3.0",
    "@next/eslint-plugin-next": "^12.3.0",
    "@types/marked": "^4.0.1",
    "@types/node": "^11.13.22",
    "@types/ramda": "^0.26.33",
    "@types/react": "^17.0.2",
    "@types/react-router-dom": "^5.1.7",
    "@types/throttle-debounce": "^2.1.0",
    "@types/yup": "^0.29.11",
    "@typescript-eslint/eslint-plugin": "^5.10.1",
    "@typescript-eslint/parser": "^5.10.1",
    "eslint": "^7.32.0",
    "eslint-plugin-import": "^2.25.4",
    "eslint-plugin-react": "^7.28.0",
    "eslint-plugin-react-hooks": "^4.3.0",
    "husky": "^7.0.4",
    "lint-staged": "^12.1.6",
    "next-transpile-modules": "^9.0.0",
    "prettier": "^2.7.1"
  },
  "lint-staged": {
    "./**/*.{js,jsx,ts,tsx}": [
      "eslint --fix"
    ]
  },
  "husky": {
    "pre-push": "lint-staged"
  }
}