Vizzuality/landgriffon

View on GitHub
client/package.json

Summary

Maintainability
Test Coverage
{
  "name": "landgriffon-client",
  "version": "1.0.0",
  "private": true,
  "type": "module",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "check-types": "tsc",
    "prettier": "prettier --config .prettierrc.json --check --write \"./src/**/*.{tsx,jsx,ts,js}\"",
    "cypress": "cypress open",
    "cypress:headless": "cypress run --browser chrome",
    "test:e2e": "./node_modules/.bin/cypress run --headless --browser chrome",
    "test": "start-server-and-test 'yarn build && yarn start' http://localhost:3000/auth/signin 'nyc --reporter nyc-report-lcov-absolute yarn cypress:headless'"
  },
  "dependencies": {
    "@date-fns/utc": "1.1.1",
    "@deck.gl/aggregation-layers": "8.8.6",
    "@deck.gl/carto": "8.8.6",
    "@deck.gl/core": "8.8.6",
    "@deck.gl/extensions": "8.8.6",
    "@deck.gl/geo-layers": "8.8.6",
    "@deck.gl/layers": "8.8.6",
    "@deck.gl/mapbox": "8.8.6",
    "@deck.gl/mesh-layers": "8.8.6",
    "@deck.gl/react": "8.9.35",
    "@dnd-kit/core": "5.0.3",
    "@dnd-kit/modifiers": "5.0.0",
    "@dnd-kit/sortable": "6.0.1",
    "@dnd-kit/utilities": "3.2.0",
    "@floating-ui/core": "1.5.0",
    "@floating-ui/react": "0.26.1",
    "@floating-ui/react-dom": "2.0.2",
    "@headlessui/react": "v1.7.17",
    "@heroicons/react": "v1.0.6",
    "@hookform/resolvers": "2.8.8",
    "@json2csv/plainjs": "^6.1.3",
    "@loaders.gl/core": "3.3.1",
    "@luma.gl/constants": "8.5.18",
    "@maplibre/maplibre-gl-compare": "^0.5.0",
    "@radix-ui/react-collapsible": "1.0.3",
    "@radix-ui/react-dropdown-menu": "^2.0.6",
    "@radix-ui/react-label": "2.0.2",
    "@radix-ui/react-popover": "1.0.7",
    "@radix-ui/react-radio-group": "1.1.3",
    "@radix-ui/react-select": "2.0.0",
    "@radix-ui/react-separator": "^1.0.3",
    "@radix-ui/react-slider": "^1.1.2",
    "@radix-ui/react-slot": "1.0.2",
    "@radix-ui/react-switch": "^1.0.3",
    "@radix-ui/react-tooltip": "^1.0.7",
    "@reduxjs/toolkit": "1.8.2",
    "@tailwindcss/forms": "0.4.0",
    "@tailwindcss/typography": "0.5.0",
    "@tanstack/react-query": "^4.2.1",
    "@tanstack/react-table": "8.13.2",
    "@tanstack/react-virtual": "3.0.1",
    "@turf/bbox": "^6.5.0",
    "autoprefixer": "10.2.5",
    "axios": "1.3.4",
    "chroma-js": "2.1.2",
    "class-variance-authority": "0.7.0",
    "classnames": "2.3.1",
    "clsx": "^2.1.0",
    "d3-array": "3.0.2",
    "d3-format": "3.0.1",
    "d3-scale": "4.0.2",
    "date-fns": "3.3.1",
    "fuse.js": "6.4.6",
    "jsona": "1.9.2",
    "lodash-es": "4.17.21",
    "lottie-react": "2.4.0",
    "lucide-react": "0.344.0",
    "maplibre-gl": "3.6.2",
    "next": "14.2.2",
    "next-auth": "4.24.7",
    "nuqs": "1.17.2",
    "postcss": "8.4.31",
    "query-string": "8.1.0",
    "rc-tree": "5.8.7",
    "react": "18.2.0",
    "react-day-picker": "8.10.0",
    "react-dom": "18.2.0",
    "react-dropzone": "14.2.2",
    "react-hook-form": "7.43.1",
    "react-hot-toast": "2.2.0",
    "react-map-gl": "7.1.7",
    "react-range": "1.8.14",
    "react-redux": "8.0.2",
    "react-world-flags": "1.6.0",
    "recharts": "2.9.0",
    "rooks": "7.14.1",
    "sharp": "0.32.6",
    "socket.io-client": "4.7.5",
    "tailwind-merge": "2.2.1",
    "tailwindcss": "3.4.1",
    "tailwindcss-animate": "1.0.7",
    "uuid": "8.3.2",
    "yup": "0.32.11",
    "zod": "3.22.4"
  },
  "devDependencies": {
    "@t3-oss/env-nextjs": "0.9.2",
    "@types/chroma-js": "2.1.3",
    "@types/d3-format": "3.0.1",
    "@types/d3-scale": "4.0.2",
    "@types/geojson": "7946.0.14",
    "@types/lodash-es": "4.17.6",
    "@types/node": "16.11.6",
    "@types/react": "18.2.79",
    "@types/react-dom": "18.2.25",
    "@types/uuid": "^9.0.5",
    "@typescript-eslint/eslint-plugin": "7.7.1",
    "cypress": "13.2.0",
    "eslint": "8.57.0",
    "eslint-config-next": "14.2.2",
    "eslint-config-prettier": "9.1.0",
    "eslint-plugin-prettier": "5.1.3",
    "istanbul-reports": "3.0.0",
    "jiti": "1.21.0",
    "nyc": "15.1.0",
    "nyc-report-lcov-absolute": "1.0.0",
    "prettier": "^3.1.1",
    "prettier-plugin-tailwindcss": "^0.5.10",
    "start-server-and-test": "1.14.0",
    "typescript": "5.4.5"
  },
  "packageManager": "yarn@4.1.1"
}