{
  "name": "scrollflow",
  "version": "1.3.0",
  "main": "dist/scrollflow.umd.js",
  "module": "dist/scrollflow.es.js",
  "types": "dist/types/index.d.ts",
  "files": [
    "dist"
  ],
  "scripts": {
    "dev": "vite",
    "build": "vite build",
    "prepare": "npm run build",
    "serve": "vite preview"
  },
  "devDependencies": {
    "@babel/core": "^7.25.2",
    "@babel/preset-env": "^7.25.3",
    "@babel/preset-typescript": "^7.24.7",
    "@rollup/plugin-babel": "^6.0.4",
    "@types/node": "^22.1.0",
    "@vitejs/plugin-vue": "^5.1.2",
    "babel-loader": "^9.1.3",
    "typescript": "^4.9.5",
    "vite": "^5.3.5"
  },
  "description": "JavaScript library for scroll effects that allows controlling the flow of the page navigation, overlaying the sections based on scrolling.",
  "directories": {
    "example": "examples"
  },
  "dependencies": {
    "acorn": "^8.12.1",
    "acorn-import-attributes": "^1.9.5",
    "ajv": "^8.17.1",
    "ajv-formats": "^2.1.1",
    "ajv-keywords": "^5.1.0",
    "ansi-styles": "^3.2.1",
    "babel-plugin-polyfill-corejs2": "^0.4.11",
    "babel-plugin-polyfill-corejs3": "^0.10.4",
    "babel-plugin-polyfill-regenerator": "^0.6.2",
    "browserslist": "^4.23.3",
    "buffer-from": "^1.1.2",
    "caniuse-lite": "^1.0.30001647",
    "chalk": "^2.4.2",
    "chrome-trace-event": "^1.0.4",
    "color-convert": "^1.9.3",
    "color-name": "^1.1.3",
    "commander": "^2.20.3",
    "common-path-prefix": "^3.0.0",
    "convert-source-map": "^2.0.0",
    "core-js-compat": "^3.37.1",
    "csstype": "^3.1.3",
    "debug": "^4.3.6",
    "electron-to-chromium": "^1.5.4",
    "enhanced-resolve": "^5.17.1",
    "entities": "^4.5.0",
    "es-module-lexer": "^1.5.4",
    "esbuild": "^0.21.5",
    "escalade": "^3.1.2",
    "escape-string-regexp": "^1.0.5",
    "eslint-scope": "^5.1.1",
    "esrecurse": "^4.3.0",
    "estraverse": "^4.3.0",
    "estree-walker": "^2.0.2",
    "esutils": "^2.0.3",
    "events": "^3.3.0",
    "fast-deep-equal": "^3.1.3",
    "fast-json-stable-stringify": "^2.1.0",
    "fast-uri": "^3.0.1",
    "find-cache-dir": "^4.0.0",
    "find-up": "^6.3.0",
    "function-bind": "^1.1.2",
    "gensync": "^1.0.0-beta.2",
    "glob-to-regexp": "^0.4.1",
    "globals": "^11.12.0",
    "graceful-fs": "^4.2.11",
    "has-flag": "^3.0.0",
    "hasown": "^2.0.2",
    "is-core-module": "^2.15.0",
    "jest-worker": "^27.5.1",
    "js-tokens": "^4.0.0",
    "jsesc": "^2.5.2",
    "json-parse-even-better-errors": "^2.3.1",
    "json-schema-traverse": "^1.0.0",
    "json5": "^2.2.3",
    "loader-runner": "^4.3.0",
    "locate-path": "^7.2.0",
    "lodash.debounce": "^4.0.8",
    "lru-cache": "^5.1.1",
    "magic-string": "^0.30.11",
    "merge-stream": "^2.0.0",
    "mime-db": "^1.52.0",
    "mime-types": "^2.1.35",
    "ms": "^2.1.2",
    "nanoid": "^3.3.7",
    "neo-async": "^2.6.2",
    "node-releases": "^2.0.18",
    "p-limit": "^4.0.0",
    "p-locate": "^6.0.0",
    "path-exists": "^5.0.0",
    "path-parse": "^1.0.7",
    "picocolors": "^1.0.1",
    "picomatch": "^2.3.1",
    "pkg-dir": "^7.0.0",
    "postcss": "^8.4.40",
    "punycode": "^2.3.1",
    "randombytes": "^2.1.0",
    "regenerate": "^1.4.2",
    "regenerate-unicode-properties": "^10.1.1",
    "regenerator-runtime": "^0.14.1",
    "regenerator-transform": "^0.15.2",
    "regexpu-core": "^5.3.2",
    "regjsparser": "^0.9.1",
    "require-from-string": "^2.0.2",
    "resolve": "^1.22.8",
    "rollup": "^4.20.0",
    "safe-buffer": "^5.2.1",
    "schema-utils": "^4.2.0",
    "semver": "^6.3.1",
    "serialize-javascript": "^6.0.2",
    "source-map": "^0.6.1",
    "source-map-js": "^1.2.0",
    "source-map-support": "^0.5.21",
    "supports-color": "^5.5.0",
    "supports-preserve-symlinks-flag": "^1.0.0",
    "tapable": "^2.2.1",
    "terser": "^5.31.3",
    "terser-webpack-plugin": "^5.3.10",
    "to-fast-properties": "^2.0.0",
    "undici-types": "^6.13.0",
    "unicode-canonical-property-names-ecmascript": "^2.0.0",
    "unicode-match-property-ecmascript": "^2.0.0",
    "unicode-match-property-value-ecmascript": "^2.1.0",
    "unicode-property-aliases-ecmascript": "^2.1.0",
    "update-browserslist-db": "^1.1.0",
    "uri-js": "^4.4.1",
    "vue": "^3.4.35",
    "watchpack": "^2.4.1",
    "webpack": "^5.93.0",
    "webpack-sources": "^3.2.3",
    "yallist": "^3.1.1",
    "yocto-queue": "^1.1.1"
  },
  "keywords": [],
  "author": "Mathe. Creative",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/mathe-creative/ScrollFlow.Js.git"
  },
  "bugs": {
    "url": "https://github.com/mathe-creative/ScrollFlow.Js/issues"
  },
  "homepage": "https://github.com/mathe-creative/ScrollFlow.Js#readme"
}
