UNPKG

type-animation

Version:

vue 打字动画组件,炫酷的打字动画效果

48 lines (47 loc) 1.19 kB
{ "name": "type-animation", "version": "0.1.5", "description": "vue 打字动画组件,炫酷的打字动画效果", "types": "types/index.d.ts", "author": "HMS 934454783@qq.com", "license": "MIT", "private": false, "keywords": [ "animation", "vue", "typescript", "typing-animation" ], "scripts": { "serve": "vue-cli-service serve", "build": "vue-cli-service build", "lint": "vue-cli-service lint --fix", "lib": "vue-cli-service build --target lib --name typing-animation --dest lib packages/index.js" }, "dependencies": { "core-js": "^3.3.2", "vue": "^2.6.10" }, "devDependencies": { "@vue/cli-plugin-babel": "^4.0.0", "@vue/cli-plugin-eslint": "^4.0.0", "@vue/cli-service": "^4.0.0", "@vue/eslint-config-prettier": "^5.0.0", "babel-eslint": "^10.0.3", "eslint": "^5.16.0", "eslint-plugin-prettier": "^3.1.1", "eslint-plugin-vue": "^5.0.0", "lint-staged": "^9.4.2", "prettier": "^1.18.2", "vue-template-compiler": "^2.6.10" }, "gitHooks": { "pre-commit": "lint-staged" }, "lint-staged": { "*.{js,vue}": [ "vue-cli-service lint", "git add" ] } }