-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.21 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
{
"name": "@bkwld/vue-modal",
"version": "1.1.3",
"description": "Vue 2 modal wrapper with slotted content",
"main": "index.js",
"scripts": {
"build": "webpack",
"version": "npm run build && git add -A",
"postversion": "git push --follow-tags"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BKWLD/vue-modal.git"
},
"author": "Bukwild",
"license": "MIT",
"bugs": {
"url": "https://github.com/BKWLD/vue-modal/issues"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"babel-preset-vue": "^2.0.2",
"bukwild-stylus-library": "^3.1.0",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.0",
"css-loader": "^2.1.1",
"mini-css-extract-plugin": "^0.5.0",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"style-loader": "^0.13.1",
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-style-loader": "^4.1.2",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-node-externals": "^3.0.0"
},
"dependencies": {
"body-scroll-lock": "^4.0.0-beta.0"
}
}