forked from BramHoningh/vue-body-scroll-lock
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.13 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
{
"name": "v-body-scroll-lock",
"description": "Vue directive for an easy use of the body-scroll-lock library.",
"version": "1.1.3",
"scripts": {
"serve": "vue-cli-service serve",
"build": "vue-cli-service build",
"lint": "vue-cli-service lint",
"build-npm": "rimraf dist && babel src -d dist"
},
"main": "dist/directives/v-body-scroll-lock.js",
"repository" : {
"type" : "git",
"url" : "https://github.com/Pixeldenker/vue-body-scroll-lock"
},
"keywords" : [
"vue",
"directive",
"body scroll lock",
"v-body-scroll-lock",
"body",
"scroll",
"lock",
"body scroll",
"scroll lock"
],
"dependencies": {
"babel-cli": "^6.26.0",
"babel-preset-env": "^1.7.0",
"body-scroll-lock": "^2.5.10",
"rimraf": "^2.6.2",
"vue": "^2.5.17"
},
"devDependencies": {
"@vue/cli-plugin-babel": "^3.0.4",
"@vue/cli-plugin-eslint": "^3.0.4",
"@vue/cli-service": "^3.0.4",
"babel-eslint": "^10.0.1",
"eslint": "^5.8.0",
"eslint-plugin-vue": "^5.0.0-0",
"node-sass": "^4.9.0",
"sass-loader": "^7.0.1",
"vue-template-compiler": "^2.5.17"
}
}