-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
59 lines (59 loc) · 1.71 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
58
59
{
"name": "vue-scroll-lock",
"version": "0.0.6",
"description": "Vue component for prevent parent scroll",
"main": "lib/vue-scroll-lock.min.js",
"scripts": {
"dev": "webpack-dev-server --inline --hot",
"build": "cross-env NODE_ENV=production BUILD=build webpack --progress --hide-modules",
"publish": "cross-env NODE_ENV=production BUILD=publish webpack --progress --hide-modules",
"lint": "eslint --fix ./"
},
"keywords": [
"vue",
"scroll",
"prevent parent",
"prevent",
"prevent-parent-scroll",
"vue-scroll-lock",
"tactful scroll"
],
"repository": {
"type": "git",
"url": "https://github.com/smackgg/vue-scroll-lock.git"
},
"author": "smackgg <[email protected]>",
"homepage": "https://github.com/smackgg/vue-scroll-lock",
"license": "ISC",
"bugs": {
"url": "https://github.com/smackgg/vue-scroll-lock/issues"
},
"devDependencies": {
"babel-core": "^6.26.0",
"babel-eslint": "^8.0.0",
"babel-loader": "^7.1.2",
"babel-preset-es2015": "^6.24.1",
"cross-env": "^5.0.5",
"css-loader": "^0.28.7",
"eslint": "^4.7.2",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.1",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"github-markdown-css": "^2.9.0",
"highlight.js": "^9.12.0",
"html-loader": "^0.5.1",
"less": "^2.7.3",
"less-loader": "^4.0.5",
"moment": "^2.18.1",
"style-loader": "^0.19.0",
"url-loader": "^0.5.9",
"vue": "^2.5.9",
"vue-loader": "^13.0.5",
"vue-markdown-loader": "^2.3.0",
"vue-template-compiler": "lastest",
"webpack": "^3.6.0",
"webpack-dev-server": "^2.8.2"
}
}