-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.14 KB
/
Copy pathpackage.json
File metadata and controls
47 lines (47 loc) · 1.14 KB
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
{
"name": "vue-scroll-loading",
"version": "0.1.0",
"description": "滚动加载",
"license": "MIT",
"main": "index.js",
"author": "wanglei",
"keywords": [
"vue-scroll-loading",
"scroll",
"loading"
],
"repository": {
"type": "git",
"url": "git@github.com:wanglei8381/vue-scroll-loading"
},
"bugs": {
"url": "https://github.com/wanglei8381/vue-scroll-loading/issues"
},
"scripts": {
},
"devDependencies": {
"babel-core": "^6.9.0",
"babel-loader": "^6.2.4",
"babel-plugin-transform-runtime": "^6.9.0",
"babel-preset-es2015": "^6.14.0",
"base64-js": "^1.1.2",
"css-loader": "^0.23.1",
"director": "^1.2.8",
"extract-text-webpack-plugin": "^1.0.1",
"file-loader": "^0.9.0",
"html-loader": "^0.4.3",
"jsx-loader": "^0.13.2",
"less": "^2.7.1",
"less-loader": "^2.2.3",
"md5": "^2.1.0",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",
"stylus-loader": "^2.1.0",
"url-loader": "^0.5.7",
"vue-html-loader": "^1.2.2",
"vue-loader": "^8.5.2",
"vue-router": "^0.7.13",
"vue-style-loader": "^1.0.0",
"webpack": "^1.13.1"
}
}