{
  "name": "decentraland-dapps",
  "version": "29.1.0",
  "description": "Common modules for Decentraland dApps",
  "main": "dist/index.js",
  "module": "dist/index.js",
  "type": "module",
  "sideEffects": [
    "./dist/modules/analytics/snippet.js"
  ],
  "files": [
    "dist"
  ],
  "scripts": {
    "build": "tsc --project tsconfig.json",
    "format": "prettier --write '**/*.{ts,tsx,js,jsx,json,md,css}'",
    "lint": "eslint . --ext .ts,.tsx",
    "lint:fix": "eslint . --ext .ts,.tsx --fix",
    "lint:pkg": "npmPkgJsonLint .",
    "test": "jest",
    "test:coverage": "jest --collectCoverage",
    "test:watch": "jest --watch",
    "commitmsg": "validate-commit-msg"
  },
  "dependencies": {
    "@0xsequence/multicall": "0.25.1",
    "@0xsequence/relayer": "0.25.1",
    "@dcl/single-sign-on-client": "^0.1.0",
    "@transak/transak-sdk": "4.0.0",
    "@wert-io/widget-initializer": "6.8.0",
    "date-fns": "1.30.1",
    "dcl-catalyst-client": "^22.0.0",
    "decentraland-crypto-fetch": "^2.0.1",
    "decentraland-transactions": "^3.0.2",
    "events": "3.3.0",
    "eventsource": "3.0.7",
    "flat": "5.0.2",
    "isbot": "5.1.32",
    "pusher-js": "8.0.1",
    "redux-persistence": "1.2.0",
    "redux-persistence-engine-localstorage": "1.0.0",
    "redux-storage-decorator-filter": "1.1.8",
    "typesafe-actions": "2.2.0",
    "uuid": "9.0.1"
  },
  "peerDependencies": {
    "@dcl/crypto": "^3.3.1",
    "@dcl/schemas": "^26.0.0",
    "@dcl/ui-env": "^2.0.0",
    "decentraland-connect": "^12.0.0",
    "decentraland-ui": "^7.1.0",
    "decentraland-ui2": "^3.0.0",
    "ethers": "^5.7.2",
    "history": "^4.10.1",
    "react": "^18.0.0",
    "react-intl": "^6.5.0",
    "react-redux": "^7.2.4 || ^8.0.0",
    "react-router": "^5.3.4",
    "redux": "^4.1.0",
    "redux-saga": "^1.1.3"
  },
  "devDependencies": {
    "@dcl/crypto": "^3.7.0",
    "@dcl/eslint-config": "^3.1.0",
    "@dcl/schemas": "^26.0.0",
    "@dcl/ui-env": "^2.0.0",
    "@swc/core": "1.10.7",
    "@swc/jest": "0.2.37",
    "@testing-library/jest-dom": "5.16.5",
    "@testing-library/react": "14.3.1",
    "@testing-library/user-event": "12.8.3",
    "@types/flat": "0.0.28",
    "@types/history": "4.7.11",
    "@types/isomorphic-fetch": "0.0.36",
    "@types/jest": "29.5.11",
    "@types/node": "16.7.1",
    "@types/ramda": "0.27.44",
    "@types/react": "18.3.27",
    "@types/react-redux": "7.1.18",
    "@types/react-router": "5.1.20",
    "@types/redux-storage-engine-localstorage": "1.1.1",
    "@types/segment-analytics": "0.0.38",
    "@types/uuid": "9.0.5",
    "@types/ws": "8.5.3",
    "@typescript-eslint/eslint-plugin": "8.52.0",
    "@typescript-eslint/parser": "8.52.0",
    "decentraland-connect": "^12.0.0",
    "decentraland-ui": "^7.1.0",
    "decentraland-ui2": "^3.7.0",
    "eslint": "9.39.2",
    "eslint-config-prettier": "10.1.8",
    "eslint-import-resolver-typescript": "4.4.4",
    "eslint-plugin-autofix": "2.2.0",
    "eslint-plugin-import": "2.32.0",
    "eslint-plugin-prettier": "5.5.5",
    "eslint-plugin-react": "7.37.5",
    "eslint-plugin-react-hooks": "5.2.0",
    "ethers": "5.7.2",
    "history": "4.10.1",
    "husky": "0.14.3",
    "identity-obj-proxy": "3.0.0",
    "isomorphic-fetch": "3.0.0",
    "jest": "29.7.0",
    "jest-environment-jsdom": "29.7.0",
    "nock": "14.0.15",
    "npm-package-json-lint": "9.1.0",
    "prettier": "3.8.0",
    "ramda": "0.27.1",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "react-intl": "6.5.0",
    "react-redux": "8.1.3",
    "react-router": "5.3.4",
    "redux": "4.1.0",
    "redux-saga": "1.1.3",
    "redux-saga-test-plan": "4.0.5",
    "rimraf": "2.7.1",
    "ts-node": "10.1.0",
    "typescript": "5.9.3",
    "validate-commit-message": "3.2.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/decentraland/decentraland-dapps.git"
  },
  "engines": {
    "node": ">=20.0.0",
    "npm": ">=10.0.0"
  },
  "publishConfig": {
    "provenance": true
  },
  "commit": "ca6c237258f83b6e9befbd941a13e9f7e8e663d3"
}
