UNPKG

vue-smooth-reflow

Version:

Transition reflow in response to vue data changes.

43 lines (42 loc) 1.1 kB
{ "name": "vue-smooth-reflow", "version": "0.1.12", "description": "Transition reflow in response to vue data changes.", "scripts": { "build": "webpack", "prepublish": "npm run build" }, "repository": { "type": "git", "url": "https://github.com/guanzo/vue-smooth-reflow.git" }, "peerDependencies": { "vue": ">=2.x.x" }, "devDependencies": { "@babel/core": "^7.1.2", "@babel/preset-env": "^7.1.0", "babel-loader": "^8.0.4", "webpack": "^4.10.1", "webpack-bundle-analyzer": "^3.0.2", "webpack-cli": "^2.1.4" }, "types": "types/index.d.ts", "module": "dist/vue-smooth-reflow.min.js", "main": "dist/vue-smooth-reflow.min.js", "unpkg": "dist/vue-smooth-reflow.min.js", "keywords": [ "vue", "vuejs", "transition", "reflow", "mixin" ], "author": "guanzo guanzo91@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/guanzo/vue-smooth-reflow/issues" }, "homepage": "https://github.com/guanzo/vue-smooth-reflow#readme", "dependencies": {} }