-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.35 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
{
"name": "vue-fast-scroll",
"version": "0.0.6",
"description": "vue application fast scroll",
"main": "dist/js/vue-fast-scroll.js",
"scripts": {
"build": "webpack",
"lint": "eslint --ext .js,.vue src tests --fix",
"test": "webpack && jest -i"
},
"repository": {
"type": "git",
"url": "git+https://github.com/beomy/vue-fast-scroll.git"
},
"keywords": [
"vue",
"vue-fast-scroll",
"vue fast scroll",
"fast scroll",
"scroll",
"scroll list"
],
"author": {
"name": "Hyo Bum Lee",
"email": "[email protected]"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/beomy/vue-fast-scroll/issues"
},
"homepage": "https://github.com/beomy/vue-fast-scroll#readme",
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-jest": "^24.8.0",
"babel-loader": "^8.0.5",
"eslint": "^5.16.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.17.2",
"eslint-plugin-node": "^9.0.1",
"eslint-plugin-promise": "^4.1.1",
"eslint-plugin-standard": "^4.0.0",
"eslint-plugin-vue": "^5.2.2",
"jest": "^24.8.0",
"jest-serializer-vue": "^2.0.2",
"jest-vue": "^0.8.2",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.30.0",
"webpack-cli": "^3.3.0"
}
}