-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
44 lines (44 loc) · 1.25 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": "vue-pull-infinite-scroller",
"version": "1.0.4",
"description": "Vue component for native scrolling, pull to refresh & infinite loading.",
"main": "dist/vue-pull-infinite-scroller.min.js",
"author": "joubn <[email protected]>",
"homepage": "https://github.com/bb595700239/vue-pull-infinite-scroller",
"repository": {
"type": "git",
"url": "https://github.com/bb595700239/vue-pull-infinite-scroller.git"
},
"scripts": {
"doc": "cross-env NODE_ENV=production BUILD=doc webpack --progress --hide-modules",
"build": "cross-env NODE_ENV=production BUILD=publish webpack --progress --hide-modules"
},
"keywords": [
"vue",
"scroll",
"pulltorefresh",
"pull to refresh",
"pull-to-refresh",
"infinite load",
"native"
],
"dependencies": {
"vue": "^2.2.6",
"lodash": "^4.17.5"
},
"devDependencies": {
"vue-router": "^2.4.0",
"babel-core": "^6.0.0",
"babel-loader": "^6.0.0",
"babel-preset-es2015": "^6.0.0",
"cross-env": "^3.0.0",
"css-loader": "^0.25.0",
"file-loader": "^0.9.0",
"moment": "^2.17.1",
"url-loader": "^0.5.7",
"vue-loader": "^11.3.4",
"vue-template-compiler": "^2.2.6",
"webpack": "^2.4.1",
"webpack-dev-server": "^2.4.2"
}
}