-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
77 lines (77 loc) · 2.28 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"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",
"reinstall": "rm -rf node_modules && yarn add vue vue-demi && yarn add vue-template-compiler -D",
"build-lib": "vue-cli-service build --mode lib --target lib --name vue-animation-timeline src/index.ts",
"build-lib3": "rm -rf node_modules && 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-rc.13",
"@vueuse/core": "^5.0.3",
"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.14",
"vue-demi": "^0.9.1",
"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.14"
}
}