vue-animation-timeline
Version:
<h1 align="center">Vue Animation Timeline</h1>
77 lines (76 loc) • 2.22 kB
JSON
{
"name": "vue-animation-timeline",
"version": "0.3.0",
"main": "dist/vue-animation-timeline.umd.min.js",
"author": {
"name": "xingdong",
"email": "dong.xing@outlook.com"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/WX-DongXing/vue-animation-timeline.git"
},
"homepage": "https://wx-dongxing.github.io/vue-animation-timeline/",
"keywords": [
"javascript",
"vue",
"vue3",
"timeline",
"animation"
],
"files": [
"dist/*.js",
"LICENSE",
"README.md"
],
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-lib": "vue-cli-service build --mode lib --target lib --name vue-animation-timeline src/index.ts",
"build-lib3": "yarn add vue@next vue-demi && yarn add @vue/compiler-sfc -D && yarn build-lib"
},
"dependencies": {
"@antv/g-canvas": "^0.4.15",
"@types/keymaster": "^1.6.28",
"@vue/composition-api": "^1.0.0-beta.20",
"@vueuse/core": "^4.0.0-rc.7",
"animejs": "^3.2.1",
"core-js": "^3.6.5",
"dayjs": "^1.9.7",
"keymaster": "^1.6.2",
"lodash.clonedeep": "^4.5.0",
"lodash.get": "^4.4.2",
"normalize.css": "^8.0.1",
"vue": "^2.6.11",
"vue-demi": "^0.4.5",
"vue-router": "^3.4.9"
},
"peerDependencies": {
"@vue/composition-api": "^1.0.0-beta.20",
"vue": "^2.6.11 || >=3.0.0"
},
"devDependencies": {
"@types/animejs": "^3.1.2",
"@types/lodash.clonedeep": "^4.5.6",
"@types/lodash.get": "^4.4.6",
"@typescript-eslint/eslint-plugin": "^2.33.0",
"@typescript-eslint/parser": "^2.33.0",
"@vue/cli-plugin-babel": "~4.5.0",
"@vue/cli-plugin-eslint": "~4.5.0",
"@vue/cli-plugin-typescript": "~4.5.0",
"@vue/cli-plugin-vuex": "~4.5.0",
"@vue/cli-service": "~4.5.0",
"@vue/eslint-config-airbnb": "^5.0.2",
"@vue/eslint-config-typescript": "^5.0.2",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.2",
"eslint-plugin-vue": "^6.2.2",
"sass": "^1.32.0",
"sass-loader": "^10.1.0",
"svg-sprite-loader": "^5.0.0",
"typescript": "~3.9.3",
"vue-template-compiler": "^2.6.11"
}
}