-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
62 lines (62 loc) · 1.58 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
{
"name": "tulip-scroll",
"version": "0.1.4",
"private": false,
"author": "artiely",
"main": "lib/tulip-scroll.umd.min.js",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"docs": "npx vuepress dev docs --temp docs/.temp",
"build:docs": "npx vuepress build docs",
"lib": "vue-cli-service build --target lib --name tulip-scroll --dest lib packages/index.js"
},
"keyword": [
"scroll",
"vue",
"vue-scroll",
"vue-scroller",
"tulip-scroll",
"infinite-scroll",
"infinite-loading"
],
"dependencies": {
"vue-virtual-scroller": "^1.0.10"
},
"devDependencies": {
"vuepress": "^1.4.0",
"@vue/cli-plugin-babel": "^3.12.0",
"@vue/cli-plugin-eslint": "^3.12.0",
"@vue/cli-service": "^3.12.0",
"@vue/eslint-config-standard": "^4.0.0",
"address": "^1.1.2",
"babel-eslint": "^10.0.1",
"babel-plugin-import": "^1.12.2",
"core-js": "^2.6.5",
"eslint": "^5.16.0",
"eslint-plugin-vue": "^5.0.0",
"express": "^4.17.1",
"jquery": "^3.4.1",
"less": "^3.0.4",
"less-loader": "^5.0.0",
"lint-staged": "^8.1.5",
"lodash": "^4.17.15",
"preventoverscrolljs": "0.0.1",
"vant": "^2.2.10",
"vconsole": "^3.3.4",
"vue": "^2.6.10",
"vue-router": "^3.0.3",
"vue-template-compiler": "^2.6.10",
"vuepress-plugin-copy-code": "0.0.1",
"vuepress-theme-antdocs-pro": "^1.1.0",
"vuex": "^3.0.1"
},
"gitHooks": {},
"lint-staged": {
"*.{js,vue}": [
"vue-cli-service lint",
"git add"
]
}
}