UNPKG

@css-spring-animation/vue

Version:

Intuitive and predictable spring animation library powered by CSS Transition

36 lines 851 B
{ "name": "@css-spring-animation/vue", "version": "0.17.0", "description": "Intuitive and predictable spring animation library powered by CSS Transition", "keywords": [ "spring", "animation", "css", "transition", "vue" ], "author": "Katashin", "license": "MIT", "homepage": "https://github.com/ktsn/css-spring-animation", "repository": { "type": "git", "url": "https://github.com/ktsn/css-spring-animation.git" }, "type": "module", "files": [ "dist", "types" ], "main": "./dist/css-spring-animation-vue.umd.cjs", "types": "./types/vue/index.d.ts", "exports": { ".": { "types": "./types/vue/index.d.ts", "import": "./dist/css-spring-animation-vue.js", "require": "./dist/css-spring-animation-vue.umd.cjs" } }, "scripts": { "build": "vite build" } }