leptos_animate 0.1.9

Animation utilities for Leptos. FLIP, in/out transitions, and helpers for custom animations.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "private": true,
  "devDependencies": {
    "@biomejs/biome": "^1.9.4",
    "@playwright/test": "^1.50.0",
    "@types/node": "^22.10.10",
    "prettier": "^3.4.2",
    "prettier-plugin-toml": "^2.0.1",
    "typescript": "^5.7.3"
  },
  "prettier": {
    "plugins": ["prettier-plugin-toml"]
  }
}