{
  "name": "@lidick/mt-react-view",
  "version": "3.0.9",
  "description": "A React component library",
  "keywords": [
    "react",
    "react-view",
    "component",
    "library",
    "component library",
    "mt-view",
    "mt-react-view",
    "mt",
    "minitool",
    "view",
    "component library",
    "ui framework",
    "ui"
  ],
  "private": false,
  "type": "module",
  "main": "./dist/es/index.js",
  "module": "./dist/es/index.js",
  "browser": "./dist/index.umd.min.js",
  "style": "./dist/style/index.css",
  "types": "./dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "exports": {
    ".": {
      "types": "./dist/types/index.d.ts",
      "import": "./dist/es/index.js",
      "require": "./dist/index.cjs.js",
      "style": "./dist/style/index.css"
    },
    "./dist/style/index.css": "./dist/style/index.css",
    "./dist/es/*": "./dist/es/*"
  },
  "sideEffects": [
    "**/*.css",
    "**/*.scss",
    "**/*.module.scss",
    "dist/style/index.css",
    "src/utils/eventBus.ts"
  ],
  "author": {
    "name": "dickli",
    "email": "dick.li@minitool.com"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org/"
  },
  "license": "MIT",
  "scripts": {
    "dev": "cross-env NODE_ENV=production vite",
    "build": "cross-env NODE_ENV=production run-p build:es && cross-env NODE_ENV=production run-p build:dynamic",
    "build:dev": "cross-env NODE_ENV=development run-p build:es && cross-env NODE_ENV=development run-p build:dynamic",
    "build:es": "vite build",
    "build:dynamic": "vite build --config vite.config.dy.ts",
    "lint": "eslint src --ext .ts,.tsx"
  },
  "peerDependencies": {
    "react": "^18.0.0 || ^19.0.0",
    "react-dom": "^18.0.0 || ^19.0.0"
  },
  "devDependencies": {
    "@babel/preset-react": "^7.28.5",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@rollup/plugin-typescript": "^12.3.0",
    "@types/csso": "^5.0.4",
    "@types/node": "^22.19.15",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^4.7.0",
    "axios": "1.11.0",
    "cross-env": "^7.0.3",
    "csso": "^5.0.5",
    "npm-run-all2": "^7.0.2",
    "react": "^18.3.1",
    "react-dom": "^18.3.1",
    "rollup-plugin-scss": "^4.0.1",
    "rollup-plugin-terser": "^7.0.2",
    "sass": "^1.98.0",
    "tslib": "^2.8.1",
    "typescript": "^5.9.3",
    "vite": "6.3.4",
    "vite-plugin-lib-inject-css": "^2.2.2",
    "vite-plugin-sass": "^0.1.0"
  },
  "dependencies": {
    "swiper": "^12.1.4",
    "@popperjs/core": "^2.11.8",
    "@fingerprintjs/fingerprintjs": "^4.6.2",
    "@types/react-transition-group": "^4.4.12",
    "react-transition-group": "^4.4.5",
    "@types/lodash": "^4.17.24",
    "lodash": "^4.17.23",
    "@types/crypto-js": "^4.2.2",
    "js-base64": "^3.7.8",
    "crypto-js": "^4.2.0"
  }
}
