vue-lottie-ts
Version:
## Project setup ``` yarn install ```
39 lines • 1.19 kB
JSON
{
"name": "vue-lottie-ts",
"version": "0.1.2",
"private": false,
"keywords": [
"vue-lottie",
"lottie-web",
"lottie-ts"
],
"main": "lib/vue-lottie-ts.umd.min.js",
"license": "MIT",
"author": "polkYu",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"lib": "vue-cli-service build --target lib --name vue-lottie-ts --dest lib packages/index.ts"
},
"dependencies": {
"core-js": "^2.6.5",
"lottie-web": "^5.5.2",
"vue": "^2.6.10",
"vue-class-component": "^7.0.2",
"vue-property-decorator": "^8.1.0"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.6.0",
"@vue/cli-plugin-eslint": "^3.6.0",
"@vue/cli-plugin-typescript": "^3.6.0",
"@vue/cli-service": "^3.6.0",
"@vue/eslint-config-standard": "^4.0.0",
"@vue/eslint-config-typescript": "^4.0.0",
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"typescript": "^3.4.3",
"vue-template-compiler": "^2.5.21"
}
}