-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
51 lines (51 loc) · 1.24 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "lottie-player-vue",
"version": "0.0.16",
"description": "LottieFiles animations, in Vue!",
"main": "./dist/lottie-player.common.js",
"scripts": {
"build-bundle": "vue-cli-service build --target lib --name lottie-player ./src/index.js",
"lint": "vue-cli-service lint"
},
"files": [
"dist/*",
"src/*",
"public/*",
"*.json",
"*.js"
],
"repository": "michaelfitzhavey/lottie-player-vue",
"homepage": "https://github.com/michaelfitzhavey/lottie-player-vue",
"bugs": {
"url": "https://github.com/michaelfitzhavey/lottie-player-vue/issues",
"email": "[email protected]"
},
"author": "Michael Fitzhavey <[email protected]>",
"keywords": [
"animation",
"lottiefiles",
"svg",
"vue"
],
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.8.4",
"@holistic-web/eslint-config": "^0.1.2",
"@vue/cli-plugin-babel": "^4.1.0",
"@vue/cli-plugin-eslint": "^4.1.0",
"@vue/cli-service": "^4.1.0",
"babel-eslint": "^10.0.3",
"babel-loader": "^8.0.6",
"babel-preset-vue": "^2.0.2",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"vue-template-compiler": "^2.6.11"
},
"browserslist": [
"> 1%",
"last 2 versions"
],
"dependencies": {
"@lottiefiles/lottie-player": "^0.3.0-rc2"
}
}