{
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "preview": "vite preview",
    "format": "prettier --write \"src/**/*.{js,jsx,ts,tsx}\"",
    "prettier:lint": "prettier --check \"src/**/*.{js,jsx,ts,tsx}\"",
    "eslint": "eslint \"src/**/*.{js,jsx,ts,tsx}\"",
    "copy:htaccess": "cp public/.htaccess build/",
    "generate": "graphql-codegen --config codegen.yml"
  },
  "dependencies": {
    "@tailwindcss/forms": "^0.5.3",
    "graphql": "^15.5.0",
    "graphql-request": "^3.4.0",
    "heroicons-react": "1.3.0",
    "leaflet": "^1.7.1",
    "react": "^17.0.0",
    "react-dom": "^17.0.0",
    "react-leaflet": "^3.2.0",
    "react-router-dom": "^5.2.0",
    "react-select": "4.0.2",
    "swr": "^0.5.6",
    "tailwindcss": "^3.1.8",
    "zustand": "^3.5.1"
  },
  "devDependencies": {
    "@graphql-codegen/cli": "1.21.4",
    "@graphql-codegen/typescript": "1.22.0",
    "@graphql-codegen/typescript-graphql-request": "^3.2.0",
    "@graphql-codegen/typescript-operations": "1.17.16",
    "@types/leaflet": "^1.7.0",
    "@types/react": "^17.0.6",
    "@types/react-dom": "^17.0.5",
    "@types/react-router-dom": "^5.1.7",
    "@types/react-select": "^4.0.15",
    "@typescript-eslint/eslint-plugin": "^4.24.0",
    "@typescript-eslint/parser": "^4.24.0",
    "autoprefixer": "^10.4.12",
    "eslint": "^7.26.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-plugin-react": "^7.23.2",
    "postcss": "^8.4.17",
    "prettier": "^2.3.0",
    "typescript": "^4.8.4",
    "vite": "^3.1.7"
  }
}