-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.14 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
{
"name": "eno-auto-scroll",
"version": "0.1.12",
"description": "自动循环滚动",
"main": "dist/eno-auto-scroll.umd.js",
"private": false,
"keywords": [
"vue",
"autoscroll",
"scroll"
],
"license": "MIT",
"author": "genophy",
"repository": {
"type": "git",
"url": "https://github.com/genophy/eno-auto-scroll"
},
"bugs": {
"url": "https://github.com/genophy/eno-auto-scroll/issues"
},
"scripts": {
"serve": "vue-cli-service serve",
"lib": "vue-cli-service build --target lib --name eno-auto-scroll --dest dist packages/index.js"
},
"dependencies": {
"core-js": "^3.6.4",
"vue": "^2.6.11"
},
"devDependencies": {
"@vue/cli-plugin-babel": "~4.2.0",
"@vue/cli-plugin-eslint": "~4.2.0",
"@vue/cli-service": "~4.2.0",
"@vue/eslint-config-standard": "^5.1.0",
"babel-eslint": "^10.0.3",
"eslint": "^6.7.2",
"eslint-plugin-import": "^2.20.1",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-promise": "^4.2.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^6.1.2",
"vue-template-compiler": "^2.6.11",
"minimist": ">=1.2.3"
}
}