{
  "name": "@lystech/core",
  "version": "3.0.77",
  "description": "Lystech Core contains essentials for lystech apps",
  "license": "ISC",
  "author": "",
  "type": "module",
  "main": "dist/lystech-core-provider.umd.js",
  "module": "dist/lystech-core-provider.es.js",
  "types": "dist/index.d.ts",
  "publishConfig": {
    "access": "public"
  },
  "files": [
    "dist",
    "bin"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "build": "vite build",
    "dev": "vite --config vite.config.dev.ts",
    "demo": "vite --config vite.config.demo.ts",
    "preview": "vite preview --config vite.config.dev.ts",
    "deploy": "deploy.bat",
    "check-pwa": "node ./bin/check-pwa.cjs",
    "setup-github-action": "node ./bin/setup-github-action.cjs",
    "setup-auto-update-workflow": "node ./bin/setup-github-action.cjs",
    "postinstall": "node bin/postinstall.cjs",
    "trigger-workflow": "git add -A && (git diff-index --quiet HEAD || git commit -m \"Update changes\") && git pull --rebase && git commit --allow-empty -m \"Trigger GitHub workflow\" && git push"
  },
  "dependencies": {
    "@mantine/core": "^8.1.3",
    "@mantine/dates": "^8.1.3",
    "@paypal/react-paypal-js": "^8.8.3",
    "@phosphor-icons/react": "^2.1.10",
    "@react-oauth/google": "^0.12.1",
    "@tanstack/react-query": "^4.35.0",
    "antd": "^5.12.8",
    "axios": "^1.0.0",
    "firebase": "^9.9.4",
    "jwt-decode": "^4.0.0",
    "moment": "^2.30.1",
    "react-countup": "^6.5.3",
    "vite-plugin-dts": "^4.5.4"
  },
  "devDependencies": {
    "@types/moment": "^2.11.29",
    "@types/node": "^24.0.12",
    "@types/react": "^19.1.8",
    "@vitejs/plugin-react": "^4.6.0",
    "react": "^18.3.1",
    "react-dom": "^18.2.0",
    "sass-embedded": "^1.89.2",
    "typescript": "^5.8.3",
    "vite": "^5.4.19"
  },
  "peerDependencies": {
    "react": "^18.3.1",
    "react-dom": "^18.2.0",
    "react-router-dom": "^6.0.0"
  },
  "keywords": [
    "react",
    "provider",
    "context",
    "lystech",
    "vite"
  ],
  "bin": {
    "check-pwa": "bin/check-pwa.cjs",
    "lystech-attach": "bin/attach.cjs",
    "lystech-setup-github-action": "bin/setup-github-action.cjs",
    "lystech-auto-update-init": "bin/setup-github-action.cjs",
    "lystech-setup-registry": "bin/setup-registry.cjs",
    "lystechcorenpmpackage": "bin/setup-github-action.cjs"
  }
}
