{
  "name": "@abyss-project/commons-front-core",
  "version": "2.0.8",
  "description": "Front Core package of AbyssProject",
  "main": "dist/index.js",
  "module": "./dist/index.js",
  "types": "dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./cookie-consent": {
      "import": "./dist/cookie-consent.js",
      "types": "./dist/cookie-consent.d.ts"
    }
  },
  "typesVersions": {
    "*": {
      "cookie-consent": [
        "./dist/cookie-consent.d.ts"
      ]
    }
  },
  "type": "module",
  "repository": {
    "type": "git",
    "url": "https://gitlab.com/abyss-group"
  },
  "keywords": [],
  "author": "scylla",
  "license": "ISC",
  "bugs": {
    "url": "https://gitlab.com/abyss-group"
  },
  "homepage": "https://gitlab.com/abyss-group",
  "peerDependencies": {
    "@emotion/react": "^11.7.1",
    "@emotion/styled": "^11.6.0",
    "@mui/icons-material": "^6.0.0",
    "@mui/lab": "^6.0.1-beta.35",
    "@mui/material": "^7.1.1",
    "@mui/utils": "^7.1.1",
    "@mui/x-data-grid": "^8.5.3",
    "@mui/x-date-pickers": "^6.20.2",
    "@tanstack/react-query": "^5.0.0",
    "@dnd-kit/core": "^6.0.0",
    "@dnd-kit/sortable": "^9.0.0",
    "@dnd-kit/utilities": "^3.0.0",
    "react": "^17.0.0 || ^18.0.0",
    "react-dom": "^17.0.0 || ^18.0.0",
    "react-is": "^18.0.0 || ^19.0.0",
    "react-intl": "^6.2.5",
    "react-router-dom": "^6.15.0",
    "zustand": "^5.0.0",
    "@abyss-project/main": "1.9.0"
  },
  "dependencies": {
    "@abyss-project/banking": "^1.1.0",
    "@abyss-project/cloud": "^2.0.1",
    "@abyss-project/crypt": "^1.0.9",
    "@abyss-project/form": "^1.0.13",
    "@abyss-project/memories": "^1.0.12",
    "@abyss-project/monitor": "^1.0.79",
    "@abyss-project/spotlight": "^1.0.24",
    "@abyss-project/storage": "^1.0.30",
    "@capacitor/clipboard": "^7.0.1",
    "@capacitor/core": "^7.4.0",
    "@capacitor/share": "^7.0.1",
    "@milkdown/core": "^7.15.3",
    "@milkdown/crepe": "^7.15.3",
    "@milkdown/plugin-listener": "^7.15.3",
    "@milkdown/react": "^7.15.3",
    "@milkdown/utils": "^7.15.3",
    "@nivo/bar": "^0.88.0",
    "@nivo/core": "^0.88.0",
    "@nivo/line": "^0.88.0",
    "@nivo/pie": "^0.88.0",
    "@tanstack/react-table": "^8.21.3",
    "axios": "^1.6.0",
    "axios-retry": "^4.5.0",
    "byte-size": "^8.1.0",
    "date-fns": "^2.29.3",
    "eventsource": "^4.0.0",
    "flat": "^5.0.2",
    "formik": "^2.4.6",
    "lodash": "^4.17.21",
    "qrcode": "^1.5.3",
    "react-dropzone": "^14.3.8",
    "react-error-boundary": "^6.1.1",
    "react-router-dom": "^6.15.0",
    "react-toastify": "^8.0.2",
    "use-debounce": "^10.0.5",
    "uuid": "^9.0.0",
    "pdf-lib": "^1.17.1",
    "pdfjs-dist": "^4.10.38",
    "yup": "^0.32.11",
    "@abyss-project/main": "1.9.0"
  },
  "devDependencies": {
    "@types/byte-size": "^8.1.0",
    "@types/flat": "^5.0.5",
    "@types/lodash": "^4.14.177",
    "@types/node": "^20.11.0",
    "@types/qrcode": "^1.5.5",
    "@types/react": "^18.3.28",
    "@types/react-animate-on-scroll": "^2.1.8",
    "@types/react-dom": "^18.3.5",
    "@types/uuid": "^9.0.0",
    "@typescript-eslint/eslint-plugin": "6.21.0",
    "@typescript-eslint/parser": "7.3.1",
    "@vitejs/plugin-react": "^4.2.0",
    "eslint": "^7.28.0",
    "eslint-config-prettier": "^8.3.0",
    "eslint-config-standard": "^16.0.3",
    "eslint-plugin-filenames-simple": "^0.7.0",
    "eslint-plugin-import": "^2.23.4",
    "eslint-plugin-node": "^11.1.0",
    "eslint-plugin-prettier": "^3.4.0",
    "eslint-plugin-react": "^7.37.5",
    "prettier": "^2.5.1",
    "tsc-watch": "^4.6.2",
    "typescript": "5.4.2",
    "vite": "^6.3.5",
    "@vitest/coverage-v8": "^2.0.0",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^2.0.0"
  },
  "scripts": {
    "lint": "eslint \"{src,apps,libs,test,core}/**/*.{ts,tsx}\" --fix",
    "lint:check": "eslint \"{src,apps,libs,test,core}/**/*.{ts,tsx}\" --max-warnings 0",
    "tsc": "tsc",
    "build": "vite build",
    "dev": "vite build --watch",
    "test": "vitest run --config vitest.config.ts",
    "test:watch": "vitest --config vitest.config.ts"
  }
}