{
  "name": "@env-hopper/frontend-core",
  "version": "2.0.1-alpha",
  "description": "Frontend core library for Env Hopper",
  "homepage": "https://github.com/lislon/env-hopper",
  "repository": {
    "type": "git",
    "url": "https://github.com/lislon/env-hopper.git",
    "directory": "packages/frontend-core"
  },
  "license": "MIT",
  "author": "Igor Golovin",
  "sideEffects": false,
  "type": "module",
  "exports": {
    ".": {
      "my-custom-condition": "./src/index.tsx",
      "import": {
        "types": "./dist/esm/index.d.ts",
        "default": "./dist/esm/index.js"
      }
    },
    "./package.json": "./package.json"
  },
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "files": [
    "dist",
    "src"
  ],
  "dependencies": {
    "@radix-ui/react-collapsible": "^1.1.11",
    "@radix-ui/react-dialog": "^1.1.14",
    "@radix-ui/react-dropdown-menu": "^2.1.15",
    "@radix-ui/react-popover": "^1.1.14",
    "@radix-ui/react-scroll-area": "^1.2.9",
    "@radix-ui/react-separator": "^1.1.7",
    "@radix-ui/react-slot": "^1.2.3",
    "@radix-ui/react-tabs": "^1.1.12",
    "@tanstack/query-sync-storage-persister": "^5.80.6",
    "@tanstack/react-query": "^5.80.3",
    "@tanstack/react-router": "^1.131.27",
    "@tanstack/react-virtual": "^3.13.0",
    "@testing-library/jest-dom": "^6.5.0",
    "@trpc/client": "^11.4.2",
    "@trpc/server": "^11.4.2",
    "@trpc/tanstack-react-query": "^11.4.2",
    "autoprefixer": "^10.4.21",
    "autosuggest-highlight": "^3.3.4",
    "class-variance-authority": "^0.7.1",
    "classnames": "^2.5.1",
    "clsx": "^2.1.1",
    "dexie": "^4.0.11",
    "dexie-react-hooks": "^1.1.7",
    "downshift": "^9.0.6",
    "flexsearch": "^0.8.204",
    "framer-motion": "^12.23.0",
    "http-errors": "^2.0.0",
    "lucide-react": "^0.523.0",
    "next-themes": "^0.4.6",
    "postcss": "^8.5.3",
    "radashi": "12.5.0-beta.6d5c035",
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "react-error-boundary": "^6.0.0",
    "react-idle-timer": "^5.7.2",
    "react-router-dom": "7.0.2",
    "slate": "^0.117.0",
    "slate-react": "^0.117.1",
    "sleep-promise": "^9.1.0",
    "tailwind-merge": "^3.3.1",
    "tailwindcss": "^4.1.7",
    "tslib": "^2.3.0"
  },
  "devDependencies": {
    "@tailwindcss/vite": "^4.0.5",
    "@tanstack/react-router-devtools": "1.131.27",
    "@tanstack/router-plugin": "1.131.27",
    "@testing-library/react": "^16.2.0",
    "@types/react": "^19.0.8",
    "@types/react-dom": "^19.1.6",
    "@vitejs/plugin-react": "^4.3.4",
    "@vitest/ui": "3.2.2",
    "eslint-plugin-react-hooks": "^5.2.0",
    "tsc-alias": "^1.8.16",
    "tw-animate-css": "^1.3.5",
    "vite": "^6.3.5",
    "vite-plugin-pwa": "^1.0.0",
    "vite-plugin-svgr": "^4.2.0",
    "vitest": "3.2.2",
    "@env-hopper/backend-core": "2.0.1-alpha",
    "@env-hopper/shared-core": "2.0.1-alpha"
  },
  "peerDependencies": {
    "react": "19.1.0",
    "react-dom": "19.1.0",
    "tailwindcss": "^4.1.7",
    "vite": "^6.3.5",
    "vite-plugin-svgr": "^4.2.0"
  },
  "scripts": {
    "build": "vite build",
    "clean": "premove ./dist ./coverage ./dist-ts",
    "compile": "tsc --build && tsc-alias",
    "dev": "vite",
    "test:eslint": "eslint ./src",
    "test:unit": "vitest",
    "test:unit:dev": "pnpm run test:unit --watch"
  }
}