@omicrxn/mercury
Version:
Mercury is a Svelte animation library powered by Motion. It simplifies complex animations with Svelte actions, provides layout and exit animations, and integrates seamlessly with Svelte features.
89 lines (88 loc) • 2.36 kB
JSON
{
"name": "@omicrxn/mercury",
"version": "0.6.0",
"description": "Mercury is a Svelte animation library powered by Motion. It simplifies complex animations with Svelte actions, provides layout and exit animations, and integrates seamlessly with Svelte features.",
"license": "MIT",
"keywords": [
"svelte",
"animation",
"motion",
"layout-animations",
"framer-motion",
"exit-animations",
"svelte-action",
"svelte-animations"
],
"repository": {
"type": "git",
"url": "git+https://github.com/Omicrxn/mercury.git"
},
"author": "Alejandro Avila (Omicrxn)",
"scripts": {
"dev": "vite dev",
"build": "vite build && npm run package",
"preview": "vite preview",
"package": "svelte-kit sync && svelte-package && publint",
"prepublishOnly": "npm run package",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "npx oxlint@latest && prettier --check .",
"format": "prettier --write ."
},
"files": [
"dist",
"!dist/**/*.test.*",
"!dist/**/*.spec.*"
],
"sideEffects": [
"**/*.css"
],
"svelte": "./dist/index.js",
"types": "./dist/index.d.ts",
"type": "module",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"svelte": "./dist/index.js",
"default": "./dist/index.js"
}
},
"peerDependencies": {
"svelte": "^5.0.0"
},
"devDependencies": {
"@lucide/svelte": "^1.17.0",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "^2.65.0",
"@sveltejs/package": "^2.5.8",
"@sveltejs/vite-plugin-svelte": "^7.1.2",
"@tailwindcss/vite": "^4.3.0",
"@tailwindcss/typography": "^0.5.20",
"@types/eslint": "^9.6.1",
"@types/node": "^25.9.3",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.19.0",
"globals": "^17.6.0",
"oxlint": "^1.69.0",
"prettier": "^3.8.4",
"prettier-plugin-svelte": "^4.1.0",
"publint": "^0.3.21",
"svelte": "^5.56.3",
"svelte-check": "^4.6.0",
"tailwind-variants": "^3.2.2",
"tailwindcss": "^4.3.0",
"typescript": "^6.0.3",
"typescript-eslint": "^8.61.0",
"vite": "8.0.16",
"vite-plugin-oxlint": "^2.1.2"
},
"dependencies": {
"@use-gesture/vanilla": "^10.3.1",
"animejs": "^4.4.1",
"motion": "^12.40.0",
"runed": "^0.37.1"
}
}