{
  "name": "@x-edu/card",
  "version": "0.0.8",
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "files": [
    "dist",
    "es"
  ],
  "browser": {
    "crypto": false
  },
  "exports": {
    ".": {
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./Basic": {
      "import": [
        "./dist/Basic.mjs",
        "./dist/Basic/index.d.ts"
      ],
      "require": [
        "./dist/Basic.js",
        "./dist/Basic/index.d.ts"
      ]
    },
    "./Search": {
      "import": [
        "./dist/Search.mjs",
        "./dist/Search/index.d.ts"
      ],
      "require": [
        "./dist/Search.js",
        "./dist/Search/index.d.ts"
      ]
    },
    "./Channel": {
      "import": [
        "./dist/Channel.mjs",
        "./dist/Channel/index.d.ts"
      ],
      "require": [
        "./dist/Channel.js",
        "./dist/Channel/index.d.ts"
      ]
    },
    "./Fav": {
      "import": [
        "./dist/Fav.mjs",
        "./dist/Fav/index.d.ts"
      ],
      "require": [
        "./dist/Fav.js",
        "./dist/Fav/index.d.ts"
      ]
    },
    "./List": {
      "import": [
        "./dist/List.mjs",
        "./dist/List/index.d.ts"
      ],
      "require": [
        "./dist/List.js",
        "./dist/List/index.d.ts"
      ]
    },
    "./Footprint": {
      "import": [
        "./dist/Footprint.mjs",
        "./dist/Footprint/index.d.ts"
      ],
      "require": [
        "./dist/Footprint.js",
        "./dist/Footprint/index.d.ts"
      ]
    },
    "./Cover": {
      "import": [
        "./dist/Cover.mjs",
        "./dist/Cover/index.d.ts"
      ],
      "require": [
        "./dist/Cover.js",
        "./dist/Cover/index.d.ts"
      ]
    }
  },
  "scripts": {
    "dev": "vite",
    "build": "tsc && vite build",
    "build:profile": "vite build --profile",
    "preview": "vite preview",
    "lint:fix": "eslint src --fix",
    "test:coverage": "jest --coverage",
    "lint": "eslint ./src --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
    "clean": "rimraf dist node_modules",
    "release": "release-it",
    "beforepublish": "node ../../scripts/publish_backup.js",
    "prepublishOnly": "node ../../scripts/publish_backup.js",
    "afterpublish": "node ../../scripts/publish_recover.js",
    "postpublish": "node ../../scripts/publish_recover.js"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "husky": {
    "hooks": {
      "pre-commit": "lint-staged"
    }
  },
  "lint-staged": {
    "src/**/*.{js,jsx,ts,tsx}": [
      "eslint --fix",
      "git add"
    ]
  },
  "dependencies": {
    "@micro-zoe/micro-app": "^0.8.5",
    "@rollup/plugin-node-resolve": "^13.3.0",
    "@sdp.nd/fish": "^4.2.4",
    "@x-edu/functions": "*",
    "@x-edu/status": "*",
    "@x-edu/xhook": "*",
    "@x-edu/xcontext": "*",
    "@x-edu/ndr": "*",
    "classnames": "^2.5.1",
    "dayjs": "^1.11.11",
    "less": "^4.2.0"
  },
  "devDependencies": {
    "@x-edu/route": "workspace:^",
    "@babel/preset-react": "^7.24.1",
    "@testing-library/jest-dom": "^6.4.5",
    "@testing-library/react": "^15.0.7",
    "@testing-library/user-event": "^13.5.0",
    "@types/jest": "^29.5.1",
    "@types/node": "^18.15.13",
    "@types/react": "^18.2.5",
    "@types/react-dom": "^18.0.11",
    "@types/react-router-dom": "^5.3.3",
    "@vitejs/plugin-react": "^4.2.1",
    "babel-jest": "^29.7.0",
    "babel-plugin-import": "^1.13.8",
    "husky": "^7.0.4",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "lint-staged": "^7.3.0",
    "rollup-plugin-typescript2": "^0.36.0",
    "ts-jest": "^29.0.5",
    "vite": "^5.1.4",
    "react-router-dom": "^5.3.4",
    "vite-plugin-babel": "^1.2.0",
    "vite-plugin-dts": "^3.9.1",
    "vite-plugin-dynamic-import": "^1.5.0",
    "vite-plugin-eslint": "^1.8.1",
    "vite-plugin-externalize-deps": "^0.8.0",
    "vite-plugin-imp": "^2.1.3",
    "vite-plugin-inspect": "^0.8.4",
    "vite-plugin-lib-inject-css": "^1.2.1"
  },
  "peerDependencies": {
    "react": ">=17.0.2",
    "react-dom": ">=17.0.2"
  }
}