{
  "name": "sharee",
  "private": false,
  "version": "1.1.24",
  "browser": "./dist/sharee.min.js",
  "main": "./dist/build.js",
  "module": "./dist/build.js",
  "types": "./src/lib/main.d.ts",
  "type": "module",
  "scripts": {
    "dev": "vite",
    "build": "vue-tsc --noEmit && vite build && npm run build-bundle",
    "build-bundle": "vue-tsc --noEmit && vite build --config vite.bundle.config.js",
    "preview": "vite preview"
  },
  "exports": {
    "./dist/style/style.css": "./dist/style/style.css",
    "./dist/style/style-dropdown.css": "./dist/style/style-dropdown.css",
    "./dist/style/style-fixed.css": "./dist/style/style-fixed.css",
    "./dist/style/style-hover.css": "./dist/style/style-hover.css",
    "./dist/style/style-modal.css": "./dist/style/style-modal.css",
    "./dist/style/style-normal.css": "./dist/style/style-normal.css",
    "./dist/style/style-text.css": "./dist/style/style-text.css",
    ".": "./dist/sharee.js",
    "./vue": "./dist/sharee-vue.js",
    "./react": "./dist/sharee-react.js",
    "./styles": "./dist/style.css"
  },
  "devDependencies": {
    "@types/lodash.merge": "^4.6.9",
    "@types/react": "^19.0.12",
    "@types/react-dom": "^19.0.4",
    "@vitejs/plugin-react": "^4.3.4",
    "@vitejs/plugin-vue": "^5.2.3",
    "react": "^19.1.0",
    "react-dom": "^19.1.0",
    "typescript": "^4.6.4",
    "vite": "^6.2.3",
    "vue": "^3.2.39",
    "vue-tsc": "^0.40.13"
  },
  "dependencies": {
    "lodash.merge": "^4.6.2",
    "ripple-effects": "^1.0.2",
    "vite-plugin-css-injected-by-js": "^3.5.2",
    "vite-plugin-static-copy": "^2.3.0"
  },
  "description": "Easy social media sharing",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/parsagholipour/sharee-js.git"
  },
  "keywords": [
    "sharee",
    "sharee",
    "js",
    "share",
    "social",
    "media",
    "vue",
    "share",
    "react",
    "share",
    "share",
    "js"
  ],
  "author": "Parsa Gholipour",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/parsagholipour/sharee-js/issues"
  },
  "peerDependencies": {
    "@mui/material": "*",
    "react": ">=16.3.0",
    "react-dom": ">=16.3.0"
  },
  "homepage": "https://github.com/parsagholipour/sharee-js#readme"
}
