-
Notifications
You must be signed in to change notification settings - Fork 98
/
package.json
57 lines (57 loc) · 1.5 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
{
"name": "scrollload",
"version": "3.2.1",
"description": "scroll load more data 滚动加载更多的数据",
"main": "lib/Scrollload.js",
"scripts": {
"start": "webpack-dev-server --env=dev --host 0.0.0.0 --open",
"dist": "rimraf dist/* & webpack --env=dist",
"lib": "rimraf lib/* & webpack --env=lib",
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"scrollload",
"scroll",
"load",
"more"
],
"author": "fa-ge",
"license": "ISC",
"devDependencies": {
"autoprefixer": "^6.6.1",
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-es2015": "^6.18.0",
"babel-preset-stage-0": "^6.16.0",
"css-loader": "^0.26.1",
"extract-text-webpack-plugin": "^2.0.0",
"find": "^0.2.7",
"html-webpack-plugin": "^2.25.0",
"humps": "^2.0.0",
"minimist": "^1.2.0",
"node-sass": "^4.1.1",
"postcss-loader": "^1.2.1",
"readdirp": "^2.1.0",
"rimraf": "^2.5.4",
"sass-loader": "^4.1.1",
"style-loader": "^0.13.1",
"swiper": "^3.4.1",
"webpack": "^2.2.0",
"webpack-dev-server": "^1.16.2"
},
"dependencies": {
"camelcase": "^4.0.0",
"hidpi-canvas": "^1.0.10",
"jquery": "^3.1.1",
"localscrollfix": "^2.1.0",
"scrollfix": "0.0.2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fa-ge/Scrollload.git"
},
"bugs": {
"url": "https://github.com/fa-ge/Scrollload/issues"
},
"homepage": "https://github.com/fa-ge/Scrollload#readme"
}