{
  "name": "@acrool/react-modal",
  "version": "1.0.3",
  "description": "Modal library based for Reactjs",
  "keywords": [
    "acrool",
    "react",
    "typescript",
    "modal",
    "portal"
  ],
  "author": "info@acrool.com",
  "private": false,
  "type": "module",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/acrool/acrool-react-modal.git"
  },
  "module": "./dist/acrool-react-modal.es.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "browser": "./dist/acrool-react-modal.es.js",
      "import": "./dist/acrool-react-modal.es.js"
    },
    "./dist/index.css": "./dist/style.css"
  },
  "files": [
    "dist"
  ],
  "engines": {
    "node": ">=14"
  },
  "scripts": {
    "dev": "NODE_ENV=development vite build -w",
    "build:claer": "rm -rf ./dist",
    "prepublishOnly": "run-s build",
    "build": "run-s build:claer && tsc && vite build",
    "preview": "vite preview",
    "lint:fix": "eslint ./src --fix",
    "cz": "git-cz",
    "test": "jest",
    "gitlog": "git log --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cblueby %an %Cgreen(%cr)%Creset'",
    "release": "standard-version --release-as",
    "release:major": "standard-version -r major",
    "release:minor": "standard-version -r minor",
    "release:patch": "standard-version -r patch",
    "release:alpha": "standard-version --prerelease alpha"
  },
  "peerDependencies": {
    "react": "^18.x",
    "react-dom": "^18.x",
    "framer-motion": "^11.x"
  },
  "dependencies": {
    "@acrool/react-portal": "^1.0.3",
    "@acrool/js-logger": "^1.0.23",
    "clsx": "^2.1.1",
    "ulid": "^2.3.0"
  },
  "devDependencies": {
    "@types/jest": "^29.5.0",
    "@types/node": "^18.15.11",
    "@types/react": "^18.0.28",
    "@types/react-dom": "^18.0.11",
    "@vitejs/plugin-react-swc": "^3.0.0",
    "cz-git": "^1.6.1",
    "eslint": "^8.37.0",
    "framer-motion": "^11.x",
    "eslint-config-react-app": "^7.0.1",
    "eslint-plugin-simple-import-sort": "^10.0.0",
    "jest": "^29.5.0",
    "jest-environment-jsdom": "^29.5.0",
    "npm-run-all": "^4.1.5",
    "react": "^18.x",
    "react-dom": "^18.x",
    "rollup-plugin-visualizer": "^5.9.0",
    "sass": "^1.77.1",
    "standard-version": "^9.5.0",
    "ts-jest": "^29.1.0",
    "typescript": "^4.9.3",
    "vite": "^4.2.0",
    "vite-plugin-dts": "^2.1.0",
    "vite-plugin-eslint": "^1.8.1",
    "vite-plugin-svgr": "^4.2.0"
  },
  "config": {
    "commitizen": {
      "path": "node_modules/cz-git"
    }
  }
}
