{
  "name": "@egjs/react-conveyer",
  "version": "1.8.1-alpha.0",
  "description": "React Conveyer adds Drag gestures to your Native Scroll.",
  "main": "dist/conveyer.cjs.js",
  "module": "dist/conveyer.esm.js",
  "types": "declaration/index.d.ts",
  "sideEffects": false,
  "license": "MIT",
  "keywords": [
    "react",
    "react-hook",
    "react-hooks",
    "react-use",
    "scroll",
    "reactive",
    "hooks",
    "conveyer",
    "image",
    "video",
    "list",
    "drag",
    "use"
  ],
  "files": [
    "./*",
    "declaration/*",
    "dist/*"
  ],
  "dependencies": {
    "@cfcs/react": "^0.1.0",
    "@egjs/conveyer": "~1.8.1-alpha.0"
  },
  "devDependencies": {
    "@egjs/build-helper": "^0.1.2",
    "@testing-library/jest-dom": "^5.11.4",
    "@testing-library/react": "^11.1.0",
    "@testing-library/user-event": "^12.1.10",
    "@types/jest": "^26.0.15",
    "@types/node": "^12.0.0",
    "@types/react": "^17.0.45",
    "@types/react-dom": "^17.0.2",
    "@vitejs/plugin-react": "^5.0.1",
    "babel-loader": "8.1.0",
    "print-sizes": "^0.1.0",
    "react": "^17.0.2",
    "react-dom": "^17.0.2",
    "react-scripts": "4.0.3",
    "terser": "^5.43.1",
    "typescript": "^4.1.2",
    "vite": "^7.1.3",
    "vite-plugin-dts": "^4.5.4"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/naver/egjs-conveyer"
  },
  "author": {
    "name": "NAVER Corp."
  },
  "eslintConfig": {
    "extends": [
      "react-app",
      "react-app/jest"
    ]
  },
  "browserslist": {
    "production": [
      ">0.2%",
      "not dead",
      "not op_mini all"
    ],
    "development": [
      "last 1 chrome version",
      "last 1 firefox version",
      "last 1 safari version"
    ]
  },
  "scripts": {
    "start": "SKIP_PREFLIGHT_CHECK=true react-scripts start",
    "build": "vite build && npm run declaration && print-sizes ./dist ",
    "declaration": "rm -rf declaration && tsc -p tsconfig.declaration.json"
  }
}