{
	"name": "@unseenco/taxi",
	"description": "A modern page transition library which supports routing, preloading, and additional script reloading.",
	"version": "1.2.2",
	"license": "GPL-3.0-or-later",
	"source": "src/taxi.js",
	"main": "src/taxi.js",
	"umd:main": "./dist/taxi.umd.js",
	"publishConfig": {
		"source": "src/taxi.js",
		"main": "dist/taxi.js"
	},
	"repository": {
		"type": "git",
		"url": "git+https://github.com/craftedbygc/taxi.git"
	},
	"bugs": {
		"url": "https://github.com/craftedbygc/taxi/issues"
	},
	"homepage": "https://github.com/craftedbygc/taxi#readme",
	"contributors": [
		{
			"name": "Jake Whiteley",
			"email": "jake@craftedbygc.com"
		}
	],
	"dependencies": {
		"@unseenco/e": "^2.2.1"
	},
	"devDependencies": {
		"@11ty/eleventy": "^1.0.1",
		"@tailwindcss/typography": "^0.5.3",
		"@types/estree": "^1.0.0",
		"babel-plugin-prismjs": "^2.1.0",
		"browser-sync": "^2.27.7",
		"browser-sync-webpack-plugin": "^2.3.0",
		"cross-env": "^7.0.3",
		"gsap": "^3.10.2",
		"html-minifier": "^4.0.0",
		"laravel-mix": "^6.0.41",
		"markdown-it-anchor": "^8.6.4",
		"microbundle": "^0.14.2",
		"mix-tailwindcss": "^1.3.0",
		"npm-run-all": "^4.1.5",
		"prismjs": "^1.28.0",
		"resolve-url-loader": "^5.0.0",
		"sass": "^1.53.0",
		"sass-loader": "^12.1.0",
		"tailwindcss": "^3.1.5",
		"typescript": "^4.5.5"
	},
	"scripts": {
		"build": "microbundle",
		"ts": "tsc",
		"start": "npm-run-all -p dev:*",
		"dev:eleventy": "eleventy --serve --quiet",
		"dev:mix": "mix watch",
		"docs": "npm-run-all -p docs:*",
		"docs:eleventy": "cross-env ENVIRONMENT=prod eleventy",
		"docs:mix": "mix --production"
	}
}
