-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 1002 Bytes
/
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
{
"name": "@bkwld/vue-embed",
"version": "1.1.2",
"description": "Vue 2 embed component",
"main": "index.js",
"scripts": {
"build": "webpack",
"version": "npm run build && git add -A",
"postversion": "git push --follow-tags",
"dev": "webpack --watch"
},
"repository": {
"type": "git",
"url": "git+https://github.com/BKWLD/vue-embed.git"
},
"author": "Bukwild",
"license": "MIT",
"bugs": {
"url": "https://github.com/BKWLD/vue-embed/issues"
},
"devDependencies": {
"@babel/core": "^7.4.3",
"@babel/preset-env": "^7.4.3",
"babel-loader": "^8.0.5",
"babel-preset-vue": "^2.0.2",
"coffee-loader": "^0.9.0",
"coffeescript": "^2.4.0",
"pug": "^3.0.1",
"pug-plain-loader": "^1.0.0",
"vue": "^2.6.10",
"vue-loader": "^15.7.0",
"vue-template-compiler": "^2.6.10",
"webpack": "^4.29.6",
"webpack-cli": "^3.3.0",
"webpack-node-externals": "^3.0.0"
},
"publishConfig": {
"access": "public"
}
}