-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.03 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
{
"name": "vue-inheritance-loader",
"version": "0.2.9",
"description": "Loader to provide template inheritance in Vue's Single File Components",
"main": "./src/index.js",
"scripts": {},
"repository": {
"type": "git",
"url": "https://github.com/mrodal/vue-inheritance-loader.git"
},
"keywords": [
"vue",
"vuejs",
"loader",
"single",
"file",
"component",
"inheritance",
"template",
"extend"
],
"author": "Matias Rodal (@mrodal)",
"license": "ISC",
"bugs": {
"url": "https://github.com/mrodal/vue-inheritance-loader/issues"
},
"homepage": "https://github.com/mrodal/vue-inheritance-loader#readme",
"contributors": [
{
"name": "Juan Carlos Muñoz",
"email": "chumager@gmail.com",
"url": "https://www.npmjs.com/~chumager"
}
],
"dependencies": {
"@vue/component-compiler-utils": "^3.3.0",
"htmlparser2": "^8.0.2",
"loader-utils": "^2.0.4",
"schema-utils": "^3.3.0",
"vue-loader": "^17.2.2",
"vue-template-compiler": "^2.7.14"
}
}