{
  "name": "svelte-motion",
  "version": "0.12.2",
  "description": "Svelte animation library based on the React library framer-motion.",
  "main": "src/index.js",
  "scripts": {
    "test": "vitest --typecheck.only",
    "build": "rollup -c",
    "build:svelte": "svelte-package --input ./src && publint --strict"
  },
  "author": "Michael Lucht <micha-lmxt@gradientdescent.de> (https://svelte-motion.gradientdescent.de)",
  "license": "MIT",
  "dependencies": {
    "@types/react": "^18.2.42",
    "framesync": "^6.1.2",
    "popmotion": "^11.0.5",
    "style-value-types": "5.1.2",
    "tslib": "^2.6.2"
  },
  "devDependencies": {
    "@emotion/is-prop-valid": "^1.2.1",
    "@rollup/plugin-node-resolve": "^15.2.3",
    "@rollup/plugin-replace": "^5.0.5",
    "@sveltejs/vite-plugin-svelte": "^3.0.1",
    "@tsconfig/svelte": "^5.0.2",
    "rollup": "^4.9.2",
    "rollup-plugin-css-porter": "^1.0.2",
    "rollup-plugin-svelte": "^7.1.6",
    "svelte": "^5.0.0-next.37",
    "svelte-preprocess": "^5.1.1",
    "tsc": "2.0.4",
    "typescript": "5.3.3",
    "vite": "^5.0.12",
    "vitest": "1.1.1",
    "publint": "^0.2.7"
  },
  "peerDependencies": {
    "svelte": ">=3.35.0 || ^4.0.0 || ^5.0.0 || ^5.0.0-next.0"
  },
  "type": "module",
  "types": "types/index.d.ts",
  "repository": "https://github.com/micha-lmxt/svelte-motion/",
  "sideEffects": false,
  "keywords": [
    "svelte animation",
    "svelte",
    "animation",
    "gestures",
    "drag",
    "spring",
    "popmotion",
    "framer-motion"
  ]
}
