-
Notifications
You must be signed in to change notification settings - Fork 73
/
Copy pathpackage.json
44 lines (44 loc) · 1.18 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-virtual-listview",
"version": "1.1.0",
"description": "vue-virtual-listview",
"main": "dist/index.min.js",
"dependencies": {
"@babel/core": "^7.6.4",
"vue": "^2.6.10"
},
"devDependencies": {
"@vue/babel-preset-app": "^4.0.2",
"babel-eslint": "^10.0.1",
"babel-loader": "^8.0.6",
"css-loader": "^3.2.0",
"scss-loader": "0.0.1",
"style-loader": "^1.0.0",
"uglifyjs-webpack-plugin": "^2.2.0",
"url-loader": "^2.2.0",
"vue-loader": "^15.7.1",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.41.2",
"webpack-cli": "^3.3.9",
"webpack-dev-server": "^3.7.2"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "webpack-dev-server --hot --inline",
"build": "webpack --display-error-details --config webpack.config.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/chenqf/vue-virtual-listview.git"
},
"keywords": [
"vue",
"virtual-list"
],
"author": "chenqf",
"license": "ISC",
"bugs": {
"url": "https://github.com/chenqf/vue-virtual-listview/issues"
},
"homepage": "https://github.com/chenqf/vue-virtual-listview#readme"
}