UNPKG

@barba/core

Version:

Create badass, fluid and smooth transition between your website's pages

54 lines (53 loc) 1.43 kB
{ "name": "@barba/core", "version": "2.4.0", "description": "Create badass, fluid and smooth transition between your website's pages", "publishConfig": { "access": "public" }, "main": "dist/barba.js", "umd:main": "dist/barba.umd.js", "browser": "dist/barba.umd.js", "unpkg": "dist/barba.umd.js", "module": "dist/barba.mjs", "source": "src/index.ts", "types": "dist/core/src/index.d.ts", "mangle": { "regex": "^_" }, "files": [ "dist" ], "keywords": [ "page", "transition", "animation", "css", "router", "prefetch" ], "homepage": "https://github.com/barbajs/barba#readme", "bugs": { "url": "https://github.com/barbajs/barba/issues" }, "license": "MIT", "repository": { "type": "git", "url": "git+ssh://git@github.com/barbajs/barba.git" }, "scripts": { "build": "microbundle --name barba --external none", "build:watch": "microbundle watch --name barba --external none", "clear": "rimraf dist", "lint": "tslint src/**", "precommit": "lint-staged", "release:next": "npm dist-tag add @barba/core@$npm_package_version next", "report": "source-map-explorer --html ./dist/barba.umd.js > report.html", "size": "echo '📦 router' && gzip-size ./dist/barba.umd.js" }, "dependencies": { "path-to-regexp": "^3.0.0", "run-async": "^2.3.0" }, "gitHead": "141fb789d055b9f8c04b7345f6fe9466f6bf1cba" }