-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
50 lines (50 loc) · 1.37 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
{
"name": "vue-scroll-list",
"version": "0.7.0",
"description": "support infinite scroll list with vue",
"main": "dist/vue-scroll-list.common.js",
"directories": {
"example": "example"
},
"scripts": {
"dist": "rollup -c",
"buildDemo": "webpack --config webpack.config.demo.js",
"dev": "webpack-dev-server --config webpack.config.dev.js --open --inline --hot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/KyLeoHC/vue-scroll-list.git"
},
"keywords": [
"vue",
"infinite",
"scroll-list"
],
"author": "KyLeo",
"license": "MIT",
"bugs": {
"url": "https://github.com/KyLeoHC/vue-scroll-list/issues"
},
"homepage": "https://github.com/KyLeoHC/vue-scroll-list#readme",
"devDependencies": {
"babel-core": "^6.25.0",
"babel-loader": "^7.1.0",
"babel-plugin-external-helpers": "^6.22.0",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-es2015": "^6.24.1",
"babel-runtime": "^6.23.0",
"css-loader": "^0.28.4",
"css-select": "^1.3.0-rc0",
"html-webpack-plugin": "^2.28.0",
"htmlparser2": "^3.9.2",
"pretty-error": "^2.1.1",
"renderkid": "^2.0.1",
"rollup": "^0.49.2",
"rollup-plugin-babel": "^3.0.2",
"vue": "^2.3.4",
"vue-loader": "^12.2.1",
"vue-template-compiler": "^2.3.4",
"webpack": "^3.0.0",
"webpack-dev-server": "^2.5.0"
}
}